πŸ”’ 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 5 of 7 71%
5 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

Reliability, Security, and Manageability

The cloud isn't just cheaper β€” it's more reliable, more secure, and easier to manage than on-premises infrastructure. Here's how Azure delivers predictability, security, governance, and manageability.

Beyond cost savings β€” the real cloud benefits

β˜• Simple explanation

Moving to the cloud is like moving from a house with a well to a house connected to the city water supply.

Reliability: The city water system has backup pumps and reservoirs. If one pipe breaks, water still flows from another route. Your well? If it breaks, you have no water until it’s fixed.

Security: The city monitors water quality 24/7 with professional equipment. You’d need to buy your own testing kit and check it yourself.

Manageability: You manage the taps inside your house, but the city manages the pipes, pumps, and treatment plant. Less for you to worry about.

Predictability: You know your water bill will be based on usage, and the city tells you in advance if there’s planned maintenance.

The cloud offers benefits that go well beyond cost savings:

Reliability β€” Cloud infrastructure is designed with redundancy and fault tolerance built in. Resources are distributed across multiple locations, so failures in one area don’t bring down the entire system. The cloud’s decentralised design naturally supports disaster recovery.

Predictability β€” Both performance and cost can be predicted in the cloud. Performance predictability comes from autoscaling and load balancing. Cost predictability comes from usage monitoring, forecasting tools, and consumption-based pricing.

Security β€” Cloud providers invest billions in security infrastructure, employ thousands of security professionals, and meet global compliance standards. You still manage your own data and access, but the foundation is far stronger than most organisations could build themselves.

Governance β€” Cloud features like templates, policies, and auditing help enforce corporate standards and regulatory requirements automatically.

Manageability β€” The cloud provides multiple ways to manage resources (portal, CLI, APIs, templates) and automates many operational tasks.

Reliability and predictability

Reliability β€” things keep working when things break

Harbour Health can’t afford their patient portal going offline. In the cloud, reliability is built into the architecture:

Reliability FeatureHow It Works
Global distributionDeploy to multiple Azure regions worldwide
Automatic failoverIf one region fails, traffic shifts to another
Data replicationMultiple copies of your data stored across locations
Self-healingAzure detects failed VMs and restarts them automatically
Fault domainsHardware is arranged so a single rack failure doesn’t take everything down

Key exam concept: The cloud’s decentralised, globally distributed design inherently supports reliable and resilient applications. You don’t need to engineer reliability from scratch β€” the platform provides it.

Predictability β€” no surprises

Performance predictability means your app performs consistently:

  • Autoscaling adjusts resources to meet demand
  • Load balancing distributes traffic evenly
  • Azure regions let you deploy close to users for low latency

Cost predictability means you can forecast your spending:

  • Azure Cost Management tracks real-time spending
  • Budgets and alerts warn you before overspending
  • Pricing calculator estimates costs before you deploy
  • Resource tags let you track costs per project or department
ℹ️ Summit Construction's cost predictability

Before cloud, Summit Construction’s IT costs were unpredictable β€” a server failure could mean an emergency $10,000 purchase. In Azure:

  • Monthly costs are tracked in real-time via Cost Management
  • Budget alerts notify the IT manager if spending exceeds $1,500/month
  • They use tags to see exactly how much each construction project costs in Azure resources
  • The pricing calculator estimates costs BEFORE spinning up new resources

Security and governance

Security β€” stronger together

Cloud providers like Microsoft spend more on security than most organisations could ever afford:

Security AspectCloud Advantage
Physical security24/7 guarded data centres, biometric access
Network securityDDoS protection, firewalls, encryption in transit
ComplianceMeets a wide range of international compliance standards (ISO 27001, SOC, HIPAA, GDPR, and many more)
Threat detectionAI-powered monitoring across millions of signals daily
PatchingAutomatic security updates for managed services

But security is still shared β€” remember the shared responsibility model from Module 1. Microsoft secures the infrastructure; you’re responsible for your data, identities, and access controls.

