Table of Contents

For each Blob name

Iterates over a list of all blob names in an Azure blob container. The blob name is the name of the blob object, for example myfile.txt.

Foreach Blob Name

Example Example
A company stores customer invoices as PDFs in an Azure Blob Storage container. This flow retrieves all invoice file names, processes each invoice, and updates a database with relevant details. Used actions: Get Blob names, For each Blob name and Function.

Properties

Name Required Description
Connection Yes The Azure Blob container connection. The currently supported options are SAS URI and Connection string + container name.
Dynamic connection No A connection dynamically created using the Create Azure Blob container connection action.
Blob name prefix No To filter the list of blobs, specify a string for the prefix parameter.Note! The prefix is case sensitive.
Blob name Yes The name of the Flow variable that contains the current blob name in the list.

Azure Blob Storage: Videos / Getting started

This section contains videos to help you get started quickly working with Azure Blob Storage using Flow.


Dump CSV file from Azure Blob container to Azure SQL table

This video demonstrates how to import all records from a CSV file in Azure Blob Storage into an Azure SQL table.
In the demo, no data import options (such as data type conversion, number or date formatting) are specified, meaning the data is imported as raw text.