0Pricing
Cloud & IT Cert Prep · Lesson

Cloud Concepts and Azure Architecture Review

Revise shared responsibility, cloud models, Azure regions, availability zones, and resource hierarchy topics that appear most frequently in AZ-900 exam questions.

Cloud Concepts and Azure Architecture Review is a free Cloud & IT Cert Prep lesson on CoddyKit — lesson 1 of 4. You can read the complete lesson below for free — then practise it hands-on in the browser with a built-in code editor and a 24/7 AI tutor. It is part of the Cloud & IT Cert Prep learning path, one of 4 lessons in the course, and your progress syncs across the web and the CoddyKit app.

AZ-900 Domain 1: Cloud Concepts

The Cloud Concepts domain accounts for approximately 25–30% of the AZ-900 exam. Key topics include: the definition and benefits of cloud computing, the shared responsibility model, cloud service models (IaaS/PaaS/SaaS), and cloud deployment models (public/private/hybrid). The exam tests whether you understand which model is appropriate for a given scenario, not just the definitions. Pay particular attention to the six benefits of cloud computing Microsoft lists in the exam objectives.

Shared Responsibility Model

The shared responsibility model divides security and management responsibilities between Microsoft and the customer. Microsoft always manages: physical data centres, physical network, physical hosts. Customer always manages: data, accounts, and identities. The middle layer shifts depending on service model: for IaaS, customers manage OS, network controls, and applications; for PaaS, Microsoft additionally manages the OS and middleware; for SaaS, Microsoft manages nearly everything except data and account access.

Six Benefits of Cloud Computing

Microsoft's AZ-900 objectives define six cloud benefits: High Availability (services stay available via SLAs), Scalability (add capacity on demand), Elasticity (automatically scale up and down), Agility (deploy faster than on-premises), Geo-Distribution (deploy globally with low latency), and Disaster Recovery (replicate and fail over across regions). The exam often presents scenarios and asks which benefit best applies. Elasticity and scalability are the most frequently confused pair — elasticity is automatic adjustment; scalability is the ability to scale.

CapEx vs. OpEx

Traditional on-premises IT uses CapEx (Capital Expenditure) — upfront investment in hardware and infrastructure, depreciated over time. Cloud computing shifts to OpEx (Operational Expenditure) — pay for what you consume, period to period, with no large upfront cost. This shift benefits cash flow and reduces financial risk from over-provisioning. The AZ-900 exam may ask you to identify whether a scenario represents CapEx or OpEx, or to explain why a company migrating to Azure would see an OpEx increase while CapEx decreases.

Azure Resource Hierarchy Review

Memorise the Azure resource hierarchy for the exam: Management Groups (top — aggregate subscriptions, apply policies) → Subscriptions (billing boundary, access control boundary) → Resource Groups (logical container for related resources) → Resources (individual services like VMs, storage accounts). A subscription belongs to exactly one management group. A resource belongs to exactly one resource group. Resource groups can contain resources from any Azure region.

# Visualise the resource hierarchy
# Management Group: "Contoso Root"
#   Subscription: "Production"
#     Resource Group: "web-app-rg"
#       VM: web-server-01 (East US)
#       Storage Account: webappstorage (East US)
#     Resource Group: "database-rg"
#       SQL Server: mydb-server (West US)
#   Subscription: "Development"
#     Resource Group: "dev-resources-rg"

Azure Regions and Availability Zones Review

Key region and availability zone facts for the exam: Azure has 60+ regions worldwide. Each region is a geographic area containing one or more data centres. Region pairs are pre-configured for disaster recovery replication, with at least 300 miles separation. Availability Zones (AZs) are physically separate data centres within a single region, each with independent power, cooling, and networking. Not all regions have AZs — the exam may test whether you know that AZs are only available in select regions (called Zone-enabled regions).

# List Azure regions with availability zones
az account list-locations \
  --query '[?metadata.regionCategory == `Recommended`].{Name:name, DisplayName:displayName, Zones:availabilityZoneMappings}' \
  --output table

Service Models Quick Recall

Use these exam mnemonics for service models: IaaS = You manage from the OS up (Azure VM, Azure Disks). PaaS = You manage the application and data only (Azure App Service, Azure SQL Database, Azure Functions). SaaS = You manage only data and access (Microsoft 365, Dynamics 365). Common AZ-900 trick: Azure SQL Database is PaaS (not IaaS), even though it is a database. SQL Server on a VM is IaaS. If you manage the OS, it is IaaS; if you do not, it is PaaS.

