az-storage-queue
Verified for current stable LTS
Az Storage Queue Command: Delete Queue
Use for delete queue with Az Storage Queue. Exact CLI syntax to delete queue using Az Storage Queue.
When to use this: Use for delete queue with Az Storage Queue.
Destructive Command Warning
Destructive operation. Confirm the target path and keep a backup before executing.
Command Syntax
az storage queue delete --account-name <storage_account_name> -n <queue_name> --fail-not-exist az storage queue delete --account-name <storage_account_name> -n <queue_name> --fail-not-exist Command Breakdown
--account-name- Command Option
- Tool-specific option used by this command invocation.
-n- Command Option
- Tool-specific option used by this command invocation.
--fail-not-exist- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to delete queue 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: List Queues az storage queue list --prefix <filter_prefix> --account-name <storage_account_name> Az Storage Container Command: Create Container az storage container create --account-name <storage_account_name> -n <container_name> --public-access <access_level> --fail-on-exist Az Storage Container Command: Generate Sas az storage container generate-sas --account-name <storage_account_name> -n <container_name> --permissions <sas_permissions> --expiry <expiry_date> --https-only