az group

Manage resource groups and template deployments. Part of azure-cli (also known as az). More information: https://learn.microsoft.com/cli/azure/group.

az group create --name {{name}} --location {{location}}

az group exists --name {{name}}

az group delete --name {{name}}

az group wait --name {{name}} --{{created|deleted|exists|updated}}