az sql db copy --resource-group <resource-group> --server <server> --name <source-database> --dest-name <copy-database>Create, scale, or change cost-impacting configuration for sql db.
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 sql db commands for Databases; browse safety labels, operation lanes, mapped Azure concepts, and safe-first examples.
az sql db copy --resource-group <resource-group> --server <server> --name <source-database> --dest-name <copy-database>Create, scale, or change cost-impacting configuration for sql db.
az sql db copy --resource-group <source-resource-group> --server <source-server> --name <source-database> --dest-name <destination-database>Create, scale, or change cost-impacting configuration for sql db.
az sql db copy --resource-group <source-resource-group> --server <source-server> --name <source-database> --dest-resource-group <dest-resource-group> --dest-server <dest-server> --dest-name <destination-database> --service-objective GP_Gen5_2Create, scale, or change cost-impacting configuration for sql db.
az sql db copy --resource-group <source-rg> --server <source-server> --name <source-db> --dest-name <target-db> --dest-server <target-server>Create, scale, or change cost-impacting configuration for sql db.
az sql db create --name <database-name> --server <server-name> --resource-group <resource-group> --edition GeneralPurpose --compute-model Serverless --capacity <max-vcores> --min-capacity <min-vcores> --auto-pause-delay <minutes>Create, scale, or change cost-impacting configuration for sql db.
az sql db create --name <database-name> --server <server-name> --resource-group <resource-group> --service-objective <sku>Create an Azure SQL Database.
az sql db create --name <database-name> --server <server-name> --resource-group <resource-group> --service-objective S0Create or configure this resource. Review parameters before running in production.
az sql db create --name <database> --server <sql-server> --resource-group <resource-group> --edition GeneralPurpose --family Gen5 --capacity <vcores>Create, scale, or change cost-impacting configuration for sql db.
az sql db create --name <database> --server <sql-server> --resource-group <resource-group> --service-objective S0Create an Azure SQL database.
az sql db create --resource-group <resource-group> --server <server-name> --name <database-name> --edition GeneralPurpose --compute-model Serverless --family Gen5 --min-capacity 0.5 --capacity 2 --auto-pause-delay 720Create, scale, or change cost-impacting configuration for sql db.
az sql db create --resource-group <resource-group> --server <server> --name <database> --edition Hyperscale --service-objective <objective>Create, scale, or change cost-impacting configuration for sql db.
az sql db create --resource-group <resource-group> --server <server> --name <database> --ledger-on Enabled --service-objective <service-objective>Create, update, or operate sql db 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.