az-storage-blob Verified for current stable LTS

Az Storage Blob Command: Download Blobs Recursively

Use for download blobs recursively with Az Storage Blob. Exact CLI syntax to download blobs recursively using Az Storage Blob.

When to use this: Use for download blobs recursively with Az Storage Blob.

Command Syntax

az storage blob download-batch --account-name <account_name> --account-key <account_key> -s <container_name> --pattern <filename_regex> -d <path/to/destination>

Command Breakdown

--account-name
Command Option
Tool-specific option used by this command invocation.
--account-key
Command Option
Tool-specific option used by this command invocation.
-s
Command Option
Tool-specific option used by this command invocation.
--pattern
Command Option
Tool-specific option used by this command invocation.
-d
Command Option
Tool-specific option used by this command invocation.

FAQ

Purpose: Exact syntax to download blobs recursively using Az Storage Blob.

Test path: Replace placeholders and run destructive commands in a disposable workspace first.

Flag behavior: Tool version, platform, and shell can change behavior.

Improve This Command

Suggest a correction, safer default, or version-specific note for this entry.

Related Operations

Back to Az Storage Blob directory