Azure Global Infrastructure
Learn how Microsoft's massive worldwide network of datacenters is organised — regions, availability zones, region pairs, and how to pick the right location for your workloads.
Azure regions
An Azure region is a geographical area that contains one or more physical datacenters. Each datacenter is connected to the others within the region through a dedicated low-latency network. Azure currently operates in 60+ regions across the globe — more than any other cloud provider.
When you create any Azure resource — a virtual machine, a storage account, a database — you choose which region it lives in. Placing resources close to your users reduces latency and improves performance.
az account list-locations \
--output table
# Example output:
Name DisplayName Latitude Longitude
centralindia Central India 18.5822 73.9197
southindia South India 12.9822 80.1636
westindia West India 19.088 72.868
eastus East US 37.3719 -79.8164
Availability Zones
Within a region, Azure has Availability Zones (AZs). These are physically separate datacenters within the same region — each with their own independent power supply, cooling, and networking.
If one zone goes down due to a power outage or hardware failure, the other zones keep running. This protects your applications from datacenter-level failures and is key to achieving high availability.
Region pairs
Every Azure region is paired with another region within the same geography, at least 300 miles (480 km) away. This is called a region pair. If a major disaster affects one region, Azure automatically fails over to its paired region.
Azure geographies
A geography is a discrete market, typically containing two or more regions, that preserves data residency and compliance boundaries. Azure geographies allow customers with specific data-residency and compliance needs to keep their data close.
India → Central India · South India · West India
US → East US · West US · Central US · and more
Europe → North Europe · West Europe · UK South
Asia Pac → Southeast Asia · East Asia · Japan East
Middle East→ UAE North · Qatar Central
Azure regions in India
Azure has three dedicated regions in India, making it one of the most well-covered cloud platforms for Indian businesses and developers.
The primary region for most Indian workloads. Supports Availability Zones. Best for general-purpose applications, web hosting, and databases. Region pair: South India
Paired with Central India for disaster recovery. Ideal for backup and replication workloads. Region pair: Central India
Great for low-latency applications serving users in western India and financial workloads. Region pair: South India
How to choose the right region
AZ-900 exam tips
✅ Remember Azure has 60+ regions — more than any other cloud provider
✅ Understand that Availability Zones protect against datacenter-level failures
✅ Know that region pairs are at least 300 miles apart
✅ Remember India has 3 Azure regions — Pune, Chennai, Mumbai
✅ Region pairs ensure data residency stays within the same geography