Microsoft 365, Intune, identity and endpoint engineeringAdelaide, Australia
Certification guide

AZ-900 study guide: Microsoft Azure Fundamentals

A practical seven-day plan to learn cloud concepts, Azure architecture and services, and Azure management and governance.

AZ-900 is a conceptual exam, but the easiest way to retain the material is to connect each concept to a small Azure deployment. The objective is not to become an Azure engineer in one week; it is to understand the platform’s building blocks and the language used to describe them.

LevelFundamentals
Recommended plan7 days
Passing score700+
Objective updateMicrosoft has published revised English objectives effective 20 July 2026. The three top-level domains remain cloud concepts, Azure architecture and services, and Azure management and governance. Check the official guide for your exam date.

Understand the exam domains

Skill areaWeightWhat matters
Cloud concepts25–30%Shared responsibility, public/private/hybrid models, consumption pricing, serverless, benefits and IaaS/PaaS/SaaS.
Azure architecture and services35–40%Regions, availability zones, subscriptions, resource groups, compute, networking, storage, identity, security and service selection.
Azure management and governance30–35%Cost management, tags, Azure Policy, locks, RBAC, the portal, Cloud Shell, ARM/Bicep concepts, Azure Monitor and service health.

Seven-day plan

Day 1 — Cloud principles

Shared responsibility, CapEx versus OpEx, consumption pricing, elasticity, scalability, high availability and cloud service models.

Day 2 — Azure hierarchy and geography

Regions, paired regions, availability zones, subscriptions, management groups, resource groups and resources.

Day 3 — Compute and networking

Virtual machines, scale sets, containers, App Service, Functions, virtual networks, subnets, VPN, ExpressRoute, Load Balancer, Application Gateway and DNS.

Day 4 — Storage and identity

Storage accounts, Blob, Files, queues, tables, redundancy, access tiers, Entra ID, RBAC, MFA, Conditional Access and Zero Trust concepts.

Day 5 — Security and governance

Defender for Cloud, Key Vault, Azure Policy, resource locks, tags, budgets, Cost Management and the Cloud Adoption Framework.

Day 6 — Management and monitoring

Portal, Cloud Shell, Azure CLI, PowerShell, ARM templates, Bicep, Azure Arc, Azure Monitor, Advisor and Service Health.

Day 7 — Practice and revision

Take a timed assessment, revisit weak comparisons and practise explaining why one service is a better fit than another.

Comparisons worth memorising

ComparisonKey distinction
IaaS vs PaaS vs SaaSHow much of the stack the customer manages versus the provider.
Availability zones vs region pairsSeparate datacentre zones inside a region versus paired regions used for broader resiliency.
RBAC vs Azure PolicyWho can perform actions versus what resource configurations are allowed.
Resource lock vs PolicyProtection from delete/change operations versus continuous governance and compliance evaluation.
Load Balancer vs Application GatewayLayer 4 traffic distribution versus Layer 7 web routing and web application features.
Blob vs Azure FilesObject storage accessed through APIs/HTTP versus managed SMB or NFS file shares.

Hands-on exercises

  • Create a resource group and apply tags.
  • Deploy a low-cost storage account and inspect redundancy and access-tier options.
  • Open Cloud Shell and list resource groups with Azure CLI and PowerShell.
  • Create a budget or explore the cost-analysis blade.
  • Review Azure Policy built-in definitions and a sample initiative.
  • Open Azure Service Health and compare it with Resource Health and Azure Monitor.
az group list --output table
az account show --output table

Get-AzContext
Get-AzResourceGroup | Select-Object ResourceGroupName, Location

Exam strategy

  • Read for the required outcome: cost, availability, management effort, security or governance.
  • Fundamentals questions favour the service definition that best matches the scenario.
  • Eliminate answers from the wrong service layer before comparing similar options.
  • Do not over-engineer; the exam is testing foundational service selection.

Final readiness checklist

  • I can draw the Azure management hierarchy.
  • I can explain core compute, networking and storage services.
  • I can distinguish RBAC, Policy, locks, tags and management groups.
  • I completed Microsoft Learn and a timed Practice Assessment.

Microsoft references

  1. Official AZ-900 study guide
  2. Microsoft Certified: Azure Fundamentals
  3. Course AZ-900T00: Introduction to Cloud Infrastructure
  4. Azure documentation
  5. Microsoft Certification Practice Assessments

Review note: Certification objectives, Microsoft cloud features and portal labels change. Check the official Microsoft page for the date of your exam or production deployment.