List containers in the storage account.

External Documentation

To learn more, visit the Azure Storage documentation.

Basic Parameters

ParameterDescription
LimitThe amount of the results to be returned.
PrefixFilter by a given prefix.

Advanced Parameters

ParameterDescription
Disable XML To JSON Auto ConvertWhen checked, XML responses are not automatically converted into JSON format.
MarkerPaginate by the returning NextMarker pagination token.

Example Output

{
	"EnumerationResults": {
		"Containers": {
			"Container": {
				"Name": "<string>",
				"Properties": {
					"LeaseState": "<string>",
					"DenyEncryptionScopeOverride": "<string>",
					"HasImmutabilityPolicy": "<string>",
					"HasLegalHold": "<string>",
					"Last-Modified": "<string>",
					"LeaseStatus": "<string>",
					"ImmutableStorageWithVersioningEnabled": "<string>",
					"Etag": "<string>",
					"DefaultEncryptionScope": "<string>"
				}
			}
		},
		"NextMarker": "<string>",
		"-ServiceEndpoint": "<string>",
		"Prefix": "<string>"
	}
}

Workflow Library Example

List Containers with Azure Storage and Send Results Via Email

Preview this Workflow on desktop