리소스 그룹 및 템플릿 배포를 관리.
azure-cli
의 일부 (az
라고도 함). 더 많은 정보: https://learn.microsoft.com/cli/azure/group.
az group create --name {{이름}} --location {{위치}}
az group exists --name {{이름}}
az group delete --name {{이름}}
az group wait --name {{이름}} --{{created|deleted|exists|updated}}