Core Azure architectural components
📘Microsoft Certified: Azure Fundamentals (AZ-900)
When you use Microsoft Azure, you are essentially using a global network of data centers. Azure organizes these data centers into regions, region pairs, and sovereign regions to provide reliability, scalability, and compliance.
1. Azure Regions
Definition:
An Azure region is a set of data centers located in a specific geographic area that work together to provide Azure services to users.
Key points for the exam:
- Each region is independent, but multiple data centers in a region are connected with high-speed networks.
- Regions allow you to deploy services close to your users for better performance and lower latency.
- Every Azure service is hosted in one or more regions.
- Examples of Azure regions include:
- East US
- West Europe
- Southeast Asia
How it works in IT terms:
If you host a web application in “East US”, the data and virtual machines (VMs) are physically located in data centers in that region. Users near the U.S. east coast will get faster access.
2. Azure Region Pairs
Definition:
A region pair is a pair of Azure regions within the same geography that are connected physically and logically to provide disaster recovery and high availability.
Key points for the exam:
- Each Azure region is paired with another region within the same geographic area (e.g., East US is paired with West US).
- Region pairs are designed to minimize the impact of outages due to natural disasters or large-scale failures.
- Azure ensures that at least one region in the pair is available even if the other region fails.
- Updates and planned maintenance are staggered between paired regions to reduce downtime risk.
How it works in IT terms:
If you store databases in one region (e.g., East US), Azure can automatically replicate them to its paired region (e.g., West US). If the primary region goes down, your application can failover to the secondary region with minimal disruption.
Exam tip: Microsoft mentions there are over 20+ region pairs globally, and each region has only one official pair.
3. Sovereign Regions
Definition:
Sovereign regions are Azure regions that exist to meet strict data residency, security, and compliance requirements for certain countries or organizations.
Key points for the exam:
- Sovereign regions are isolated from other Azure regions.
- They are used by governments, defense organizations, or businesses that must keep data within their country or region.
- Examples include:
- Azure Government (United States)
- Azure China (operated by 21Vianet)
- Azure Germany (previously isolated; now partially integrated)
How it works in IT terms:
A government agency in the U.S. can use Azure Government to store sensitive data in U.S.-based data centers while still accessing Azure services, without sending any data outside the country.
Exam tip: Sovereign regions offer the same services as public regions but with additional compliance and isolation.
Summary Table for Exam
| Concept | Definition | IT Use Case Example | Key Exam Tip |
|---|---|---|---|
| Azure Region | A set of data centers in a specific geographic area | Deploy VMs, web apps, or databases close to users | Know that each region is independent |
| Region Pair | Two regions within the same geography designed for disaster recovery | Replicate databases to the paired region for failover | Each region has only one official pair |
| Sovereign Region | Isolated region for strict compliance, government, or country-specific use | Store sensitive government data within the country | Examples: Azure Government (US), Azure China |
Exam Tips
- Understand that regions = basic building blocks of Azure.
- Region pairs = provide redundancy and disaster recovery.
- Sovereign regions = meet compliance and data residency requirements.
- Azure guarantees replication within region pairs for services like Storage and SQL Database.
- Remember: planned maintenance is staggered between region pairs, so your services stay available.
