az servicebus topic subscription create --name <subscription> --topic-name <topic> --namespace-name <namespace> --resource-group <resource-group>Create a topic subscription.
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 servicebus topic subscription commands for Integration; browse safety labels, operation lanes, mapped Azure concepts, and safe-first examples.
az servicebus topic subscription create --name <subscription> --topic-name <topic> --namespace-name <namespace> --resource-group <resource-group>Create a topic subscription.
az servicebus topic subscription create --resource-group <resource-group> --namespace-name <namespace> --topic-name <topic> --name <subscription> --enable-session true --output jsonCreate, update, or operate servicebus topic subscription with the Azure CLI.
az servicebus topic subscription create --resource-group <resource-group> --namespace-name <namespace> --topic-name <topic> --name <subscription> --max-delivery-count 10 --lock-duration PT2M --output jsonCreate, scale, or change cost-impacting configuration for servicebus topic subscription.
az servicebus topic subscription list --resource-group <resource-group> --namespace-name <namespace> --topic-name <topic> --output tableInspect or list servicebus topic subscription with the Azure CLI before making changes.
az servicebus topic subscription list --topic-name <topic> --namespace-name <namespace> --resource-group <resource-group>List topic subscriptions.
az servicebus topic subscription show --name <subscription> --topic-name <topic> --namespace-name <namespace> --resource-group <resource-group>Inspect or list servicebus topic subscription with the Azure CLI before making changes.
az servicebus topic subscription show --name <subscription> --topic-name <topic> --namespace-name <namespace> --resource-group <resource-group> --query "{active:countDetails.activeMessageCount,deadletter:countDetails.deadLetterMessageCount}" --output jsonInspect or list servicebus topic subscription with the Azure CLI before making changes.
az servicebus topic subscription show --namespace-name <namespace> --resource-group <group> --topic-name <topic> --name <subscription>Inspect or list servicebus topic subscription with the Azure CLI before making changes.
az servicebus topic subscription show --namespace-name <namespace> --resource-group <resource-group> --topic-name <topic-name> --name <subscription-name>Inspect or list servicebus topic subscription with the Azure CLI before making changes.
az servicebus topic subscription show --namespace-name <namespace> --resource-group <resource-group> --topic-name <topic> --name <subscription> --output jsonInspect or list servicebus topic subscription with the Azure CLI before making changes.
az servicebus topic subscription show --namespace-name <namespace> --resource-group <resource-group> --topic-name <topic> --name <subscription> --query "{forwardTo:forwardTo,forwardDeadLetteredMessagesTo:forwardDeadLetteredMessagesTo,status:status}" --output jsonInspect or list servicebus topic subscription with the Azure CLI before making changes.
az servicebus topic subscription show --resource-group <group> --namespace-name <namespace> --topic-name <topic> --name <subscription>Inspect or list servicebus topic subscription with the Azure CLI before making changes.
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.