Microsoft Azure AZ-900 Cheat Sheet

The core Azure services, concepts, and tools worth memorising for AZ-900 — on one page.

Entry-levelQuick referenceAZ-900
⏱️ Reference

A lot of AZ-900 is knowing which Azure service does what. Get these core services and concepts straight and most scenario questions answer themselves.

In short: This cheat sheet collects the most commonly tested Azure AZ-900 essentials: the core service categories (compute, storage, networking, databases), the IaaS/PaaS/SaaS and public/private/hybrid models, the shared responsibility model, the resource hierarchy (management group → subscription → resource group → resource), and the main cost and governance tools.

Cloud models to keep straight

Two model questions come up constantly. Service models — IaaS (you manage the OS and up), PaaS (you manage just your app and data), SaaS (you just use the software). Deployment models — public (shared Azure), private (your own dedicated infrastructure), hybrid (a mix).

🔑 Shared responsibility, in one line

The cloud provider secures the cloud infrastructure; you secure what you put in it. Data, accounts, and access are always your responsibility in every model — that's the single most-tested governance idea on AZ-900.

Core Azure services by category

You don't need deep configuration knowledge — just what each service is for.

Frequently tested Azure services.
CategoryServiceUse it for
ComputeVirtual MachinesFull control of an OS you manage (IaaS)
ComputeApp ServiceHost web apps/APIs without managing servers (PaaS)
ComputeAzure FunctionsRun small pieces of code on demand — serverless
ComputeAKS / Container InstancesRun containers (managed Kubernetes / single containers)
NetworkingVirtual Network (VNet)Private network for your Azure resources
NetworkingVPN GatewayEncrypted site-to-site connection over the internet
NetworkingExpressRoutePrivate, dedicated connection that bypasses the public internet
StorageBlob StorageMassive unstructured object storage (files, images, backups)
DatabaseAzure SQL DatabaseManaged relational (SQL) database — PaaS
DatabaseAzure Cosmos DBGlobally distributed NoSQL database, low latency
💡 Storage redundancy — the one they love to test

LRS keeps 3 copies in one datacenter (cheapest). ZRS spreads copies across availability zones in one region. GRS copies your data to a second region — so if a whole region fails, your data survives. If a question asks for protection against a regional outage, the answer is geo-redundant (GRS/GZRS).

Management and cost tools

Area 3 is largely 'which tool does this?'. Learn these pairings.

Key AZ-900 management, cost, and governance tools.
ToolWhat it does
Pricing CalculatorEstimate the cost of Azure services before you deploy
Total Cost of Ownership (TCO)The concept of comparing on-premises vs cloud cost; Microsoft now builds this into the Azure Migrate business case (the standalone TCO Calculator was retired)
Microsoft Cost ManagementTrack and analyse your actual spending after deployment
Azure PolicyEnforce rules/standards on resources (governance & compliance)
Resource locksPrevent accidental deletion or changes to critical resources
TagsLabel resources (e.g. by department) for organisation and cost reporting
Azure AdvisorPersonalised recommendations (cost, security, reliability, performance)
Azure MonitorCollect metrics/logs and alert on the health of your resources
Azure Service HealthStatus of Azure itself — outages and planned maintenance
🔑 The resource hierarchy

From widest to narrowest: Management groups → Subscriptions → Resource groups → Resources. A resource lives in exactly one resource group; policies and access applied higher up flow down.

✅ Key takeaways
  • Service models: IaaS (OS up to you), PaaS (just your app), SaaS (just use it).
  • Data, identities and access are YOUR responsibility in every model.
  • GRS/GZRS protects against a whole-region outage; LRS/ZRS do not.
  • Resource hierarchy: management group → subscription → resource group → resource.
  • Pricing Calculator estimates cost before deploying; Cost Management tracks actual spend after; TCO is the on-prem-vs-cloud comparison (now via the Azure Migrate business case).

Frequently asked questions

What are the core Azure service categories for AZ-900?

Compute (Virtual Machines, App Service, Functions, containers), Networking (Virtual Network, VPN Gateway, ExpressRoute), Storage (Blob and others), and Databases (Azure SQL Database, Cosmos DB).

Which storage redundancy protects against a whole region failing?

Geo-redundant options — GRS or GZRS — copy your data to a second region. LRS (single datacenter) and ZRS (zones within one region) do not survive a full regional outage.

Ready to test yourself under exam-style conditions?
Explore the full Azure AZ-900 course →

Independent study resource. Not affiliated with, authorized, endorsed by, or sponsored by CompTIA, Amazon Web Services, Microsoft, or ISC2. All trademarks are the property of their respective owners and are used here for identification only. All practice questions are original.