Table of Contents

Upload Blob

Uploads a byte array or Stream to an Azure Blob container.

img

Example img
This flow extracts data from a table, convert it into a CSV file, and upload it to an Azure Blob Storage container. Used actions: Declare Variable, Get DataReader, Create CSV file as stream and Upload Blob.

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 Required The name of the blob (file)
Blob data Required The data to upload. It must be a byte array or Stream
Overwrite if blob already exists Optional If not checked, the action will fail if a blob with the same name already exists.