🔒 Guided

Pre-launch preview. Authorised access only.

Incorrect code

Guided by A Guide to Cloud
Explore AB-900 AI-901
Guided AZ-900 Domain 1
Domain 1 — Module 1 of 7 14%
1 of 26 overall

AZ-900 Study Guide

Domain 1: Describe Cloud Concepts

  • What is Cloud Computing? Free
  • Cloud Models: Public, Private, and Hybrid Free
  • Cloud Pricing: Consumption, Serverless, and Pay-as-You-Go Free
  • High Availability and Scalability Free
  • Reliability, Security, and Manageability Free
  • IaaS, PaaS, and SaaS Explained Free
  • Choosing the Right Cloud Service Free

Domain 2: Describe Azure Architecture and Services

  • Azure Regions, Zones, and Datacenters
  • Resources, Resource Groups, and Subscriptions
  • Azure Virtual Machines
  • Azure Compute: Containers, Functions, and App Service
  • Azure Networking: VNets, Subnets, and Peering
  • Connecting to Azure: VPNs, ExpressRoute, and DNS
  • Azure Storage Services
  • Data Migration: Moving to Azure
  • Microsoft Entra ID: Your Identity Hub
  • Authentication and External Identities
  • Azure Security: RBAC, Zero Trust, and Defender

Domain 3: Describe Azure Management and Governance

  • What Affects Your Azure Bill
  • Pricing Calculators: TCO and Azure Pricing
  • Cost Management and Tags
  • Azure Governance: Purview, Policy, and Locks
  • The Azure Portal and Cloud Shell
  • Infrastructure as Code: ARM, Bicep, and Arc
  • Azure Advisor and Service Health
  • Azure Monitor: Logs, Alerts, and Insights

AZ-900 Study Guide

Domain 1: Describe Cloud Concepts

  • What is Cloud Computing? Free
  • Cloud Models: Public, Private, and Hybrid Free
  • Cloud Pricing: Consumption, Serverless, and Pay-as-You-Go Free
  • High Availability and Scalability Free
  • Reliability, Security, and Manageability Free
  • IaaS, PaaS, and SaaS Explained Free
  • Choosing the Right Cloud Service Free

Domain 2: Describe Azure Architecture and Services

  • Azure Regions, Zones, and Datacenters
  • Resources, Resource Groups, and Subscriptions
  • Azure Virtual Machines
  • Azure Compute: Containers, Functions, and App Service
  • Azure Networking: VNets, Subnets, and Peering
  • Connecting to Azure: VPNs, ExpressRoute, and DNS
  • Azure Storage Services
  • Data Migration: Moving to Azure
  • Microsoft Entra ID: Your Identity Hub
  • Authentication and External Identities
  • Azure Security: RBAC, Zero Trust, and Defender

Domain 3: Describe Azure Management and Governance

  • What Affects Your Azure Bill
  • Pricing Calculators: TCO and Azure Pricing
  • Cost Management and Tags
  • Azure Governance: Purview, Policy, and Locks
  • The Azure Portal and Cloud Shell
  • Infrastructure as Code: ARM, Bicep, and Arc
  • Azure Advisor and Service Health
  • Azure Monitor: Logs, Alerts, and Insights
Domain 1: Describe Cloud Concepts Free ⏱ ~12 min read

What is Cloud Computing?

Cloud computing is like renting a computer instead of buying one. Let's break down what that really means — and why every organisation is moving to the cloud.

What is cloud computing, really?

☕ Simple explanation

Think of it like electricity.

A hundred years ago, factories had to generate their own electricity. They built generators, hired engineers to maintain them, and worried about power failures.

Then the power grid was invented. Now you just plug into the wall and pay for what you use. You don’t need to know how the power plant works — you just need the electricity.

Cloud computing is the same idea, but for computing. Instead of buying servers, you rent them. Instead of maintaining hardware, someone else does it. You just use what you need and pay for what you use.

Cloud computing is the delivery of computing services — including servers, storage, databases, networking, software, analytics, and intelligence — over the internet (“the cloud”) to offer faster innovation, flexible resources, and economies of scale.

The formal definition from NIST (National Institute of Standards and Technology):

“Cloud computing is a model for enabling ubiquitous, convenient, on-demand network access to a shared pool of configurable computing resources that can be rapidly provisioned and released with minimal management effort.”

In practice, this means you’re using someone else’s data centre — and in Azure’s case, that’s Microsoft’s global network of 60+ regions across more than 140 countries.

Before the cloud: the old way

Picture this: you work at a company that needs a new application. In the traditional (on-premises) world, here’s what happens:

  1. You estimate how many users will use the app
  2. You buy servers — physical machines that sit in a room
  3. You wait weeks or months for delivery
  4. You set them up — install the operating system, configure networking, secure them
  5. You maintain them — patch updates, replace failed hardware, pay for electricity and cooling
  6. You hope your estimate was right. Too few servers? The app crashes. Too many? You’ve wasted money on hardware sitting idle.

This is expensive, slow, and risky. And it’s exactly what cloud computing fixes.

The cloud way

With cloud computing:

  1. You decide what you need — a virtual machine, a database, storage
  2. You provision it in minutes (not months)
  3. You scale up or down based on actual demand
  4. You pay only for what you use
  5. Microsoft maintains the physical hardware, cooling, power, and security
💡 Real-world example: Black Friday

Imagine you run an online store. On a normal day, you need 2 servers. On Black Friday, you need 50.

On-premises: You’d need to buy and maintain 50 servers year-round, even though you only need them for one day.

In the cloud: You spin up 48 extra servers on Black Friday morning, and shut them down that night. You only pay for the hours you used them.

This is called elasticity — one of the key benefits of cloud computing.

Key advantages of cloud computing

Here are the benefits Microsoft wants you to know for the exam:

AdvantageWhat It Means
High availabilityYour apps stay running even when things fail
ScalabilityAdd more resources as demand grows
ElasticityScale up AND down automatically
AgilityDeploy new resources in minutes, not months
Geo-distributionDeploy close to your users worldwide
Disaster recoveryBackups and failover protect your data
ℹ️ What's the difference between scalability and elasticity?

They sound similar but there’s a key difference:

  • Scalability means you can grow — the system supports adding more resources
  • Elasticity means the system automatically grows and shrinks based on demand

Think of a rubber band: it’s elastic because it stretches when pulled and snaps back when released. A cloud that’s elastic automatically adds servers during a traffic spike and removes them when traffic drops — without you lifting a finger.

Meet the characters

Throughout this course, you’ll follow four organisations as they adopt Azure:

CharacterWho They AreAzure Use Cases
🏪 Peak RoastersSmall coffee roastery, 15 staff, moving to the cloud for the first timeWebsite hosting, email, simple storage, budget-conscious decisions
🏥 Harbour HealthMid-size healthcare company, 500 staff, hybrid cloud for complianceIdentity, security, networking, governance, regulated data
🎓 KaiUniversity IT student, learning Azure via the free tierHands-on portal work, serverless, student projects, beginner perspective
🏗️ Summit ConstructionGrowing construction firm, 200 staff, migrating from on-premisesVMs, migration, IaC, cost optimisation, scaling for project surges

These scenarios help anchor abstract concepts to real situations — exactly how the exam tests you.

The shared responsibility model

This is a big one for the exam. When you move to the cloud, security responsibilities are shared between you and the cloud provider.

The core idea: Microsoft manages the physical infrastructure (servers, cooling, networking, buildings). You manage your data, identities, and access controls. The exact split depends on whether you use IaaS, PaaS, or SaaS — we’ll cover the detailed breakdown in Module 6.

What Microsoft ManagesWhat You Manage
Physical datacenter securityYour data and information
Power, cooling, networkingYour identities and access controls
Physical hosts and serversDevices that connect to the cloud

Key takeaway: No matter what cloud model you use, you are always responsible for your data and your identities. Microsoft will never take responsibility for what you store or who you give access to.

🎬 Video walkthrough

🎬 Video coming soon

What is Cloud Computing? — AZ-900 Domain 1

What is Cloud Computing? — AZ-900 Domain 1

~8 min

Flashcards

Test yourself on the key concepts from this module:

Question

What is cloud computing?

Click or press Enter to reveal answer

Answer

The delivery of computing services (servers, storage, databases, networking, software) over the internet, with pay-as-you-go pricing.

Click to flip back

Question

What is the difference between scalability and elasticity?

Click or press Enter to reveal answer

Answer

Scalability means the system CAN grow (supports adding resources). Elasticity means it AUTOMATICALLY grows and shrinks based on demand.

Click to flip back

Question

In the shared responsibility model, what are YOU always responsible for?

Click or press Enter to reveal answer

Answer

Your data and your identity/access management. No matter the cloud model (IaaS, PaaS, SaaS), your data is always your responsibility.

Click to flip back

Knowledge Check

Knowledge Check

Which of the following is a benefit of cloud computing that allows resources to automatically increase or decrease based on demand?

Knowledge Check

In the shared responsibility model, who is responsible for physical security of the data centre when using Azure?

Knowledge CheckSelect all that apply

Which cloud computing advantages help ensure that applications remain available during hardware failures? (Select TWO)


Next up: We’ll look at the different types of cloud models — public, private, and hybrid — and when to use each one.

Next →

Cloud Models: Public, Private, and Hybrid

Guided

I learn, I simplify, I share.

A Guide to Cloud YouTube Feedback

© 2026 Sutheesh. All rights reserved.

Guided is an independent study resource and is not affiliated with, endorsed by, or officially connected to Microsoft. Microsoft, Azure, and related trademarks are property of Microsoft Corporation. Always verify information against Microsoft Learn.