az storage entity delete --account-name <storage-account> --table-name <table> --partition-key <partition-key> --row-key <row-key> --auth-mode loginDelete or remove storage entity with the Azure CLI; verify scope and backup/rollback before running.
Search an az command, command group, or Azure task. AzureGlossary shows what the command touches, how risky it is, which concepts explain it, and what safer checks and generated safe-first paths to run first.
Microsoft Learn remains the official Azure CLI reference. This page is the plain-English command map for safety, context, operator review, and safe-first command paths.
az storage entity commands for Storage; browse safety labels, operation lanes, mapped Azure concepts, and safe-first examples.
az storage entity delete --account-name <storage-account> --table-name <table> --partition-key <partition-key> --row-key <row-key> --auth-mode loginDelete or remove storage entity with the Azure CLI; verify scope and backup/rollback before running.
az storage entity delete --table-name <table-name> --account-name <storage-account> --auth-mode login --partition-key <pk> --row-key <rk>Delete or remove storage entity with the Azure CLI; verify scope and backup/rollback before running.
az storage entity delete --table-name <table-name> --partition-key <partition-key> --row-key <row-key> --account-name <storage-account> --auth-mode loginDelete or remove storage entity with the Azure CLI; verify scope and backup/rollback before running.
az storage entity delete --table-name <table> --partition-key <partition> --row-key <row> --account-name <storage-account>Delete a storage table entity.
az storage entity insert --account-name <storage-account> --table-name <table> --entity PartitionKey=<partition-key> RowKey=<row-key> status=test --auth-mode loginCreate, update, or operate storage entity with the Azure CLI.
az storage entity insert --account-name <storage-account> --table-name <table> --entity PartitionKey=<pk> RowKey=<rk>Insert a table entity.
az storage entity insert --table-name <table-name> --account-name <storage-account> --auth-mode login --entity PartitionKey=<pk> RowKey=<rk> EntityVersion=2 Status=ActiveCreate, update, or operate storage entity with the Azure CLI.
az storage entity insert --table-name <table-name> --account-name <storage-account> --auth-mode login --entity PartitionKey=<pk> RowKey=<rk> Status=<value>Create, update, or operate storage entity with the Azure CLI.
az storage entity insert --table-name <table-name> --entity PartitionKey=<partition-key> RowKey=<row-key> --account-name <storage-account> --auth-mode loginCreate, update, or operate storage entity with the Azure CLI.
az storage entity insert --table-name <table-name> --entity PartitionKey=<pk> RowKey=<rk> --account-name <storage-account> --auth-mode loginInsert a table entity.
az storage entity insert --table-name <table> --entity PartitionKey=<partition> RowKey=<row> --account-name <storage-account>Insert an entity into a storage table.
az storage entity merge --table-name <table-name> --account-name <storage-account> --auth-mode login --entity PartitionKey=<pk> RowKey=<rk> OptionalField=<value>Create, update, or operate storage entity with the Azure CLI.
Start with a command, group, or messy task. The Command Center gives you a briefing before you copy anything: risk, touched services, safe-first paths, related concepts, and the official Microsoft Learn reference.
Try a real command such as az role assignment list, a group such as az aks, or a task such as private endpoint. Results open as command briefing cards.
Each card explains the command, what it touches, whether it is safe for discovery, and the safe-first path to run before risky changes.
Try a command group such as az group, az storage, az webapp, az aks, az sql, or az role assignment.
Inspect AKS state, credentials, node pools, upgrades, monitoring, and destructive operations from one lane.
Navigate database, analytics, messaging, and AI commands from discovery to controlled mutation.
Inspect identities and assignments before making privileged RBAC, managed identity, or credential changes.
Start with read-only discovery, create only after context checks, then clean up deliberately.
Discover storage accounts, then check network, identity, lifecycle, container, and destructive cleanup commands.
Move from App Service discovery through deployment, slot checks, diagnostics, and guarded rollback.