L5. Azure Global Infrastructure: Regions, Zones, and Datacenters
Video generating
Check back soon for the video lesson on Azure Global Infrastructure: Regions, Zones, and Datacenters
Azure operates in 60+ regions worldwide. The AZ-900 exam tests how regions, availability zones, and region pairs work together to provide high availability and disaster recovery.
Azure Regions
An Azure region is a geographic area containing one or more datacenters connected by a low-latency network. Examples: East US, West Europe, Southeast Asia.
When you deploy a resource in Azure, you choose which region to deploy it to. The region affects latency, compliance (data residency laws), and feature availability. Region pairs: Most Azure regions are paired with another region in the same geography at least 300 miles apart. If one region experiences a widespread outage, services can fail over to the paired region. Examples: East US pairs with West US; North Europe pairs with West Europe.
Why region pairs matter for the exam:
- Planned Azure maintenance is staged to avoid both regions going down simultaneously
- Data replication options (geo-redundant storage) automatically use the paired region
- Some Azure services (geo-redundant storage, Azure Traffic Manager) depend on region pairs
Availability Zones
An availability zone is one or more physically separate datacenters within a single Azure region. Each zone has independent power, cooling, and networking.
Availability zones protect against datacenter-level failures. If one zone goes down, workloads in other zones continue running. Zone types:
- *Zonal services:* you pin the resource to a specific zone (e.g., a VM in Zone 1)
- *Zone-redundant services:* Azure automatically replicates across zones (e.g., Azure SQL Database zone-redundant tier)
Not all regions have availability zones. Currently 35+ regions support them.
Azure Datacenters
Each region contains one or more physical datacenters. Microsoft does not publish exact datacenter locations for security reasons, but regions are publicly known.
Geography
An Azure geography is a discrete market, typically a country or group of countries, that contains one or more regions. Geographies preserve data residency and compliance boundaries.
| Concept | Scope | Purpose |
|---|---|---|
| Geography | Country/market | Data residency compliance |
| Region | City/metro area | Resource deployment location |
| Availability Zone | Datacenter within region | High availability |
| Datacenter | Physical facility | Actual hardware |
- ✓A region is a geographic area with one or more connected datacenters; you choose a region when deploying resources
- ✓Region pairs are 300+ miles apart within the same geography; used for geo-redundant replication
- ✓Availability zones are separate datacenters within a region with independent power, cooling, and networking
- ✓Zonal services pin to a specific zone; zone-redundant services replicate automatically across zones
- ✓Geographies define data residency compliance boundaries; regions are within a geography
1. What is the purpose of Azure region pairs?
2. A company wants to protect a web application from datacenter-level failures within the same Azure region. Which feature should they use?
Recommended: Pluralsight
This free course covers the theory. Pluralsight adds guided video paths, hands-on Azure labs, and timed practice exams to help you pass AZ-900 with confidence.