Microsoft Azure Region Map
  • FAQ
  • About
  • Other Maps
    • Azure CDN Endpoints

About

The Microsoft Azure Regions Interactive Map shows the location of each of the Microsoft Azure Regions plotted over a map using the Bing Maps v8 JavaScript SDK.

This project is hosted as open source on Github at the following location, go there to view the source code for this project:
https://github.com/crpietschmann/azure-region-map

This project is created and maintained by Chris Pietschmann.

Disclaimer: This project is not affiliated with Microsoft.

FAQ

Where is the location data for this map from?

The following Azure CLI command was used to retrieve the Latitude / Longitude coordinates of each of the Azure Regions (aka Locations) in the Public Microsoft Cloud:
azure location list --json
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 hand compiled to include non-Public Cloud data center regions / locations, such as Germany and China as well.

How many Azure Regions are there?

Currently, Azure is generally available in 30 regions around the world, with 4 additional regions planned. This map image is from Microsoft. Follow the link to see it in full.

How accurate are the points / geocodes?

The accuracy is basically to the general city where the data centers are located. Microsoft doesn't disclose the actual location or street address of the 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 Germany and China) just point to the City that Microsoft has said the datacenter is in.