Adventures with Azure: Regions

What is an Azure region?

According to the docs, an Azure region is defined as a set of data centers deployed within a latency-defined perimeter and connected through a dedicated low-latency network.

There is also an Azure geography which defines an area of the world containing at least one Azure region.

And lastly, there are Azure paired regions, or regional pairs, which consists of two regions within the same geography.

For a list of region pairs see https://docs.microsoft.com/en-us/azure/best-practices-availability-paired-regions#azure-regional-pairs.

AzureGeography

Get all of the information you need to determine the geography that best fits your needs, from compliance to resiliency feature see https://azure.microsoft.com/en-us/global-infrastructure/geographies/#overview.

To get a list of Azure regions, run the Azure CLI script, az account list-locations -o table at https://shell.azure.com.

Below is a list of available regions, as of July 30, 2020.

I have also include an abbreviated version of each region that I use when naming some of my Azure resources, e.g. I use usea instead of eastus.

[table “1” not found /]

6 Replies to “Adventures with Azure: Regions”

  1. Canada Central and Canada East are in a country called Canada, which is North of the United States (mostly) and not in Central America

  2. Where are you getting these Short names.
    Azure cli doesn’t seem to support them or return them?

    az account list-locations -o table

Leave a Reply

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