Skip to main content

Create Blob

Create a blob in a given container. Note that if the a blob with the same name already exists, it will override it.

External Documentation

To learn more, visit the Azure Storage documentation.

Basic Parameters

ParameterDescription
Blob Content LengthThe size in bytes of the page blob to create, Note that the page blob size must be aligned to a 512-byte boundary.
Blob NameThe name of the blob to create.
Blob TypeThe type of the blob to create. For more information about the types of blobs see Azure Documentation.
Container NameThe name of the container. Can be obtained from the List Containers action.

Advanced Parameters

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

Workflow Library Example

Create Blob with Azure Storage and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop