Azure CertificationsMarch 10, 202615 min read

How to Pass Azure AZ-900 in 2026: The Beginner's Study Plan

The easiest Azure certification — and the perfect starting point for your cloud career. Here's how to pass it in 3 weeks.

How to pass Azure AZ-900 Fundamentals exam in 2026

Your First Cloud Certification Starts Here

Let me be honest with you: the Azure AZ-900 is the easiest cloud certification you'll ever take. And I mean that as a compliment.

It's designed for complete beginners — people who've heard the word "cloud" but aren't entirely sure what happens when they "move to the cloud." If that's you, you're in exactly the right place.

I took the AZ-900 as my first cloud cert, and I was surprised by two things. First, how approachable the material was. Second, how useful the foundational knowledge turned out to be for every certification I took afterward. The concepts you learn here — shared responsibility, IaaS vs PaaS vs SaaS, identity and governance — show up on every cloud exam.

This 3-week study plan is what I wish someone had given me. It's lean, focused, and built around free resources. You don't need to spend hundreds of dollars on courses. Microsoft literally gives you everything you need for free.

What Makes AZ-900 Different

Unlike the AWS Solutions Architect or Azure Administrator exams, the AZ-900 is a fundamentals-level certification. That means:

  • No prerequisites. You don't need IT experience, cloud experience, or any prior certifications.
  • No hands-on requirements. The exam tests conceptual understanding, not configuration skills. You won't need to write code, use the CLI, or configure anything.
  • Broad but shallow. You need to know what Azure services do and when to use them, but not how to configure them step-by-step.
  • High pass rate. Approximately 85% of candidates pass. With reasonable preparation, this is very achievable.

The AZ-900 is ideal for:

  • IT beginners looking to break into cloud
  • Non-technical professionals (project managers, sales, executives) who work with cloud teams
  • Students building their resume
  • Anyone wanting a structured introduction to cloud computing before committing to deeper certifications

Who Takes the AZ-900?

Microsoft designed this exam for a broad audience. About 40% of test-takers have no IT background at all. The exam rewards understanding over memorization, making it genuinely accessible to beginners.

AZ-900 Exam at a Glance

AZ-900 Quick Facts

DetailInfo
Exam codeAZ-900
Number of questions40-60
Time limit65 minutes
Passing score700 / 1000
Exam fee$99 USD
Pass rate (estimated)~85%
FormatMultiple choice, drag-and-drop, yes/no case studies
ValidityDoes not expire

The AZ-900 covers three domains:

  1. Describe Cloud Concepts (25-30%) — Cloud models, benefits of cloud, service types
  2. Describe Azure Architecture and Services (35-40%) — Core Azure services, compute, networking, storage
  3. Describe Azure Management and Governance (30-35%) — Cost management, governance, compliance, monitoring tools

Domain 2 is the largest chunk. If you know Azure services well, you're more than halfway there.

The 3-Week Study Plan

This plan assumes 1-1.5 hours of study per day, with a bit more on weekends. That's roughly 30-35 hours total — plenty for a fundamentals exam. If you can dedicate more time, you could compress this into 2 weeks or even 10 days.

Week 1: Cloud Concepts + Azure Architecture (Domains 1 & 2a)

This week is about building your conceptual foundation. Don't rush through this — these concepts are the backbone of every question on the exam.

Days 1-3: Cloud Concepts (Domain 1)

  • Cloud computing definition: What it is, why it matters, how it differs from on-premises
  • Shared responsibility model: What Microsoft manages vs what you manage (this is a huge exam topic)
  • Cloud models: Public cloud, private cloud, hybrid cloud — know the pros and cons of each
  • Service types: IaaS, PaaS, SaaS — understand the spectrum of control and responsibility
  • Benefits of cloud: High availability, scalability (vertical vs horizontal), elasticity, agility, geo-distribution, disaster recovery
  • Consumption-based model: CapEx vs OpEx, pay-as-you-go pricing

Days 4-7: Azure Architecture (Domain 2 - Part 1)

  • Azure geography: Regions, region pairs, availability zones, sovereign clouds
  • Azure resources: Resource groups, subscriptions, management groups — the hierarchy matters
  • Compute services: Virtual Machines, App Service, Azure Container Instances, Azure Kubernetes Service, Azure Functions (know what each is for)
  • Networking basics: Virtual Networks (VNet), subnets, VNet peering, VPN Gateway, ExpressRoute, Azure DNS

At the end of Week 1, take a free AZ-900 practice test to see where you stand. You should be scoring at least 60% at this point.

Week 2: Azure Services + Governance (Domains 2b & 3)

This week covers the remaining Azure services and the governance domain. Governance is surprisingly important on the exam — don't skip it.

Days 8-11: Azure Services (Domain 2 - Part 2)

  • Storage: Blob storage (hot/cool/archive tiers), Azure Files, Azure Queue, Azure Table, storage account types, redundancy options (LRS, ZRS, GRS, RA-GRS)
  • Databases: Azure SQL Database, Azure Cosmos DB, Azure Database for MySQL/PostgreSQL — know when to use each
  • Identity: Azure Active Directory (Entra ID), authentication vs authorization, MFA, Conditional Access, SSO
  • Azure Marketplace: What it is and how third-party solutions integrate

Days 12-14: Management and Governance (Domain 3)

  • Cost management: Azure Cost Management + Billing, pricing calculator, TCO calculator, Azure Reservations, Azure Advisor (cost recommendations)
  • Governance tools: Azure Policy, Azure Blueprints, resource locks, tags
  • RBAC: Role-Based Access Control — owner, contributor, reader roles, scope levels
  • Compliance: Microsoft Purview, Service Trust Portal, compliance offerings
  • Monitoring: Azure Monitor, Azure Service Health, Azure Advisor
  • Management tools: Azure Portal, Azure CLI, Azure PowerShell, Azure Cloud Shell, Azure Arc, ARM templates

High-Yield Topics for AZ-900

These topics appear disproportionately often on the exam: shared responsibility model, IaaS/PaaS/SaaS differences, Azure regions and availability zones, RBAC, Azure Policy vs Blueprints, and cost management tools. Make sure you can explain each one clearly.

Week 3: Review + Practice Exams

No new content. This week is all about reinforcement and practice.

Days 15-17: Targeted review

  • Review any topics where you scored below 80% on practice tests
  • Re-read Microsoft Learn modules for weak areas
  • Create quick-reference notes for frequently confused concepts (e.g., Azure Policy vs Blueprints, RBAC vs Azure AD roles)

Days 18-20: Practice exams

  • Take 2-3 full timed practice exams
  • Target: consistently 85%+ before scheduling the real exam
  • For every wrong answer, go back and understand why the correct answer is right

Day 21: Light review + rest

  • Quick scan of your notes
  • No heavy studying — let your brain consolidate
  • Get a good night's sleep

Key Topics to Master

Cloud Service Types (IaaS, PaaS, SaaS)

This is the single most tested concept on the AZ-900. You need to know which services fall into which category and what responsibilities shift between them.

  • IaaS (Infrastructure as a Service): VMs, VNets, storage accounts — you manage OS, apps, data
  • PaaS (Platform as a Service): App Service, Azure SQL Database, Azure Functions — you manage apps and data only
  • SaaS (Software as a Service): Microsoft 365, Dynamics 365 — you just use it

Shared Responsibility Model

Microsoft is always responsible for the physical datacenter, network, and hosts. You are always responsible for your data, devices, and accounts. Everything in between depends on whether you're using IaaS, PaaS, or SaaS.

Azure Regions and Availability

Know that Azure has 60+ regions worldwide. Understand region pairs (for disaster recovery), availability zones (for high availability within a region), and why you'd choose one region over another (latency, compliance, service availability).

Identity and Access (Azure AD / Entra ID)

Azure Active Directory (now called Microsoft Entra ID) is the identity backbone of Azure. Understand authentication vs authorization, MFA, Conditional Access policies, and how SSO works. RBAC (Role-Based Access Control) is particularly important — know the built-in roles and how scope inheritance works.

Cost Management

The exam loves cost questions. Know the difference between CapEx and OpEx, how the pricing calculator works, what affects Azure costs (region, resource type, bandwidth), and tools like Azure Cost Management, Azure Advisor, and Azure Reservations.

Governance and Compliance

Understand Azure Policy (enforce rules on resources), Azure Blueprints (packaged environment definitions), resource locks (prevent accidental deletion/modification), and tags (organize resources for billing and management).

