Azure Blob Storage - Upload blob action

The Upload blob action uploads a blob to the connected Azure blob Storage account. This action is capable of file streaming.

Input

Input fieldDescription
Container nameSelect the name of the container in which to upload the blob.
Blob nameEnter the name of the blob when uploaded. If a blob with the same name already exists, that blob is replaced.
Blob contentsEnter the file contents of the blob. Map this from an upstream action that downloads a file.
Blob sizeEnter the size of the entire blob.
Blob typeSelect the type of blob, such as: Block, Page, or Append. The default is Block.
Custom metadataEnter custom metadata to attach to the container.
Content typeSelect the MIME type of the blob.

Output

The output of this action is datatree that contains information about the request sent to Azure Blob Storage. Use the Search blob or Get blob properties actions to get information about the blob.

Last updated: