az-storage-blob
Verified for current stable LTS
Az Storage Blob Commands
Az Storage Blob command syntax with verified terminal examples.
Commands
5 commands for Az Storage Blob
az-storage-blob HTTP
Az Storage Blob Command: Download Blob
az storage blob download --account-name <account_name> --account-key <account_key> -c <container_name> -n <blob_name> -f <path/to/file> az-storage-blob HTTP
Az Storage Blob Command: Download Blobs Batch
az storage blob download-batch --account-name <account_name> --account-key <account_key> -s <container_name> --pattern <filename_regex> -d <path/to/destination> az-storage-blob Containers
Az Storage Blob Command: Upload Blob
az storage blob upload --account-name <account_name> --account-key <account_key> -c <container_name> -n <blob_name> -f <path/to/file> az-storage-blob Containers
Az Storage Blob Command: Delete Blob
az storage blob delete --account-name <account_name> --account-key <account_key> -c <container_name> -n <blob_name> az-storage-blob HTTP
Az Storage Blob Command: Generate Sas For Blob
az storage blob generate-sas --account-name <account_name> --account-key <account_key> -c <container_name> -n <blob_name> --permissions <permission_set> --expiry {Y-m-d'T'H:M'Z'} --https-only Suggest a Az Storage Blob Command
Submit missing workflows, corrections, or verified alternatives for this tool.
FAQ
Coverage: Focused examples for common Az Storage Blob workflows.
Verified version: current stable LTS.
Verification: Test commands in a disposable workspace and submit notes for edge cases.