Skip to main content

Create Blob Block

Create a blob block. Note that this action doesnt add the block to the blob but only creates it.

External Documentation

To learn more, visit the Azure Storage documentation.

Basic Parameters

ParameterDescription
Blob NameThe name of the blob to create or update.
Block IDThe ID of the created block. The name of the block must be a valid base-64 encoded string and must be smaller or equal to 64 bits(8 characters).
Container NameThe name of the container. Can be obtained from the List Containers action.
ContentThe content of the newly created block.

Advanced Parameters

ParameterDescription
Disable XML To JSON Auto ConvertWhen checked, XML responses are not automatically converted into JSON format.

Workflow Library Example

Create Blob Block with Azure Storage and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop