Azure Fundamentals AZ-900 in 2026: Complete Exam Guide, Cost and 2-Week Study Plan – OnlineCertHub

Azure fundamentals AZ-900 is the entry-level Microsoft cloud certification that hiring managers treat as a signal for cloud-literate junior roles in 2026. The azure fundamentals AZ-900 exam costs $99 and is one of the few Microsoft certifications that doesn’t expire, making azure fundamentals AZ-900 the most reused credential on technical resumes over the last five years.

Azure Fundamentals AZ-900 in 2026: what you need to know in 2026

Azure fundamentals AZ-900 is the entry-level Microsoft cloud certification that hiring managers treat as a signal for cloud-literate junior roles in 2026. The azure fundamentals AZ-900 exam costs $99 and is one of the few Microsoft certifications that doesn’t expire, making azure fundamentals AZ-900 the most reused credential on technical resumes over the last five.

Azure Fundamentals AZ-900 in 2026: what you need to know in 2026

Azure fundamentals AZ-900 is the entry-level Microsoft cloud certification that hiring managers treat as a signal for cloud-literate junior roles in 2026. The azure fundamentals AZ-900 exam costs $99 and is one of the few Microsoft certifications that doesn’t expire, making azure fundamentals AZ-900 the most reused credential on technical resumes over the last five years.

How to pass azure fundamentals AZ-900 in two weeks

The fastest realistic pace for azure fundamentals AZ-900 prep is about 25 to 30 hours of focused study: Microsoft Learn’s free AZ-900 learning path (roughly 10 hours), plus a MeasureUp or John Savill practice bank. Candidates without any cloud background tend to spend another 5 to 8 hours on the networking and identity modules, since those carry the highest question weight on azure fundamentals AZ-900.

The azure fundamentals az 900 exam is Microsoft’s entry-level cloud certification and remains one of the cheapest ways to prove cloud literacy on a resume in 2026 ($99 exam fee, typically with a free voucher after a Microsoft Learn challenge). It covers cloud concepts, Azure architecture, identity, governance, and pricing — no hands-on deployments required to pass, though a little CLI practice goes a long way. This complete guide covers what’s on the exam, a 2-week study plan using free Microsoft Learn modules, how it compares to AWS Certified Cloud Practitioner, and the realistic next steps after passing.

Quick answer: The azure fundamentals az 900 exam costs $99 USD (often free via Microsoft challenge vouchers), runs 45 minutes with 40-60 questions, and requires a score of 700/1000 to pass. Most candidates study 15-25 hours across 2 weeks using free Microsoft Learn modules. It’s a beginner cert — recruiters treat it as “cloud literate,” not “cloud engineer.” Pair it with AZ-104 within 6 months for meaningful job-market impact.

What Azure Fundamentals AZ 900 Actually Covers

The azure fundamentals certification measures basic knowledge, not hands-on skill. Microsoft’s official exam outline weights the content into four domains: cloud concepts (25-30%), Azure architecture and services (35-40%), Azure management and governance (30-35%), and a smaller slice on security, privacy, compliance, and trust [1]. None of these domains require writing Bicep, ARM templates, or advanced CLI.

What the az-900 does require is vocabulary fluency. A candidate needs to recognize resource groups, Azure Active Directory (now Microsoft Entra ID), availability zones, load balancers, virtual networks, and the Azure pricing calculator well enough to answer multiple-choice questions quickly. That vocabulary is why most beginners pass on their first attempt with 15-25 hours of study.

azure fundamentals az 900 exam domains and weights breakdown

Skills Measured (Latest Exam Outline)

Microsoft updates the exam outline roughly every 12-18 months. The current az-900 study guide, as of the 2026 revision, lists these skills under each domain:

  • Cloud concepts (25-30%): shared responsibility model; IaaS / PaaS / SaaS; public, private, hybrid clouds; cloud benefits (scalability, elasticity, high availability, disaster recovery).
  • Azure architecture and services (35-40%): regions, availability zones, resource groups, subscriptions, management groups; compute (VMs, App Service, Functions, Container Instances, AKS); storage (Blob, Disk, Files); networking (VNet, VPN, ExpressRoute, Load Balancer, Application Gateway).
  • Azure management and governance (30-35%): cost management, Azure Advisor, Azure Policy, RBAC, resource locks, tags; Microsoft Purview basics; Azure Monitor and Service Health.

The weight on Azure architecture and services is the reason most study guides recommend spending the biggest chunk of time there. Candidates who memorize cloud concepts but skim the compute/storage/network services section typically score 650-680, just below the 700 pass mark.

Cost and Retake Policy

The azure az 900 exam costs $99 USD in North America, with regional pricing adjustments elsewhere (for example, $60 in India, €99 in most of Europe) [2]. Microsoft regularly offers free vouchers through Cloud Skills Challenges; anyone who completes the associated Microsoft Learn path during one of those windows typically earns a 100% discount voucher. Watch the Microsoft Learn homepage around Ignite (November), Build (May), and New Year announcements for voucher campaigns.

The retake policy: if a candidate fails the first attempt, the second attempt requires a 24-hour wait. Third and subsequent attempts require a 14-day wait. There’s no cap on total attempts. The exam itself is proctored online through Pearson VUE or PSI, or in-person at a testing center. Online proctoring requires a clean desk, a webcam, microphone, and a stable connection — room scans happen before and sometimes during the exam.

2-Week Study Plan With Free Microsoft Learn

The az-900 study guide that works for most career-changers: 2 weeks, 90-120 minutes per day, 100% free resources via Microsoft Learn. Here’s the schedule:

  • Days 1-3: Microsoft Learn path “AZ-900: Describe cloud concepts” — finishes in ~4 hours across all modules [1].
  • Days 4-6: Microsoft Learn path “AZ-900: Describe Azure architecture and services” — 8-10 hours of modules covering compute, storage, networking.
  • Days 7-9: Microsoft Learn path “AZ-900: Describe Azure management and governance” — 6-8 hours covering cost management, identity, policy, monitoring.
  • Days 10-11: Set up a free Azure sandbox account (or use the Microsoft Learn free sandbox inside each module). Run the CLI basics below to cement the vocabulary with hands-on muscle memory.
  • Days 12-13: Two practice tests (MeasureUp or Whizlabs, ~$40-$60 combined) or free practice questions via ExamTopics. Review every wrong answer.
  • Day 14: Exam day. Sleep well, eat a proper breakfast, log in 30 minutes early for the online proctor room scan.

The free Azure sandbox is the underrated piece of the az-900 cost equation: no credit card required, and Microsoft Learn modules drop the learner directly into a provisioned sandbox with permissions to create real resources. The code snippet below is the typical first 5 lines candidates run in that sandbox.

# Azure CLI basics from the free Microsoft Learn sandbox
# Pass-level candidates can talk through these commands from memory

az login
az group create --name myRG-az900 --location eastus
az vm create --resource-group myRG-az900 --name myFirstVM \
  --image UbuntuLTS --admin-username azureuser --generate-ssh-keys
az group list --output table
az group delete --name myRG-az900 --yes --no-wait

Running those five commands end-to-end teaches more about resource groups, regions, and lifecycle than any slide deck. Candidates who type them twice before the exam consistently recall the “resource group is the deletion boundary” concept, which appears in roughly 2-3 questions on most exam forms.

azure fundamentals az 900 study plan two week schedule

How AZ-900 Compares to AWS CCP

Anyone shopping entry-level cloud certs inevitably compares az-900 to AWS Certified Cloud Practitioner (CCP) and Google Cloud Digital Leader. Here’s the 2026 side-by-side:

ExamCostLengthPass markFree study pathRecruiter filter hits
Microsoft AZ-900 (Azure Fundamentals)$99 (often free via challenge)45 min, 40-60 questions700/1000Microsoft Learn — fullHigh (enterprise hiring)
AWS Certified Cloud Practitioner$10090 min, 65 questions700/1000AWS Skill Builder — mostly freeHigh (startup/SMB hiring)
Google Cloud Digital Leader$9990 min, 50-60 questionsScaled pass (~70%)Google Cloud Skills Boost — mostly freeMedium (Google-shop hiring)

For recruiters in large enterprises (Fortune 500, government contractors, healthcare), AZ-900 slightly outperforms AWS CCP in filter hits because Microsoft tools still dominate those environments. For startup and SMB hiring, AWS CCP edges ahead. Candidates unsure which ecosystem their target employer uses should check 10-20 relevant job postings before committing; the signal is usually obvious within 30 minutes of scrolling LinkedIn.

Next Cert After AZ-900 (AZ-104 Path)

The azure fundamentals certification alone rarely lands a cloud-adjacent job. The typical progression for career-changers in 2026: pass AZ-900, then spend 2-4 months on AZ-104 (Microsoft Certified: Azure Administrator Associate) before applying to cloud support, cloud operations, or junior cloud engineer roles. AZ-104 is where the salary curve actually bends: BLS data shows cloud engineers and administrators earned a median of $104,420 in 2025, with entry-level roles starting around $72,000-$88,000 in mid-sized US cities [3].

Beyond AZ-104, the common specialization tracks are AZ-500 (Azure Security Engineer Associate), AZ-305 (Azure Solutions Architect Expert), and AZ-204 (Azure Developer Associate). Picking one depends on role target: security-minded folks go AZ-500, generalists go AZ-305, and software developers go AZ-204. All three require AZ-104 as a prerequisite in terms of realistic study load, even though Microsoft technically allows skipping.

azure certification path az 900 to az 104 progression

Common AZ-900 Topics Candidates Get Wrong

Post-mortem data from community forums and Microsoft TechCommunity shows a consistent pattern of topics that trip up first-time takers. Understanding these ahead of time can save a retake fee:

  • Shared responsibility model edge cases: who patches the OS in PaaS (Microsoft) vs IaaS (the customer). Easy to mix up under time pressure.
  • Availability zone vs availability set vs region pairs: three similar concepts, all with different failure domains. About 3-5 questions touch this.
  • Azure Policy vs RBAC: both are governance tools, but policy defines what can exist (compliance) while RBAC defines who can do what (permissions).
  • Reserved instances vs spot pricing vs pay-as-you-go: the cost-saving trade-offs are predictable once memorized, but easy to confuse cold.
  • Microsoft Entra ID (formerly Azure AD): the rebrand is recent, and the exam uses both names depending on when the question was written.
  • Azure Arc scope: extends Azure management to on-prem and multi-cloud resources. Frequently confused with Azure Stack.

Spending 30 minutes on each of these topics in the final 48 hours before the exam disproportionately improves the score. The Microsoft Learn modules cover them all, but the az-900 study guide content tends to treat them as equal weight when they’re not.

Azure Fundamentals AZ 900 Practice Test Strategy

An az 900 practice test is the single best predictor of pass probability. Candidates who score 80%+ on two different practice exams within 72 hours of the real exam pass on the first attempt about 92% of the time (based on community data from r/AzureCertification and TechCommunity polls). Candidates who skip practice tests pass around 70% of the time.

The recommended stack: ExamTopics free questions (good coverage, mixed quality — verify answers in the comments), MeasureUp official practice ($89-$99, closest to the real exam format), and Whizlabs or Tutorials Dojo ($20-$40, good explanations). The worst mistake is running through the same practice questions until they’re memorized; that measures recall, not readiness. Rotating through 2-3 different question banks prevents that trap.

The second-worst mistake is ignoring the case-study style questions. The current az-900 exam includes 2-5 case-study or scenario-based questions that give a paragraph of context before asking a specific technical question. Those carry the same point weight as standard multiple-choice, but they consume 3-5x the reading time. Time management on those questions is often what separates 720 from 680.

Frequently Asked Questions

Related reading

Next step: find the right certification for your situation

Not sure which credential pays back fastest for your background? Take the 6-question OnlineCertHub certification quiz — it maps your country, prior experience, and time budget to the 3 best-fit options. Or check the 2026 demand-by-country matrix to see which certifications recruiters are paying the most for right now.

Sources

  1. [1] Microsoft Learn — Azure Fundamentals AZ-900 Certification Page
  2. [2] Microsoft — AZ-900 Exam Details and Pricing
  3. [3] U.S. Bureau of Labor Statistics — Network and Computer Systems Administrators OOH
  4. [4] Microsoft Learn — AZ-104 Azure Administrator Certification
  5. [5] Microsoft TechCommunity — Azure Certification Community
Scroll to Top