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
Parameter | Description |
---|---|
Blob Name | The name of the blob to create or update. |
Block ID | The 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 Name | The name of the container. Can be obtained from the List Containers action. |
Content | The content of the newly created block. |
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 Block with Azure Storage and Send Results Via Email
Preview this Workflow on desktop