Virtualization, Cloud, Infrastructure and all that stuff in-between
My ramblings on the stuff that holds it all together
List all Azure Regions from CLI
December 6, 2022
Posted by on Useful command, parked here for next time I forget how
az account list-locations --output table
Also possible to output as JSON etc, by adjusting the --output
parameter