List Azure Regions With Azure CLI

This post will show how to use Azure CLI to list all the available Azure regions and their names.

List Azure Regions

The following Azure CLI command will list all the available regions to which your current subscription has access and which you could deploy resources.

az account list-locations --output table

The output will list all the regions in a Table format, as shown below.


Posted

in

,

by

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.