Deployment Models Review

Three cloud deployment models tested in AZ-900: Public cloud — resources owned and operated by a third-party provider (Azure), shared infrastructure, pay-as-you-go. Private cloud — resources used exclusively by a single organisation, hosted on-premises or in a dedicated colocation facility, full control. Hybrid cloud — public and private cloud connected, allowing workloads to run in the most appropriate environment. The exam may test: Which deployment model allows an organisation to run sensitive data on-premises while using Azure for scalable compute? Answer: Hybrid.

Consumption-Based Pricing Review

Azure uses a consumption-based pricing model — you only pay for cloud services when you use them. This directly aligns to the OpEx model. Three pricing options appear in AZ-900: Pay-as-you-go (no commitment, highest per-unit price), Reserved Instances (1 or 3-year commitment, up to 72% discount), and Spot pricing (use unused Azure capacity at deep discounts, subject to eviction). The exam may also ask about the Total Cost of Ownership (TCO) Calculator, which estimates on-premises cost vs. Azure cost to build a migration business case.

High-Frequency Cloud Concept Questions

These scenario types appear frequently in AZ-900 cloud concept questions:

  • Which benefit? — A company needs to handle 10× more traffic during the holidays → Elasticity or Scalability.
  • Which model? — A startup wants a database without managing servers → PaaS (Azure SQL Database).
  • Which deployment? — A hospital must keep patient data on-site but wants to use Azure for analytics → Hybrid cloud.
  • Which pricing? — A company has a VM that runs 24/7 for 3 years → Reserved Instances.

Architecture Review Flash Points

High-frequency architecture facts for last-minute revision:

  • Azure Availability Zones protect against data centre failures; Region Pairs protect against regional outages.
  • A resource group cannot contain another resource group.
  • Resources in a resource group can be in different regions.
  • Management groups can be up to 6 levels deep (not counting root).
  • An Entra ID tenant can have multiple Azure subscriptions.

Quick Check

Test your understanding of Microsoft Azure Fundamentals (AZ-900) concepts from this lesson.

Lesson Recap

In this lesson you reviewed: the shared responsibility model and how responsibilities shift across IaaS/PaaS/SaaS, the six cloud benefits (availability, scalability, elasticity, agility, geo-distribution, disaster recovery), and the Azure resource hierarchy (management groups → subscriptions → resource groups → resources). Next up we do a condensed quick-reference review of core Azure services.

Frequently asked questions

Is the “Cloud Concepts and Azure Architecture Review” lesson free?

Yes — the full text of “Cloud Concepts and Azure Architecture Review” is free to read here on the web, and the Cloud & IT Cert Prep course includes 4 lessons in total. To practise it interactively (a built-in code editor and a 24/7 AI tutor) and unlock the rest of the Cloud & IT Cert Prep course, upgrade to CoddyKit PRO.

What will I learn in “Cloud Concepts and Azure Architecture Review”?

Revise shared responsibility, cloud models, Azure regions, availability zones, and resource hierarchy topics that appear most frequently in AZ-900 exam questions. You practise Cloud & IT Cert Prep with hands-on code you run directly in the browser, and a 24/7 AI tutor answers your questions as you work through the lesson.

Do I need any experience to start Cloud & IT Cert Prep?

No prior experience is required. Cloud & IT Cert Prep on CoddyKit is structured for beginners through advanced learners; this is — lesson 1 of 4, so you can start here or from the beginning and move at your own pace.

How long does the “Cloud Concepts and Azure Architecture Review” lesson take?

Most CoddyKit lessons take about 5–10 minutes. Each one is bite-sized and interactive, so you make steady progress and pick up exactly where you left off across the web and the app.

Can I write and run code in this Cloud & IT Cert Prep lesson?

Yes. Every Cloud & IT Cert Prep lesson includes a built-in code editor, so you write and run real code right in your browser and get instant AI feedback — no local setup required.

All lessons in this course

  1. Cloud Concepts and Azure Architecture Review
  2. Core Services Quick Reference
  3. Security, Identity, and Governance Revision
  4. Exam Strategy and Time Management
← Back to Cloud & IT Cert Prep