External DocumentationTo learn more, visit the Azure Storage documentation.
Basic Parameters
Advanced Parameters
Example Output
Workflow Library Example
List Blob Blocks with Azure Storage and Send Results Via EmailPreview this Workflow on desktop
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Blob Name | The name of the blob to create or update. |
| Container Name | The name of the container. Can be obtained from the List Containers action. |
| Parameter | Description |
|---|---|
| Disable XML To JSON Auto Convert | When checked, XML responses are not automatically converted into JSON format. |
{
"BlockList": {
"CommittedBlocks": {
"Block": {
"Name": "<string>",
"Size": "<string>"
}
},
"UncommittedBlocks": "<string>"
}
}
Was this page helpful?