az-storage
Verified for current stable LTS
Az Storage Command: Delete Storage Account
Use for delete storage account with Az Storage. Exact CLI syntax to delete storage account using Az Storage.
When to use this: Use for delete storage account with Az Storage.
Destructive Command Warning
Destructive operation. Confirm the target path and keep a backup before executing.
Command Syntax
az storage account delete -g <group_name> -n <account_name> az storage account delete -g <group_name> -n <account_name> Command Breakdown
-g- Command Option
- Tool-specific option used by this command invocation.
-n- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to delete storage account using Az Storage.
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 Command: List Access Keys
az storage account keys list -g <group_name> -n <account_name> Az Storage Command: Create Storage Account az storage account create -g <group_name> -n <account_name> -l <location> --sku <account_sku> Az Storage Command: List Storage Accounts az storage account list -g <group_name> Az Storage Command: Update Storage Account Tls Version az storage account update --min-tls-version <TLS1_0|TLS1_1|TLS1_2> -g <group_name> -n <account_name> Acme.sh Dns Command: Issue Certificate Manual Dns Mode acme.sh --issue --dns --domain <example.com> --yes-I-know-dns-manual-mode-enough-go-ahead-please