az-storage-queue
Verified for current stable LTS
Az Storage Queue Command: List Queues
Use for list queues with Az Storage Queue. Exact CLI syntax to list queues using Az Storage Queue.
When to use this: Use for list queues with Az Storage Queue.
Command Syntax
az storage queue list --prefix <filter_prefix> --account-name <storage_account_name> az storage queue list --prefix <filter_prefix> --account-name <storage_account_name> Command Breakdown
--prefix- Command Option
- Tool-specific option used by this command invocation.
--account-name- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to list queues using Az Storage Queue.
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
Az Storage Queue Command: Create Queue
az storage queue create --account-name <storage_account_name> -n <queue_name> --metadata <queue_metadata> Az Storage Queue Command: Generate Sas For Queue az storage queue generate-sas --account-name <storage_account_name> -n <queue_name> --permissions <queue_permissions> --expiry <expiry_date> --https-only Az Storage Queue Command: Delete Queue az storage queue delete --account-name <storage_account_name> -n <queue_name> --fail-not-exist Az Redis Command: Export Redis Cache az redis export --container <container> --file-format <file-format> -n <name> --prefix <prefix> -g <resource_group> Az Storage Container Command: List Containers az storage container list --account-name <storage_account_name> --prefix <filter_prefix>