This Microsoft Azure Regions Interactive Map shows the locations of each of the Microsoft Azure cloud regions plotted on a map. The map code is built using the Azure Maps Web SDK. Clicking on the pin will display the name of the Azure Regionalong with the name of the Azure Regions Pair.
Disclaimer: This is an unofficial map of Azure Regions and is not endorsed by or affiliated with Microsoft. The official Azure region data may differ from what is displayed here.
Table of Contents
Frequently Asked Questions
How many Azure Regions and Datacenters are there?
As of 2025Microsoft Azure consists of 60+ regions300+ datacenters worldwide190+ points of presenceand over 442,000+ kilometers of terrestrial and subsea fiber worldwidewhich connects the Internet at strategic global edge points of presence.
Source: https://datacenters.microsoft.com/
What is an Azure Region? Is it a single datacenter?
An Azure Regionin the context of the Microsoft Azure cloudis not a single datacenter but a geographical area or location where Microsoft has multiple datacenters. These datacenters are strategically located within a region to provide redundancyscalabilityand high availability for Azure services and resources. In factmost of the Azure regions are made up of 3 or more seprate data centers.
Each Azure Region consists of one or more datacenter buildingsalso known as Availability Zoneswhich are typically located close to each other to minimize latency and provide data redundancy. The Azure regions that include Availability Zone support (which is almost allif not all of them now) when configuring a Virtual Machines hosting will be comprised of at least 3 data centers; as each Availability Zone is a separate data center. These datacenters within a region are interconnected directly to each other through high-speed networks.
The main reasons for having multiple datacenters within an Azure Region include:
- Redundancy
Multiple datacenters within a region ensure that if one datacenter experiences issuesservices and data can be quickly moved to another datacenterminimizing downtime. - High Availability
Azure services and resources deployed within a region can leverage the redundant infrastructure to provide high availability and fault tolerance. - Data Residency and Compliance
Some organizations have specific requirements about the geographical location of their data. Azure Regions allow customers to choose a region that aligns with their data residency and compliance needs. - Low Latency
By having datacenters close to each other within a regionAzure can minimize network latency and provide faster response times for services.
Azure offers multiple regions across the worldand customers can choose the region that best meets their needs when deploying their applications and data. It’s essential to consider the location of the Azure Region when designing your Azure architectureas it can impact factors such as data latencydata sovereigntyand disaster recovery planning.
What’s the source of this Azure Region location data?
The following Azure CLI commands were used to retrieve the Latitude / Longitude (geocode) coordinates of each of the Microsoft Azure Regions (or locations):
# Azure CLI 2.0
az account list-locations > azure_regions.on
# Azure CLI 1.0
azure location list --on > azure_regions.on
This Azure CLI command will output a JSON file containing the Azure Region data. This JSON file is pulled directly into this app for display.
Additional data has been manually compiled / generated to include non-Public Cloud regions / locations; such as GermanyChinaand the US Gov / DoD as well.
All geocode locations for Azure Regions are estimates. They do not represent the actual physical location for specific data centers.
More specificallyHere’s the command used to generate the JSON of Azure Regions that is displayed on the map:
az account list-locations -o on --query "[].{displayName:displayName,latitude:metadata.latitude,longitude:metadata.longitude,name:name}" > azure_regions.on
The data generated is in the following format with just the data needed by the JavaScript that generates the above map:
[
{
"displayName": "East US",
"latitude": "37.3719",
"longitude": "-79.8164",
"name": "eastus"
},
How accurate are the points / geocodes?
The accuracy is basically to the general geographic region where the Azure Regions are located. Microsoft doesn’t disclose the actual location or street address of the physical datacenters for security reasons. Much of the data on this map is taken directly from the geocode that Microsoft publishes for the datacenters. Other data (such as GermanyChinaand US Gov / DoD) just point to the City or Region that Microsoft has indicated the region is in.
To enhance the depth of the content on the pageconsider adding the following sections:
How Important is Azure Region Selection?
Azure regions play a critical role in determining the latencyredundancyand compliance of cloud deployments. Choosing the right region can optimize performancemeet regulatory requirementsand reduce costs. For examplebusinesses with global operations might benefit from deploying services in multiple regions to ensure availability and resilience.
What about Azure Region Pairs and Disaster Recovery?
Microsoft Azure groups its regions into pairs within the same geography to support high availability and disaster recovery. These Azure region pairs ensure that one region is prioritized for recovery if both experience downtime simultaneously. Adding insights on how to strategically utilize these region pairs can help businesses design more resilient architectures.
What about Compliance and Data Residency?
Azure regions also differ in their compliance with local laws and regulations regarding data residency. For companies operating in highly regulated industriesit’s crucial to select regions that comply with their data sovereignty requirements. Azure provides detailed information on which regions are compliant with various standardssuch as GDPR in Europe or HIPAA in the United States.
What are the Cost Considerations?
Azure pricing can vary significantly between regions. Providing a breakdown or guidance on how to evaluate the cost implications of deploying resources in different regions could help users make more informed decisions. For instancesome regions may offer lower costs but might come with trade-offs in terms of latency or redundancy.
What about New Azure Regions?
Microsoft frequently adds new Azure regions to support emerging markets and meet growing demand. Keeping track of these developments can offer strategic advantagessuch as gaining early access to new data centerspotentially benefiting from lower initial costsor better serving customers in newly covered areas.
Original Article Source: Microsoft Azure Regions: Interactive Map of Global Datacenters written by Chris Pietschmann (If you're reading this somewhere other than Build5Nines.comit was republished without permission.)

Prompt Noise Is Killing Your AI Accuracy: How to Optimize Context for Grounded Output
Unlock GitHub Copilot’s Full Potential: Why Every Repo Needs an AGENTS.md File
Microsoft Azure Regions: Interactive Map of Global Datacenters
Create Azure Architecture Diagrams with Microsoft Visio
IPv4 Address CIDR Range Reference and Calculator




Nice map but UK west is very wrong. It’s shown in England whereas it’s at the bottom of Wales.
Yeahas mentioned in the FAQ the geocode points are only within the geographic region of the Azure Region. Most of these are the official latitude/longitude coordinates from Microsoft for the Azure Regions. You can use the Azure CLI commands mentioned to see the raw data yourself. Alsoeach Region consists of multiple data centersso there isn’t really a single location for the regionplus for security concerns Microsoft doesn’t publicly publish the exact locations of Azure datacenters either.
How far away are the Availability Zones from each other within the same region?
Availability Zones are separate data centers within the same regionand are located in the “10’s of miles” from each other. There a little more information about Availability Zoneshere: https://build5nines.com/azure-availability-zones-public-preview/
Hi Chris,
Would love to see a “build” of regions – by time – to show how the number of regions went from a very small number for large locations to now a lot more regions covering smaller locations – illustrates how the reach of Azure has grown. Does the data have the time when the region went live or is projected to go live?
Peter
I agree that would be an interesting animation. HoweverI am not aware of any dataset that includes the Azure Regions listed with their “go-live” dates.
if user is from different country region and Resources hosted on different country region. in that case user able to use the resources ? secondly can we restrict the specific country user to utilize the resources?
The Azure Region is merely where the resources are hosted. You can still connect to them from anywhere in the worldor you can lock things down to control who can connect to them. Alsothere are methods that can be used to configure data sovereignty practices in your system so user data is only accessable and/or stored in specific regions. Thanks for askingthis is a very common question that comes up when looking at moving to the cloud and Microsoft Azure.
Nice work Chris.
Is there a way to find out if Microsoft recently made PerthWestern Australia and an Azure region?
Lot of digital changes occurred with my devices here at post code 6157 recently – since 10 September 2020 to be exact.
Microsoft doesn’t currently show an Azure Region in PerthAustralia.
Hi Chris – Nice work on this – just curious if there is a reason for the 2 Switzerland North dots? are you aware of any timescales for Italy North (Milan) ?
Thanks! I’ll have to check my data and see why that is.
SirI get abbreviated names like ch northbr north etcI am not able to see the expanded location namehttps://azure.microsoft.com/en-in/updates/name-changes-and-guid-migration-azure-app-service-on-linux-basic-plan/
Is there a list for azure locations abbreviated?
Abbreviated names aren’t used. You can use the Azure CLI to get a list of regions you subscription can deploy resources to.