Set Blob Block List
Set the block list of a given blob.
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 IDs | A comma seperated list of IDs of the blocks to add to the blob.You can create a Blob Block by using the Create Blob Block action or list all blob blocks in a blob by using the ListBlobBlocks action. |
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
Set Blob Block List with Azure Storage and Send Results Via Email
Preview this Workflow on desktop