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
Parameter | Description |
---|---|
Blob Content Length | The size in bytes of the page blob to create, Note that the page blob size must be aligned to a 512-byte boundary. |
Blob Name | The name of the blob to create. |
Blob Type | The type of the blob to create. For more information about the types of blobs see Azure Documentation. |
Container Name | The name of the container. Can be obtained from the List Containers action. |
Advanced Parameters
Parameter | Description |
---|---|
Disable XML To JSON Auto Convert | When checked, XML responses are not automatically converted into JSON format. |
Workflow Library Example
Create Blob with Azure Storage and Send Results Via Email
Preview this Workflow on desktop