az-storage-blob
Manage Azure Blob Storage objects
TLDR
Upload a file to blob storage
SYNOPSIS
az storage blob subcommand [options]
DESCRIPTION
az storage blob manages object storage for unstructured data in Azure Blob Storage. Blobs can store any type of text or binary data including documents, media files, and application data.
The command group supports uploading, downloading, copying, and managing blob properties, metadata, access tiers, and security settings.
PARAMETERS
-c, --container-name value
Name of the blob container-n, --name value
Name of the blob-f, --file value
Path to the local file for upload/download--account-name value
Storage account name--account-key value
Storage account key--sas-token value
Shared Access Signature token--tier value
Access tier: Hot, Cool, Cold, Archive--pattern value
Glob pattern for batch operations
SUBCOMMANDS
Transfer Operations
upload, upload-batch, download, download-batch, copy start, copy cancelBlob Management
list, delete, delete-batch, exists, show, snapshot, restoreProperties & Metadata
metadata show, metadata update, update, set-tier, tag list, tag setSecurity
generate-sas, lease acquire, lease break, lease release, lease renewQueries
query (SQL queries on blob data)
CAVEATS
Authentication is required via --account-key, --sas-token, --connection-string, or --auth-mode login. Archive tier blobs must be rehydrated before access. Batch operations respect patterns but do not recursively traverse virtual directories by default. Delete operations mark blobs for deletion; soft-delete policies may allow recovery.
SEE ALSO
az-storage(1), az-storage-container(1), az-storage-account(1)