Free Resources (You Don't Need to Spend a Dollar)

One of the best things about AZ-900 is that you can prepare entirely for free. Here's what to use:

Microsoft Learn (Official & Free)

Microsoft's own learning platform has a complete AZ-900 learning path that covers every exam objective. It's well-structured, interactive, and includes knowledge checks. This should be your primary study resource.

ExamCert Practice Tests

Use the free AZ-900 practice test to gauge your readiness. The questions mirror real exam format and difficulty. Download the app on App Store or Google Play to practice on the go.

Azure Free Account

Microsoft offers $200 in credits for the first 30 days plus 12 months of free popular services. While hands-on isn't required for AZ-900, exploring the Azure Portal makes abstract concepts concrete. Create a VM, set up a storage account, browse Azure Active Directory — seeing it firsthand helps.

YouTube Channels

  • John Savill's Technical Training: Excellent AZ-900 study cram video (3-4 hours, covers everything)
  • Adam Marczak - Azure for Everyone: Clear, beginner-friendly explanations of Azure services
  • freeCodeCamp: Full AZ-900 course available for free

Exam Sandboxes

Microsoft Learn includes free sandbox environments where you can practice Azure tasks without needing your own subscription. Use these to explore the Portal and CLI commands.

Common Mistakes to Avoid

Mistake #1: Over-studying

This is a fundamentals exam. Some people spend 3 months preparing for a test that needs 3 weeks. If you're consistently scoring 85%+ on practice tests, you're ready. Don't overthink it.

Mistake #2: Trying to learn "how to do things" in Azure

The AZ-900 doesn't test configuration skills. You don't need to know how to create a VM via CLI or write ARM templates. You just need to know what a VM is and when you'd use one. Save the hands-on skills for AZ-104.

Mistake #3: Ignoring the governance domain

Governance (Domain 3) is worth 30-35% of the exam. Many people focus heavily on Azure services and neglect cost management, RBAC, Azure Policy, and compliance. Don't make that mistake.

Mistake #4: Confusing similar services

The exam loves to test whether you know the difference between similar concepts:

  • Azure Policy vs Azure Blueprints vs Resource Locks
  • Azure Monitor vs Azure Advisor vs Azure Service Health
  • Authentication vs Authorization
  • Availability Zones vs Region Pairs

Create comparison tables for these. They're easy points if you know the distinctions.

Mistake #5: Skipping practice exams

Even for an easy exam, practice tests are essential. They reveal blind spots and teach you the exam's question style. Take at least 2-3 full practice exams before test day.

Exam Day Tips

Before the Exam

  • Don't cram. If you've followed the 3-week plan, you know the material. A light review of your notes is enough.
  • Check your testing setup. For online proctoring, test your webcam, microphone, and internet connection the day before. Clear your desk of all materials.
  • Bring valid ID if testing at a center. Two forms of ID may be required.

During the Exam

  • Read carefully. AZ-900 questions are generally straightforward, but they sometimes include "NOT" or "EXCEPT" to trip you up.
  • Watch for case study sections. Some exam versions include a scenario with multiple yes/no questions. You cannot go back to change these answers, so read the scenario thoroughly.
  • Don't overthink. This is a fundamentals exam. The most obvious answer is usually correct. If you're debating between two complicated options, you're probably overthinking it.
  • Use your time wisely. You have 65 minutes for 40-60 questions. That's more than enough time. Don't rush, but don't dwell either.

After the Exam

You'll see your result immediately on screen. If you pass (and you likely will with this plan), your Microsoft certification badge appears in your Certiport/Microsoft Learn profile within 24 hours. The AZ-900 never expires, unlike associate and expert-level certifications.

Ready to Start Practicing?

Test your Azure fundamentals knowledge with free AZ-900 practice questions

Try Free AZ-900 Practice Test

Frequently Asked Questions

How long does it take to prepare for AZ-900?

Most beginners can prepare in 2-4 weeks studying 1-2 hours per day. If you have existing IT or cloud experience, 1-2 weeks may be sufficient. The AZ-900 is a fundamentals-level exam, so the content is broad but not deeply technical.

Is the AZ-900 exam hard?

No, AZ-900 is considered one of the easiest cloud certification exams. The pass rate is approximately 85%. It tests foundational cloud concepts and Azure service awareness rather than deep technical skills. With proper preparation, most candidates pass on their first attempt.

What is the AZ-900 passing score?

The passing score is 700 out of 1000. The exam has 40-60 questions and you have 65 minutes to complete it. Microsoft uses a scaled scoring model, so the number of correct answers needed varies slightly by exam form.

Can I pass AZ-900 with just free resources?

Absolutely. Microsoft Learn provides a complete free learning path for AZ-900 that covers all exam objectives. Combined with the ExamCert free practice tests and a free Azure account for hands-on exploration, you have everything you need to pass without spending anything beyond the $99 exam fee.

Is AZ-900 worth it for beginners?

Yes, especially if you are new to cloud computing. AZ-900 provides a structured foundation in cloud concepts that applies beyond just Azure. It builds confidence for pursuing higher-level certifications, looks good on a resume, and many employers value it for non-technical roles that interact with cloud teams.

What comes after AZ-900?

The most popular next steps are AZ-104 (Azure Administrator Associate) for infrastructure roles, AZ-204 (Azure Developer Associate) for developers, or AZ-500 (Azure Security Engineer Associate) for security-focused paths. Choose based on your career direction. AZ-104 is the most common follow-up.

Final Thoughts

The AZ-900 isn't going to change your life overnight. But it's the first step on a path that can.

Cloud skills are in massive demand, and Microsoft Azure is one of the top three platforms driving that demand. Getting certified — even at the fundamentals level — shows employers that you understand the language of cloud computing. And it gives you a concrete foundation for every certification that comes next.

Three weeks. That's all it takes. Follow the plan, use the free resources, take the practice exams, and you'll pass.

You've got this.

Want to supercharge your study sessions? Check out our guide on active recall and spaced repetition for science-backed techniques that help you retain more in less time.