Table of Contents

Create Azure Blob container connection

This action creates an Azure Blob container connection and is intended for dynamically connecting to different Azure Blob containers during the execution of a Flow.

If you store the credentials for connecting to Azure Blob containers outside Flow (for example in your own Azure SQL or PostgreSQL database), use this action to dynamically create a connection for use with the different Azure Blob actions. The connection returned from the action must then be used as the input to the Dynamic connection property of an Azure Blob action, for example the Read blob as stream or Append to blob actions.

This enables dynamically connecting to different Azure Blob containers based on parameters or conditions in a Flow.

img

SAS URI

Read about SAS URI for Azure Blob container connections here

Property Type Description
SAS URI Required The SAS URI used to connect to the Azure Blob container.

Connection string and container name

Read about Connection strings for Azure Blob container connections here

Property Type Description
Connection string Required The connection string to use when connecting to an Azure Blob container.
Container name Required The container you want to connect to.