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.

img

Example img
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 Type Description
Connection Required The Azure Blob container connection. The currently supported options are SAS URI and Connection string + container name.
Dynamic connection Optional A connection dynamically created using the Create Azure Blob container connection action.
Blob name prefix Optional To filter the list of blobs, specify a string for the prefix parameter.Note! The prefix is case sensitive.
Blob name Required The name of the Flow variable that contains the current blob name in the list.

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.