az webapp config ssl bind --certificate-thumbprint <thumbprint> --ssl-type SNI --name <app-name> --resource-group <resource-group>Create, update, or operate webapp config ssl with the Azure CLI.
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 webapp config ssl commands for Web; browse safety labels, operation lanes, mapped Azure concepts, and safe-first examples.
az webapp config ssl bind --certificate-thumbprint <thumbprint> --ssl-type SNI --name <app-name> --resource-group <resource-group>Create, update, or operate webapp config ssl with the Azure CLI.
az webapp config ssl bind --name <app-name> --resource-group <resource-group> --certificate-thumbprint <thumbprint> --ssl-type SNICreate, update, or operate webapp config ssl with the Azure CLI.
az webapp config ssl bind --name <app-name> --resource-group <resource-group> --hostname <hostname> --certificate-thumbprint <thumbprint> --ssl-type SNIChange identity, access, policy, or security-sensitive configuration for webapp config ssl.
az webapp config ssl create --name <app-name> --resource-group <resource-group> --hostname <custom-domain>Create, update, or operate webapp config ssl with the Azure CLI.
az webapp config ssl delete --certificate-thumbprint <thumbprint> --resource-group <resource-group>Delete or remove webapp config ssl with the Azure CLI; verify scope and backup/rollback before running.
az webapp config ssl import --resource-group <resource-group> --name <app-name> --key-vault <key-vault-name-or-id> --key-vault-certificate-name <certificate-name>Change identity, access, policy, or security-sensitive configuration for webapp config ssl.
az webapp config ssl list --resource-group <resource-group>Inspect or list webapp config ssl with the Azure CLI before making changes.
az webapp config ssl list --resource-group <resource-group> --query "[].{name:name,subjectName:subjectName,thumbprint:thumbprint,expirationDate:expirationDate}"Inspect or list webapp config ssl with the Azure CLI before making changes.
az webapp config ssl list --resource-group <resource-group> --query "[].{name:name,thumbprint:thumbprint,expirationDate:expirationDate,subjectName:subjectName}"Inspect or list webapp config ssl with the Azure CLI before making changes.
az webapp config ssl show --resource-group <resource-group> --certificate-name <certificate-name>Inspect or list webapp config ssl with the Azure CLI before making changes.
az webapp config ssl upload --certificate-file <path-to-pfx> --certificate-password <password> --name <app-name> --resource-group <resource-group>Create, update, or operate webapp config ssl with the Azure CLI.
az webapp config ssl upload --name <app-name> --resource-group <resource-group> --certificate-file <path-to-pfx> --certificate-password <password>Change identity, access, policy, or security-sensitive configuration for webapp config ssl.
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.