Azure’s geographic model is pure AZ-900 territory: no architecture puzzles, just a small stack of terms that the exam tests over and over. Learn four words in the right order — Geography, Region, Availability Zone, Region Pair — and a whole band of questions turns into recognition. The diagram above is the entire model on one canvas; read it left to right and keep it in your head.
The size ladder: geography → region → zone
Start from the biggest unit and work down. A geography is a discrete market — often a country or a continent, such as Europe — that preserves data-residency and compliance boundaries. Inside a geography sit one or more regions; a region is the actual location you choose when you deploy, like West Europe or East US, and it is a set of datacenters grouped within a latency-defined perimeter. Inside a region sit availability zones: each zone is a physically separate datacenter with its own power, cooling and networking. Get the nesting right and most distractors fall away — a resource group is not a place, and a single building is not a whole region.
What each layer protects against
The exam’s favourite move is to test which failure a given layer survives.
- Availability zones protect against a single datacenter failing inside a region. Spread a workload across zones and one zone can go dark without taking you down — but every zone still lives in that one region, so a region-wide disaster is out of their reach.
- Region pairs cover exactly that gap. Azure automatically pairs most regions with a second region in the same geography for geo-redundancy and disaster recovery, and platform updates roll across the pair sequentially so both regions are never updated at once. Because the pair stays in one geography, your data can survive a regional disaster and stay inside one legal jurisdiction.
Zonal, zone-redundant, regional
When you place a resource, it relates to zones in one of three ways. Zonal pins it to a single zone you pick. Zone-redundant spreads it across several zones automatically, so one zone failing does not stop it. Regional (non-zonal) places it in the region with no zone guarantee. Add the paired region and you get geo-redundancy — a separate axis from zone redundancy. Keeping these three straight is often a single easy point.
Sovereign clouds and choosing a region
For national-regulation and sovereignty needs, Microsoft runs separate, isolated instances of Azure — sovereign or government clouds such as Azure Government and Azure operated by 21Vianet in China. They are physically and logically distinct from the commercial cloud, not a setting inside it.
Finally, choosing a region is a four-way trade-off: proximity and latency to your users, data-residency law, which services are available there (not every service ships in every region), and price. Treat a legal residency requirement as a hard gate that narrows the eligible geography first, then optimize the rest inside what remains. The real exam mixes multiple-choice, true/false and drag-and-drop; the seven samples above are standard multiple-choice, and every explanation carries a “Why not the others” so the wrong options teach as much as the right one.
Updated for AZ-900 (July 2026). The sample questions above are our own work
in the style of the exam — not real exam items. The exam itself is set and marked
by the certification body.