Skip to content

Instantly share code, notes, and snippets.

@lalyos
Created January 5, 2018 16:48
Show Gist options
  • Select an option

  • Save lalyos/40bce016365e7855091b305714c30f73 to your computer and use it in GitHub Desktop.

Select an option

Save lalyos/40bce016365e7855091b305714c30f73 to your computer and use it in GitHub Desktop.
azure cli script
az group list --query '[].{name:name,loc:location}' --output table
az vm list --query '[].{name:name,rg:resourceGroup,loc:location}' --output table
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment