Browse Microsoft Certification Guides

Azure AZ-900 Core Architecture Guide

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.

Hierarchy map

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:

  • resource group is a lifecycle and organization container
  • subscription is a billing and management boundary
  • management group sits above subscriptions for broader governance

Geographic components

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

What each geography term is really answering

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

Common traps

  • treating a resource group like a billing boundary
  • treating a subscription like a folder instead of a billing and management scope
  • confusing availability zones with region pairs
  • forgetting that sovereign regions solve compliance-boundary questions, not ordinary performance questions

Decision order that usually wins

  1. Decide whether the stem is about hierarchy, geography, or resilience scope.
  2. Keep resource groups, subscriptions, and management groups in separate lanes.
  3. Separate region, zone, region pair, and sovereign-region meanings.
  4. Use the smallest scope term that actually matches the requirement.
  5. Avoid mixing governance boundaries with geography boundaries.

Quiz

Loading quiz…
Revised on Sunday, May 10, 2026