Governance β€” enforcing rules at scale

Governance in the cloud means using tools to enforce corporate standards and regulatory requirements:

  • Azure Policy β€” automatically enforce rules (e.g., β€œall resources must be in Australia East”)
  • Resource locks β€” prevent accidental deletion of critical resources
  • Management groups β€” apply policies across multiple subscriptions at once
  • Audit logging β€” track who did what, when, and where

Harbour Health uses governance tools to ensure every Azure resource complies with healthcare data regulations β€” automatically, not manually.

πŸ’‘ Exam tip: Security IN the cloud vs security OF the cloud

Microsoft often distinguishes between:

  • Security OF the cloud = Microsoft’s responsibility (physical security, network infrastructure, hypervisor)
  • Security IN the cloud = your responsibility (data, identity, access, application configuration)

This maps directly to the shared responsibility model. The exam tests whether you understand what YOU need to manage versus what Microsoft handles.

Manageability β€” two types

The exam distinguishes between two aspects of manageability:

Management OF the cloud vs management IN the cloud
FeatureManagement OF the cloudManagement IN the cloud
What it meansAbility to manage your cloud resourcesWays you interact with cloud resources
ExamplesAuto-scaling, template deployments, monitoring alerts, self-healingAzure portal, CLI, PowerShell, APIs, ARM templates
BenefitResources manage themselves based on rules you setMultiple tools to manage from anywhere
AnalogySmart thermostat adjusts temperature automaticallyYou can control the thermostat from your phone, voice, or the wall panel

Management of the cloud β€” the cloud manages itself:

  • Automatically scale resources based on demand
  • Deploy from pre-configured templates
  • Monitor health and automatically replace failing resources
  • Receive alerts when something needs attention

Management in the cloud β€” how you interact with it:

  • Azure portal β€” web-based GUI
  • Azure CLI β€” command-line tool
  • Azure PowerShell β€” scripting for Windows admins
  • REST APIs β€” programmatic access
  • ARM templates β€” infrastructure as code

🎬 Video walkthrough

🎬 Video coming soon

Reliability, Security, and Manageability β€” AZ-900

Reliability, Security, and Manageability β€” AZ-900

~10 min

Flashcards

Question

What makes cloud computing reliable?

Click or press Enter to reveal answer

Answer

Global distribution, automatic failover, data replication, self-healing infrastructure, and fault domains. The decentralised design means failures in one area don't bring down the whole system.

Click to flip back

Question

What are the two types of predictability in cloud computing?

Click or press Enter to reveal answer

Answer

Performance predictability (autoscaling, load balancing, regional deployment) and cost predictability (real-time tracking, budgets, alerts, pricing calculators).

Click to flip back

Question

What is the difference between management OF the cloud and management IN the cloud?

Click or press Enter to reveal answer

Answer

Management OF the cloud = how cloud resources manage themselves (auto-scaling, self-healing, templates). Management IN the cloud = the tools you use to interact with resources (portal, CLI, PowerShell, APIs).

Click to flip back

Question

What does cloud governance provide?

Click or press Enter to reveal answer

Answer

Tools to enforce corporate standards and regulatory requirements at scale β€” including Azure Policy (enforce rules), resource locks (prevent deletion), blueprints (repeatable compliant environments), and audit logging (track changes).

Click to flip back

Knowledge Check

Knowledge Check

Harbour Health deploys their patient portal in two Azure regions. If one region experiences an outage, traffic automatically shifts to the other region. Which cloud benefit does this describe?

Knowledge Check

Which statement correctly describes 'management OF the cloud'?

Knowledge Check

Peak Roasters wants to ensure they never accidentally spend more than $500/month on Azure. Which cloud benefit supports this requirement?


Next up: The three cloud service types β€” IaaS, PaaS, and SaaS β€” and how responsibility shifts between you and Microsoft for each one.

← Previous

High Availability and Scalability

Next β†’

IaaS, PaaS, and SaaS Explained

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.