Created
January 5, 2018 16:48
-
-
Save lalyos/40bce016365e7855091b305714c30f73 to your computer and use it in GitHub Desktop.
azure cli script
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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