Microsoft Certified: Azure Fundamentals, better known as AZ-900, is the most-taken exam in Microsoft's certification catalog. According to figures Microsoft itself has published, more than 1.2 million people worldwide have earned it, making it the de facto "first cloud certification" for working professionals. In Japan as well, large SIers such as SoftBank and JBS recommend it as an onboarding milestone for new hires — something many readers have probably seen firsthand.
This article uses the latest Skills measured, revised on January 14, 2026, as its starting point. From there we cover what each domain actually tests, the subtle-but-painful pitfalls introduced by the Microsoft Entra ID rename, the real story of a Japanese engineer who scored over 900 with 25 hours of study despite having no IT background, and the career-path question of which certification to pursue next. Each section is structured to help readers who are "still considering the exam", "already studying", and "already booked", so you can jump straight to what you need.
AZ-900 belongs to the Fundamentals tier and is a 45-minute, ~40-60 question multiple-choice exam. The passing score is 700 out of 1000. The fee is $99 USD, and in Japan the typical display price via Pearson VUE is JPY 13,200 (incl. tax). Both online (OnVUE) and test center delivery are supported, and you can sit it in 13 languages, including Japanese. One unusual property among Microsoft certifications: once you pass, it is valid indefinitely with no renewal required — a sharp contrast with Associate-level exams, which demand annual renewal.
The exam scope splits into three large domains: Cloud concepts (25-30%) on the fundamentals of cloud, Azure architecture and services (35-40%) on the platform itself and its main services, and Azure management and governance (30-35%) on how you run and control it. The middle domain is the centerpiece — and the area where the most candidates stumble.
| Item | Details |
|---|---|
| Exam code | AZ-900 (Microsoft Certified: Azure Fundamentals) |
| Last revised | January 14, 2026 (Skills measured revision) |
| Questions / Duration | 40-60 questions / 45 minutes |
| Passing score | 700 / 1000 (scaled score) |
| Fee | $99 USD / JPY 13,200 (incl. tax) |
| Languages | 13 languages including Japanese |
| Delivery | Via Pearson VUE (OnVUE / test center) |
| Validity | Indefinite |
Sources: official Microsoft Learn exam page and the official Study Guide.
The first domain tests how you think about the cloud itself. Can you explain the line between IaaS, PaaS, and SaaS with concrete examples? Do you understand the difference between the three cloud models (Public, Private, Hybrid)? And — arguably the single most-tested concept on AZ-900 — do you have an intuitive grasp of the Shared responsibility model?
The Shared responsibility model sounds obvious the first time you hear it, but the real exam grills you on it relentlessly: "What is the customer responsible for in SaaS?" "Who patches the OS in IaaS?" Burn the line into your head: in SaaS the customer protects only data and account information, in IaaS the customer owns everything from the OS up, and hardware plus the physical data center always belong to the cloud provider. If you can answer this instantly, you won't hesitate on exam day.
The definition of serverless lives in this domain too. Azure Functions and Logic Apps are the canonical examples. Understand it not as "there is no server" but as "an execution model that fully abstracts server management away from the user" and you're set. The Capex (capital expenditure) vs Opex (operating expense) distinction tends to appear in scenarios aimed at the business-side conversation. If you've never sat through an internal budget approval, it's worth saying the difference out loud once to check you can actually explain it.
This is the highest-weighted, core domain. It tests your overall picture of the Azure platform and its main services, with strict expectations about terminology. Three areas come up most often: the Azure resource hierarchy, the relationship between regions and availability zones, and the "which one do I choose?" design calls across compute, storage, and networking.
Azure resources are managed in a nested structure: Management group → Subscription → Resource group → Resource. Sit the exam without understanding this hierarchy and you'll lose points on frequent patterns like "If I apply a policy at the subscription level, how does it affect the RGs below?" or "Can a tag be attached to a resource group or only to a resource?".
A Region pair is a pair of regions located at least 200 miles apart, used as a building block for disaster recovery. An Availability Zone is a different concept entirely — physically isolated data center groups within a single region, and the basis for the 99.99% VM SLA. An Availability Set is yet another concept (redundant placement within a single data center). Not confusing these three layers is the single biggest pitfall of this domain.
On the compute side, you need to choose correctly among VM, VM Scale Sets, App Service, Container Instances, AKS, and Functions. The 2026 revision explicitly added Azure Virtual Desktop to the VM options list, so remote-desktop scenarios likely now appear in question pools. Be ready to explain — in your own words — the rule of thumb: full control → VM, reduce operational burden via PaaS → App Service, event-driven snippets → Functions.
For storage, learning the five options — Blob (Hot/Cool/Cold/Archive, the four tiers), Disk, File, Queue, Table — is enough. The key is being able to justify a tier choice, e.g. "long-term log retention → Archive, frequently accessed user-uploaded images → Hot".
On networking, the frequently tested topics are the relationship between VNet and Subnet, how Peering behaves, and when to use VPN Gateway vs ExpressRoute. One frequently mis-answered fact: ExpressRoute is a dedicated line and is not encrypted by default (MACsec and similar options are available). Exam writers love to slip this into distractor answers. Because the revision promoted Public/Private endpoints to a standalone bullet, brushing up on private connectivity scenarios to PaaS services is a smart bet.
This domain asks "how do you govern Azure as an organization?". It rests on four pillars: cost, compliance, operational tooling, and monitoring. Questions live in the context of enterprise IT governance rather than raw Azure features, so people with operations experience find it familiar, while those without it can find it abstract.
The first thing to nail down is the difference between Azure Policy, RBAC, and Resource Lock. Azure Policy enforces compliance itself — e.g. forbidding creation of a particular resource type. RBAC is access management — who is allowed to do what. Resource Lock comes in two flavors, "CanNotDelete" and "ReadOnly", and physically blocks accidental deletion or modification. The three serve different purposes, and exam questions test whether you can pick the right tool. They also show up constantly in real work, so internalize them once and the knowledge pays dividends for years.
The 2026 revision now explicitly bullets Microsoft Entra ID (formerly Azure AD) and Microsoft Purview (formerly Azure Purview). Entra ID was rebranded from Azure AD in July 2023, but the old name still lingers in workplaces and study materials and remains a source of confusion for exam prep. The exam uses the new names as canonical, so when you encounter "Azure AD" in older question banks, mentally translate it to "Entra ID" as you study.
For monitoring, Azure Monitor is the center of gravity. If you can distinguish the four pieces — Metrics, Logs (Log Analytics), and Alerts as the three pillars, plus Application Insights as the APM (Application Performance Monitoring) layer — you can pick up nearly all the monitoring points in this domain. One more pair to keep straight: Azure Advisor (recommendations) and Azure Service Health (Azure-side incident information) are easy to confuse, so make sure you have them clearly separated.
The official change log just says "Minor", but for AZ-900 candidates the impact is not small. There are two reasons. First, the branding unification has now fully landed. With Entra ID and Purview added as official bullets, the terminology gap with question banks built before 2024 has become obvious. Knowledge from older materials may be conceptually correct, yet still fail to match the exact wording shown in the live exam's answer choices.
The second reason is that IaC (Infrastructure as Code) and Public/Private endpoints were promoted to standalone exam items. IaC had previously been touched on only in the context of ARM templates; now it is explicitly framed as a broader concept that includes Bicep and Terraform. Combined with the endpoints split, the modern operational trend of "managing Azure as code, and connecting through private networks" has officially trickled down into the Fundamentals exam.
One caveat: some Japanese blogs and third-party question banks claim that the 2026 revision "added Microsoft Copilot, Microsoft Fabric, Azure OpenAI, and the 6 Responsible AI principles in bulk". Open the actual Microsoft official Skills measured PDF and you will not find any of these items explicitly listed. AI is covered in depth by a separate certification, AI-901 (GA in June 2026, the successor to AI-900), so for AZ-900 the safe assumption is that AI appears only at a conceptual level. Spending time on out-of-scope topics at the expense of the material you actually need to cover is a classic pitfall for first-time candidates.
The short answer: yes — AZ-900 is an exam you can pass entirely on resources that Microsoft makes available for free. Commercial Udemy courses and books are useful supplements, but they are not required. Working through the four resources below in order is enough to bring even a complete IT beginner into the pass zone within four weeks.
| Resource | Role |
|---|---|
| Microsoft Learn learning paths | Three free learning paths (Cloud concepts / Architecture & services / Management & governance) that cover the exam scope completely |
| Microsoft Azure Virtual Training Day | Free, two days. Complete both Part 1 and Part 2, and an exam voucher (worth ~$165 USD) is issued within 5 business days. |
| Official Practice Assessment | Real-format practice questions (Assessment ID 23, free). Aim to repeat until you can score 80%+. |
| Exam Sandbox | A demo environment of the real exam UI. Get used to features like the Whiteboard before exam day. |
In particular, Azure Virtual Training Day is the official route that effectively brings the JPY 13,200 exam fee down to zero, and SIOS and several Japanese blogs have written up firsthand experience of using it. Japanese-language sessions are held regularly, so even if English makes you uncomfortable, this is not a barrier. Add it up: Microsoft Learn self-study + Virtual Training Day + Practice Assessment — and the total study material cost is JPY 0.
Cross-reading Japanese pass stories, study time varies a lot by background. SoftBank's blog and Aichi_Lover's Qiita article report that IT beginners pass in roughly 25-40 hours. People with 1-3 years of IT experience tend to need 15-25 hours, and those with prior experience on another cloud finish in 5-15 hours. The plan below is sized for the IT-beginner case.
Week 1: walk through the Cloud concepts learning path once and internalize the Shared responsibility model and the boundaries between IaaS, PaaS, and SaaS. Open the Pricing Calculator and estimate the cost of running a single VM yourself — Capex/Opex suddenly becomes concrete.
Week 2: the largest domain, Architecture & services. Don't keep it purely theoretical. Log in to the Azure portal on the free tier and run at least one full cycle of hands-on operations: spin up a VM and delete it, create a VNet with multiple subnets, create a Storage Account and upload a file to Blob. The retention boost is significant.
Week 3: Management & governance. This is also the right time to attend Part 1 and Part 2 of Microsoft Virtual Training Day. Attendance alone earns you the exam voucher, and getting it in hand now makes booking later straightforward.
Week 4: polish. Drill the official Practice Assessment until you can score 80%+, and revisit any Microsoft Learn paths covering weak areas. The day before the exam, touch the real UI through the Exam Sandbox and re-read the revision change log one last time — that's the textbook routine going into exam day.
Aggregating Japanese exam stories, candidates who fail share common pitfalls. The most common: relying on a pre-2024 question bank and failing to keep up with the new Entra ID/Purview/Virtual Desktop terminology. Second: getting tangled up on the difference between Azure Policy, RBAC, and Resource Lock. Third: confusing the three layers of Region pair, Availability Zone, and Availability Set. Fourth: missing that ExpressRoute is not encrypted by default and treating it as equivalent to a VPN Gateway. All of these are the kind of mistake a single pass through the official Study Guide would prevent.
You book the exam from your Microsoft Learn profile, which hands off into the Pearson VUE scheduler. One strong recommendation here: when you create the test-taker profile, use a personal MSA (Microsoft account) — not your organizational account (your company's Azure AD / Entra ID account). The reason: if you pass under an organizational account and later change jobs and lose access to that account, you can lose access to your certification record. This pitfall has been called out repeatedly in Japanese blogs, so if there is any chance you might change jobs, just use a personal MSA and don't think twice.
You can pick between online (OnVUE) and a test center. OnVUE has the convenience of taking the exam from home, but it imposes strict checks on your webcam, network, and room conditions. Even a single object left on your desk can be flagged by the proctor and force a recheck. Test center delivery sees fewer issues, so many candidates choose it for their first attempt. On the day, the iron rule is: bring two pieces of photo ID and clear your desk completely before you begin.
Within Japan, AZ-900 sits alongside AWS Cloud Practitioner (CLF) as the default first cloud certification. Major SIers — NTT East, SoftBank, JBS — recommend it as an onboarding milestone for new hires and mid-career joiners alike, and a growing number of companies have internal programs that nudge sales and planning staff in cloud-adjacent roles to earn it. When listing it on a resume or CV, the recommended format is the full name: Microsoft Certified: Azure Fundamentals (AZ-900), Passed YYYY-MM.
Domestic training providers such as Edifist Learning, Trainocate Japan, and SIOS Tech maintain standing AZ-900 courses, and SIOS in particular publishes a "complete guide to taking the exam for free via Virtual Training Day". AZ-900 is an exam you can pass through self-study just fine, but if you'd rather build study time into work hours, an enterprise-contracted training course is a viable alternative.
AZ-900 is not a finish line — it's the entry point to the Azure certification ladder. Where you go next depends on the role you're aiming for. For infrastructure management, the next stop is AZ-104 (Azure Administrator Associate) — effectively a required course. Architect-bound? Go AZ-104 first, then AZ-305 (Solutions Architect Expert). DevOps? AZ-104 or AZ-204, then AZ-400 (DevOps Engineer Expert) — those are the standard tracks.
One caveat: Azure Developer Associate (AZ-204) is scheduled to retire on July 31, 2026. As of this article's publication, no successor exam has been formally announced, so you need to time any new attempt carefully. If the developer track is your goal, a practical option is to get AZ-104 first and wait for the successor announcement.
Plenty of people start with AZ-900 and then collect the rest of the Fundamentals series — AI-901 (the successor to AI-900, GA in June 2026), DP-900, SC-900, and MS-900. They all share the same spec: $99 USD, 45 minutes, 700 to pass, and indefinite validity. Common terms (Entra ID, RBAC, Policy, etc.) reappear across them, so your learning effort compounds. They are also accessible to non-engineers in sales or PM roles, and work nicely as a tool for building internal visibility.
When was AZ-900 last updated, and what changed?
The official Skills measured was revised on January 14, 2026. The change log is tagged "Minor" and only two areas were affected: Identity and Management/Deploy. Specifically: the Microsoft Entra ID naming was unified, Microsoft Purview was added, Azure Virtual Desktop is now explicitly listed under VM options, Infrastructure as Code was promoted to a standalone exam item, and Public/Private endpoints became their own bullet. Some third-party blogs claim that Copilot and Fabric were added in bulk, but the official Skills measured contains no such language — it's safe to skip them for now.
How much does the exam actually cost?
The list price is $99 USD, and the typical display price for bookings from Japan is JPY 13,200 (incl. tax). However, if you complete both Part 1 and Part 2 of Microsoft Azure Virtual Training Day: Fundamentals, Microsoft issues a free exam voucher (worth roughly $165 USD) — which means there is a fully legitimate $0 route. SIOS and several Japanese blogs have reported successfully using this path.
What is the passing score and question count?
You need 700 out of 1000 to pass. The question count is not fixed — it ranges from about 40 to 60 questions. Per-question scoring is not published, but the overall mix roughly mirrors the domain weights (25-30% / 35-40% / 30-35%). The exam itself is 45 minutes, and if you take it in a language other than English you can request an extra 30 minutes.
Does the certification expire?
Fundamentals-tier certifications (AZ-900 / AI-901 / DP-900 / SC-900 / MS-900) never expire. Once you pass, you never need to renew. Associate-level and higher certifications (such as AZ-104) are valid for 12 months and are renewed via a free renewal assessment on Microsoft Learn.
Can I take the exam in Japanese?
Yes. In addition to English and Japanese, the exam is offered in 13 languages total: Chinese (Simplified/Traditional), Korean, Spanish, German, French, Indonesian, Arabic (SA), Italian, Portuguese (BR), and Russian.
Can I pass it without an IT background?
Yes. SoftBank's 2025 blog reports new hires scoring above 900 points after roughly 25-40 hours of study. Multiple write-ups on Qiita and Zenn echo this, and the industry consensus is that AZ-900 is realistically the first cloud certification a beginner can reach.
What should I take after AZ-900?
It depends on the direction you are aiming for. For infrastructure management, AZ-104. For development, AZ-204 would be the natural next step, but it retires on July 31, 2026 with no successor announced yet — proceed carefully. For data, DP-900 → DP-300/DP-700. For AI, AI-901 (the AI equivalent of AZ-900, GA in June 2026) is the current standard path.
Should I take AZ-900 or AZ-104 first?
AZ-104 does not list AZ-900 as a prerequisite. If you already have hands-on experience with another cloud (AWS or GCP), jumping straight to AZ-104 is a well-reported path. But if cloud itself is new to you, learning the vocabulary and big picture through AZ-900 first is the more efficient route into AZ-104.
Related articles & exam info
Azure Fundamentals 5 試験完全比較|AZ-900 / DP-900 / SC-900 / MS-900 / AI-901 の違いと選び方
Microsoft Azure Fundamentals 階層 5 試験 (AZ-900 / DP-900 / SC-900 / MS-900 / AI-901) を完全比較。各試験の出題範囲、難易度、適性、推奨取得順、合計学習時間、Virtual Training Day での無料バウチャー活用法、Associate ティアへの展開ルートを日本語で網羅。
AZ-120 完全ガイド|Microsoft Azure for SAP Workloads Specialty 出題範囲・学習リソース・合格戦略【2026 年版】
Microsoft Certified: Azure for SAP Workloads Specialty (AZ-120) の完全ガイド。4 ドメインの出題範囲、SAP HANA / S/4HANA / NetWeaver の Azure デプロイ、M シリーズ VM 選定、Azure Center for SAP Solutions (ACSS)、HANA Large Instances、3-4 ヶ月の合格ロードマップ、SAP × Azure シニアエンジニアへのキャリアパスを日本語で網羅。
DP-900 完全ガイド|Azure Data Fundamentals 出題範囲・学習リソース・合格戦略【2026 年版】
Microsoft Azure Data Fundamentals (DP-900) の完全ガイド。4 ドメインの出題範囲、SQL / NoSQL / 分析ワークロードの位置付け、Microsoft Fabric 出題対応、無料 Virtual Training Day バウチャー、4 週間合格ロードマップ、DP-203 / DP-700 / DP-300 へのキャリアパスを日本語で網羅。
AZ-104 完全ガイド|Microsoft Azure Administrator Associate 出題範囲・学習リソース・合格戦略【2026 年版】
Microsoft Certified: Azure Administrator Associate (AZ-104) の完全ガイド。5 ドメイン (ID・ガバナンス / Storage / Compute / Network / Monitor) の出題範囲、必須実機演習、3-4 ヶ月の合格ロードマップ、AZ-305 / AZ-400 へのキャリアパス、renewal assessment 更新法を日本語で網羅。
Terminology and scoring figures in this article are based on Microsoft Learn official and the MicrosoftDocs GitHub repository (CC BY 4.0). This article is not an official Microsoft Corporation product, and there is no affiliation or sponsorship relationship. Microsoft, Azure, Microsoft Entra, Microsoft Purview, and Windows are trademarks of the Microsoft group of companies. Information is accurate as of the official sources published on May 24, 2026. For the latest information, always consult the official Study Guide.
Compare with another cloud — Google Cloud
GCP beginner guide
Start with CDL / ACE
GCP exam pass rates
Real pass rates across every exam
GCP exam study time
Estimated study time for every exam
Associate Cloud Engineer complete guide
The flagship GCP Associate
Professional Cloud Architect complete guide
GCP's high-end Architect track
Downsides of cloud certifications
AWS/Azure/GCP compared
Practice with certification-focused question sets
See the Azure exam prep pageNicheeLab Editorial Team
NicheeLab editorial team focused on data engineering and cloud certification learning. Content is structured around practical study needs and official exam domains.
AZ-900 Azure Fundamentals: Complete Exam Guide (2026)
Pass AZ-900 — cloud concepts, Azure architecture, management...
Azure Certification Roadmap: Which Cert to Take Next (2026)
Choose your Azure certification path — Fundamentals, Associa...
AI-901 Azure AI Fundamentals (Beta): Complete Guide (2026)
Pass AI-901 — Microsoft Foundry, generative AI, responsible ...
Microsoft Entra ID Fundamentals for Azure Certs (2026)
Entra ID basics every cert candidate needs — tenants, identi...
DP-900 Azure Data Fundamentals: Complete Guide (2026)
Pass DP-900 — relational, non-relational, analytics, Power B...