Forrest logo
back to context overview

az-group

List of commands for az-group:

  • az-group:tldr:1fcd0 az-group: Wait until a condition of the resource group is met.
    $ az group wait --name ${name} --${select}
    try on your machine
    explain this command
  • az-group:tldr:6a9c8 az-group: Create a new resource group.
    $ az group create --name ${name} --location ${location}
    try on your machine
    explain this command
  • az-group:tldr:6c90b az-group: Delete a resource group.
    $ az group delete --name ${name}
    try on your machine
    explain this command
  • az-group:tldr:ffb72 az-group: Check if a resource group exists.
    $ az group exists --name ${name}
    try on your machine
    explain this command
back to context overview