Copy-ready commandaz storage blob list — Basic Usage
az storage blob list --account-name mystorage --container-name backups -o tableRequirements and permissions
- Requirements
- Azure CLI
- Permissions
- Azure RBAC permissions vary
- Last reviewed
- 2026-07-31
Examples
Basic Usage
Use az storage blob list for a standard administrative task.
az storage blob list --account-name mystorage --container-name backups -o tableOriginal command
List blobs in a container.
az storage blob list --account-name mystorage --container-name backups -o tableCommon errors
Command not found
Confirm Azure CLI is installed and available in your current shell.