Study Azure AZ-900 Core Architecture: key concepts, common traps, and exam decision cues.
This lesson is about Azure’s structural hierarchy. AZ-900 wants you to know where workloads live, how Azure organizes them, and how governance scope climbs from resources up to management groups.
Resource group: Logical container for Azure resources that share a lifecycle or management context.
Subscription: Azure billing and management boundary that groups resources and helps organize access and cost.
| Layer | Why it matters |
|---|---|
| Resource | individual Azure service instance |
| Resource group | organizes related resources |
| Subscription | billing and access boundary |
| Management group | higher-level governance and organization |
flowchart TD
MG["Management group"] --> SUB["Subscription"]
SUB --> RG["Resource group"]
RG --> RES["Resource"]
The exam often turns on these boundaries:
| Term | Best mental label |
|---|---|
| Region | geographic area hosting Azure services |
| Region pair | paired Azure regions used in resilience and recovery planning |
| Sovereign region | region set built for specific compliance or governmental boundaries |
| Availability zone | isolated datacenter location within a region |
| If the requirement is mainly about… | Strongest first term |
|---|---|
| where a workload runs geographically | region |
| resilience inside one region | availability zone |
| broader continuity pairing logic | region pair |
| special legal or governmental boundaries | sovereign region |