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.
mutatingaz group create --name <resource-group> --location <region>
Create a resource group.
securecreate
mutatingaz group create --name <resource-group> --location <region> --tags Environment=<env> Owner=<owner>
Create, update, or operate group with the Azure CLI.
securecreate
destructiveaz group delete --name <resource-group> --yes
Delete a resource group and contained resources.
removedelete
read-onlyaz group list --output table
List resource groups in the active subscription.
discoverlist
read-onlyaz group list --query "[?tags.Environment==null].[name,location]" --output table
Find resource groups missing an Environment tag.
discoverlist
read-onlyaz group list --query "[?tags.Owner==null].[name,location,tags]" --output table
Inspect or list group with the Azure CLI before making changes.
discoverlist
read-onlyaz group list --query "[].{name:name,location:location,tags:tags}" --output table
Inspect or list group with the Azure CLI before making changes.
discoverlist
read-onlyaz group list --query "[].{name:name,location:location}" --output table
Inspect or list group with the Azure CLI before making changes.
discoverlist
read-onlyaz group list --subscription <subscription-id> --output table
Inspect or list group with the Azure CLI before making changes.
discoverlist
read-onlyaz group show --name <resource-group>
Show one resource group.
discovershow
read-onlyaz group show --name <resource-group> --output json
Inspect or list group with the Azure CLI before making changes.
discovershow
read-onlyaz group show --name <resource-group> --query "{name:name,location:location,id:id}"
Inspect or list group with the Azure CLI before making changes.
discovershow
Command Center
Which Azure CLI command are you trying to understand?
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.
Service maps
Browse by the Azure surface the command touches
Command groups
Popular group pages
Jump into a service-map page or use Advanced filters for the full 630 group index.
Search for a command or choose a command job
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.
Command briefings
Mapped command results
Each card explains the command, what it touches, whether it is safe for discovery, and the safe-first path to run before risky changes.
No CLI commands matched that search.
Try a command group such as az group, az storage, az webapp, az aks, az sql, or az role assignment.
Starter command flowsOptional guided examples for resource groups, web apps, storage, AKS, SQL, and Key Vault.
AKS operations path
Inspect AKS state, credentials, node pools, upgrades, monitoring, and destructive operations from one lane.
Data platform lifecycle
Navigate database, analytics, messaging, and AI commands from discovery to controlled mutation.
Identity and access change path
Inspect identities and assignments before making privileged RBAC, managed identity, or credential changes.
Resource group lifecycle
Start with read-only discovery, create only after context checks, then clean up deliberately.
Storage hardening and access
Discover storage accounts, then check network, identity, lifecycle, container, and destructive cleanup commands.
Web app release operations
Move from App Service discovery through deployment, slot checks, diagnostics, and guarded rollback.
Safety and operation legendReference definitions for labels used on command briefing cards.