Why AI-900 Is the Most Valuable $99 You Can Spend in 2026
Generative AI went from research curiosity to boardroom mandate in about 18 months. Every enterprise now has an "AI strategy," every product manager is being asked "how does this use AI," and every hiring manager is quietly scanning resumes for AI literacy. The Microsoft Certified: Azure AI Fundamentals (AI-900) exam is the cheapest, fastest credential that proves you can have that conversation — and in 2026 it is arguably more valuable than it was at launch because Microsoft rebuilt the exam around generative AI and Azure OpenAI.
This guide is the most current AI-900 resource on the internet. It reflects the May 2025 skills refresh (the version of the exam you will actually sit), the June 30, 2026 AI-900 retirement and AI-901 transition, the real exam cost of $99 USD, and the six Responsible AI principles that account for a disproportionate share of wrong answers. By the end you will know exactly what to study, how to pace it, and how to avoid the three mistakes that cause most failures.
AI-900 At a Glance (2026)
| Attribute | Detail |
|---|---|
| Exam Code | AI-900 |
| Full Name | Microsoft Azure AI Fundamentals |
| Cost (USD) | $99 |
| Exam Time | 45 minutes |
| Seat Time | 65 minutes (includes check-in and tutorial) |
| Questions | ~40-60 (multiple choice, multi-select, drag-and-drop) |
| Passing Score | 700 on a scale of 100-1000 (scaled scoring, not raw 70%) |
| Prerequisites | None |
| Languages | 13 (English, Japanese, Chinese Simplified/Traditional, Korean, German, French, Spanish, Portuguese-BR, Russian, Indonesian, Arabic, Italian) |
| Delivery | Pearson VUE test center or online proctored |
| Validity | Lifetime (no expiration) |
| Retirement Date | June 30, 2026, 11:59 PM CST (replaced by AI-901, in beta since April 21, 2026) |
| Current Skills Version | May 2, 2025 |
free AI-900 practice questions at OpenExamPrepPractice questions with detailed explanations
What Is AI-900 and Why It Matters in 2026
AI-900 is Microsoft's fundamentals-level certification for Azure AI. It does not make you an AI engineer. It does not test Python, notebooks, or deployment pipelines. What it does is certify that you understand what AI workloads exist, which Azure service solves which problem, and how to apply AI responsibly.
That sounds narrow, and it is — but in 2026 that exact vocabulary is the difference between a product manager who can run an effective AI roadmap meeting and one who nods through it. The exam is designed for:
- Product managers and business analysts who need to spec AI-enabled features without becoming data scientists.
- Consultants and pre-sales engineers who pitch Azure AI to clients.
- Career changers transitioning from non-AI backgrounds into AI-adjacent roles.
- Developers and sysadmins who want the fundamentals credential before stacking AI-102 or DP-100.
- Students (especially Microsoft Learn Student Ambassadors who get free vouchers).
The 2024-2025 refresh is what makes AI-900 genuinely interesting again. Microsoft carved out a dedicated generative AI domain worth 20-25% of the exam — more weight than any other section. That section covers Azure OpenAI Service, prompt engineering, Retrieval-Augmented Generation (RAG), copilots, and responsible deployment of large language models. If you are studying from a 2023 Udemy course, you are missing a quarter of the exam.
The AI Skills Gap Is a Hiring Signal
LinkedIn's Economic Graph data for 2025 showed AI literacy as the fastest-growing in-demand skill across every white-collar job family. The U.S. Bureau of Labor Statistics projects computer and information research scientists (which covers AI roles) to grow 26% through 2033 — roughly 7x the average occupation. Even if you do not become an AI engineer, demonstrating that you understand AI concepts, terminology, and responsible deployment is increasingly non-negotiable. AI-900 is the cheapest way to put that signal on your resume.
Who Should Take AI-900 (And Who Should Skip It)
Ideal Candidates
The Product Manager. You ship software features, your roadmap now requires AI components, and you cannot tell your eng lead whether "fine-tuning" or "RAG" is appropriate for your use case. AI-900 closes that gap in 20-30 hours.
The Career Changer. You are pivoting from marketing, finance, operations, or teaching into a tech-adjacent role. You need a low-cost, fast credential that says "I understand AI" to screening recruiters. AI-900 is $99 and 2-4 weeks.
The Business Analyst or Data Analyst. You already work with data but do not touch ML directly. AI-900 gives you the vocabulary to participate in ML project scoping and responsibly evaluate vendor AI claims.
The Consultant or Pre-Sales Engineer. You sell or implement Azure solutions. Clients now ask about AI on every call. AI-900 lets you credibly sketch Azure OpenAI, RAG, and Azure AI Search architectures on a whiteboard.
The Student. Microsoft Student Ambassadors and many university programs offer free AI-900 vouchers. Free credential + lifetime certification + LinkedIn badge = no-brainer.
The Experienced Engineer Preparing for AI-102. Do not skip AI-900 just because you are experienced. The conceptual scaffolding (responsible AI principles, prompt engineering vocabulary, service-to-workload mapping) makes AI-102 significantly easier.
Candidates Who Should Skip AI-900
- Active AI/ML engineers who already ship LLM applications daily — jump to AI-102 or DP-100 instead.
- Pure researchers working on model architecture — AI-900 is product-focused, not research-focused.
- Candidates committed to AWS or Google Cloud — take AWS AI Practitioner or Google Cloud Generative AI Leader instead.
Prerequisites (Spoiler: None)
Microsoft states explicitly that AI-900 has no prerequisites. You do not need to know Python. You do not need a math background beyond reading a chart. You do not need prior Azure experience. Microsoft recommends familiarity with basic cloud concepts and client-server applications, but these are helpful, not required. If you can use Excel comfortably, you can pass AI-900.
The 2026 Skills Outline (with Confirmed Domain Weights)
The skills measured on AI-900 as of May 2, 2025 (the version of the exam you will sit) are:
| Domain | Weight | What It Covers |
|---|---|---|
| Describe AI workloads and considerations | 15-20% | Common AI workload types + six responsible AI principles |
| Fundamentals of machine learning on Azure | 15-20% | Regression, classification, clustering, deep learning, Azure Machine Learning |
| Features of computer vision on Azure | 15-20% | Image classification, object detection, OCR, Azure AI Vision, Face |
| Features of NLP on Azure | 15-20% | Text analytics, translation, speech, conversational language |
| Features of generative AI on Azure | 20-25% | Azure OpenAI, LLMs, prompt engineering, RAG, copilots, responsible GenAI |
The generative AI section is the heaviest — a direct response to the GenAI explosion — and is where most 2023-vintage study materials fail candidates. Let us take each domain in turn.
Domain 1: AI Workloads and Considerations (15-20%)
This domain has two halves: identifying workloads and responsible AI.
Common AI Workloads you must be able to identify by scenario:
- Prediction/forecasting (supervised ML: will this customer churn?).
- Anomaly detection (unsupervised: is this credit card charge fraud?).
- Computer vision (image classification, object detection, face detection, OCR).
- Natural language processing (sentiment, key phrases, entity recognition, translation).
- Document intelligence (extracting structured fields from invoices, receipts, forms).
- Knowledge mining (indexing unstructured data for search).
- Generative AI (text, image, code, audio generation).
The question pattern is always the same: Microsoft describes a business scenario and asks which workload type it represents. Memorize one canonical example per workload and you will answer these in under 20 seconds.
Domain 2: Machine Learning Fundamentals on Azure (15-20%)
This domain tests your ability to identify ML techniques and describe Azure Machine Learning capabilities.
Techniques you must know:
- Supervised learning — labeled data. Split into:
- Regression → continuous numeric output (house price, temperature).
- Classification → discrete category output (spam/not spam, disease/healthy).
- Unsupervised learning — no labels.
- Clustering → grouping similar items (customer segmentation).
- Deep learning — neural networks, used under the hood for vision, speech, and language.
Azure Machine Learning (the service) capabilities you must recognize:
- Azure ML Studio (the web workspace).
- Automated ML (AutoML) — it tries many algorithms for you; tested as the "non-data-scientist" option.
- Designer — drag-and-drop pipeline builder.
- Notebooks — code-first experience.
- Compute instances and compute clusters.
- Endpoints for real-time and batch deployment.
Example test question pattern: "A business analyst with no coding background needs to build a classification model. Which Azure ML capability should they use?" Answer: Automated ML.
Domain 3: Computer Vision on Azure (15-20%)
Memorize the Azure AI Vision capabilities and the adjacent services:
| Capability | Use Case | Azure Service |
|---|---|---|
| Image classification | "What is in this image?" | Azure AI Vision / Custom Vision |
| Object detection | "What objects, and WHERE?" | Azure AI Vision / Custom Vision |
| OCR / Read API | Extract text from images | Azure AI Vision |
| Face detection/analysis | Detect/analyze human faces | Azure AI Face (gated access) |
| Form/invoice extraction | Structured field extraction from documents | Azure AI Document Intelligence |
| Video analysis | Indexing and moderating video | Azure AI Video Indexer |
The single most common mistake: confusing classification (what) with detection (what + where via bounding boxes). Remember: detection includes location.
Microsoft also tests Custom Vision vs prebuilt Azure AI Vision. Custom Vision is when you train a model on your own labeled images (e.g., "classify defects on our specific widgets"). Use prebuilt Azure AI Vision when the general catalog of tags is enough.
Domain 4: Natural Language Processing on Azure (15-20%)
The NLP domain is about mapping text and speech tasks to Azure services.
| Task | Azure Service |
|---|---|
| Sentiment analysis, key phrase extraction, language detection, entity recognition, PII redaction | Azure AI Language |
| Intent and entity extraction for chatbots (formerly LUIS) | Azure AI Language (Conversational Language Understanding) |
| Translation between 100+ languages | Azure AI Translator |
| Speech-to-text, text-to-speech, speaker recognition, translation of speech | Azure AI Speech |
| Question answering over a knowledge base (formerly QnA Maker) | Azure AI Language (Custom Question Answering) |
| Orchestrating multi-turn conversations | Azure AI Bot Service |
Azure consolidated many of these under the "Azure AI Language" umbrella during the 2023 rebrand. If your study material refers to Text Analytics, LUIS, or QnA Maker as separate services, it is out of date — they are all inside Azure AI Language now. The exam uses current naming.
Domain 5: Generative AI on Azure (20-25%) — The Biggest Domain
This is the heaviest-weighted domain and the one where most candidates lose the most points. You must understand:
Core generative AI concepts.
- Large Language Models (LLMs) — transformer models trained on massive text corpora.
- Tokens — the chunks LLMs process (roughly 3-4 characters of English).
- Prompts — your input to the model.
- Completions — the model's output.
- Temperature — a setting from 0 (deterministic) to 2 (creative/chaotic).
- Grounding — anchoring a model's output in trusted external data.
- Hallucination — when a model produces confident but false output.
- Embeddings — numeric vector representations of text used for similarity search.
Azure OpenAI Service specifics.
- It is the Azure-hosted, enterprise-governed version of OpenAI models (GPT-4o, GPT-4.1, o-series reasoning models, DALL-E, Whisper).
- Provides the same API as OpenAI but with Azure networking, identity, compliance, and private endpoints.
- Supports deployments where you pick a model and scale.
- Integrates with Azure AI Content Safety for input/output moderation.
Patterns you must recognize.
- Zero-shot prompting — ask without examples.
- Few-shot prompting — include examples in the prompt.
- Chain-of-thought prompting — ask the model to reason step-by-step.
- Retrieval-Augmented Generation (RAG) — retrieve relevant documents from Azure AI Search, inject them into the prompt as context, and let the LLM answer with grounding.
- Fine-tuning — retraining the model weights on your data (expensive, rare in fundamentals).
- Agents/Copilots — LLMs that can call tools, execute code, browse, and act on behalf of the user.
Microsoft Foundry (previously Azure AI Studio) is the unified development portal you are most likely to see referenced. It includes a model catalog, prompt flow, evaluations, content safety, and deployment pipelines. If you see "Foundry" on the exam, think "the developer workspace for building GenAI apps on Azure."
The most frequently tested GenAI concept is RAG, because it is Azure's answer to "how do I get a GPT model to answer from my own data without fine-tuning." If a question asks how to ground an LLM in private data cheaply, the answer is almost always RAG.
The Responsible AI Deep Dive (Tested Heavily, Misunderstood Often)
Microsoft's Responsible AI Standard defines six principles that appear in multiple questions across multiple domains. Memorize these with one scenario each. This section alone is often the difference between a 680 and a 720.
| # | Principle | One-Sentence Definition | Canonical Scenario |
|---|---|---|---|
| 1 | Fairness | AI systems should treat people equitably and avoid bias. | A hiring model rejects female candidates at a higher rate → fairness issue. |
| 2 | Reliability and safety | Systems must perform consistently under expected and unexpected conditions. | A self-driving car must handle rain, fog, and rare edge cases without dangerous behavior. |
| 3 | Privacy and security | Personal data must be protected throughout the AI lifecycle. | A model is trained on health records → data must be anonymized and access controlled. |
| 4 | Inclusiveness | AI must empower people of all backgrounds and abilities. | A speech-to-text service must work well for speakers of every dialect, including those with speech differences. |
| 5 | Transparency | Users must understand how AI systems work and make decisions. | A loan denial model must provide feature importance / reasons, not just a score. |
| 6 | Accountability | Humans are responsible for AI; systems must be auditable and have human oversight. | A hospital must retain logs of every AI-generated triage recommendation so reviewers can audit outcomes. |
The test pattern: Microsoft gives you a scenario and asks which principle it violates or embodies. The most commonly confused pair is transparency vs accountability — transparency is about explaining the model, accountability is about who is responsible and how it is audited. Another frequently confused pair is fairness vs inclusiveness — fairness is about equitable outcomes once a system is deployed, inclusiveness is about making sure the system is accessible and usable by diverse populations in the first place.
Azure also ships practical Responsible AI tools you should recognize:
- Responsible AI dashboard in Azure Machine Learning — fairness analysis, error analysis, counterfactuals, and interpretability.
- Azure AI Content Safety — filters harmful content (hate, self-harm, sexual, violence) for prompts and completions.
- Transparency notes — Microsoft's published documents that explain each service's intended uses and limitations.
How Hard Is AI-900, Really? (Community Pass Rate Data)
Microsoft does not publish official pass rates. That said, community data is remarkably consistent:
- Candidates who complete the Microsoft Learn AI-900 path plus 200+ practice questions self-report ~80-85% first-try pass rates on r/AzureCertification and in Tutorials Dojo forums.
- Candidates who skim Microsoft Learn and rely on YouTube alone self-report ~60-70% pass rates.
- Candidates who "wing it" based on general AI knowledge report ~40-50% pass rates.
The takeaway: practice questions matter more than more videos. Budget at least 200 practice questions spread across all five domains. If you can score 85%+ on a realistic practice set, you are ready.
Where candidates lose points:
- Generative AI questions about Azure OpenAI patterns (RAG vs fine-tuning vs zero-shot).
- Responsible AI principle identification (especially transparency vs accountability).
- Azure AI service mapping post-rebrand (confusing Text Analytics/LUIS with Azure AI Language).
- Classification vs detection in computer vision.
- Supervised vs unsupervised ML task identification.
free AI-900 practice examPractice questions with detailed explanations
Study Plans: 4-Week, 2-Week, and 7-Day Fast Track
Pick the plan that matches your background and time budget. All plans assume you end with at least 200 practice questions and score 85%+ on a full-length timed practice exam before sitting the real thing.
4-Week Beginner Plan (No Azure or AI Background)
Target: 8-10 hours per week, ~35 hours total.
| Week | Focus | Activities |
|---|---|---|
| 1 | AI concepts + Responsible AI | Microsoft Learn "Get started with AI on Azure" path. Memorize the 6 responsible AI principles with one scenario each. End of week: 25-question practice quiz on Domain 1. |
| 2 | Machine learning + Computer vision | Microsoft Learn ML and Computer Vision paths. Spin up an Azure free-tier account; try Azure AI Vision in the portal. End of week: 50 practice questions across Domains 2 & 3. |
| 3 | NLP + Generative AI | Microsoft Learn NLP and Generative AI paths. Open Azure OpenAI in Foundry (or sandbox) and try a RAG sample. End of week: 75 practice questions across Domains 4 & 5. |
| 4 | Full-length practice + review | Take two full-length timed practice exams. Review every wrong answer. Re-read the Responsible AI and Generative AI sections of the Microsoft Learn study guide. Sit the real exam 1-2 days later. |
2-Week Tech-Aware Plan (Some Cloud or AI Exposure)
Target: 10-12 hours per week, ~22 hours total.
| Week | Focus | Activities |
|---|---|---|
| 1 | All five domains (fast sweep) | Complete the entire Microsoft Learn AI-900 collection in 5-6 hours. Take a 50-question diagnostic practice exam. Flag weak areas. |
| 2 | Weak areas + practice | Deep dive on your weakest domain(s). Do 150+ practice questions. Take two full-length practice exams. Sit the real exam. |
7-Day Fast-Track (Existing Azure or AI Engineer)
Target: 2-3 hours per day.
| Day | Activity |
|---|---|
| 1-2 | Read the Microsoft Learn AI-900 study guide end-to-end. Skim service documentation for anything unfamiliar. |
| 3 | 100 practice questions (all domains). Identify weak areas. |
| 4 | Responsible AI + Generative AI deep review. These are where experienced engineers often miss points by assuming. |
| 5 | 100 more practice questions. Review all wrong answers with reference documentation. |
| 6 | Full-length timed practice exam. Review misses. |
| 7 | Light review morning of; take the exam. |
Recommended Resources (Free First, Then Paid)
Free Resources (Start Here)
- Microsoft Learn AI-900 study guide — the official, canonical skills list. Always the first stop. aka.ms/AI900-StudyGuide
- Microsoft Learn AI-900 learning path — ~10 hours of free, interactive, hands-on modules. Covers every domain.
- Microsoft Learn practice assessment — the free official practice test on Microsoft Learn. Use it as a diagnostic and again before exam day.
- John Savill's AI-900 Study Cram (YouTube) — the single best community video; 90 minutes to refresh the whole exam.
- freeCodeCamp Azure AI-900 full course (YouTube) — 3+ hour walkthrough, free, current.
- OpenExamPrep free AI-900 practice bank — unlimited practice questions with AI-powered explanations.
- Microsoft Azure free account — $200 of credit plus always-free tiers to try every AI service hands-on.
Paid Resources (If Budget Allows)
- Tutorials Dojo AI-900 Practice Exams — ~$15. The gold standard for exam-style practice questions.
- Whizlabs AI-900 Course + Practice — ~$20-30. Video + questions bundle.
- MeasureUp official practice test — $99. Most expensive but closest to the real exam style.
- Microsoft Exam Replay — ~$160. Includes exam voucher, one free retake, and a practice test. Best value if you want retake insurance.
Real talk: You can pass AI-900 with Microsoft Learn + one paid practice bank + the free OpenExamPrep question bank. You do not need a $200 Udemy course.
Exam-Day Strategy (Pearson VUE + Online Proctoring)
Registration and Setup
- Register at learn.microsoft.com/credentials/certifications/exams/ai-900 using a personal Microsoft Account (MSA) — not a work account. Microsoft warns that if you leave an organization, certifications tied to the work AAD account become unrecoverable.
- Choose online proctored (webcam at home) or in-person test center. Online is faster to schedule and equally accepted; test centers are better if you have a noisy home environment.
- Pay $99 USD (prices vary by country; see Microsoft Exam Replay for discounted bundles).
Before Exam Day
- Run the Pearson VUE system test at least 24 hours in advance (check bandwidth, camera, microphone).
- Clear your exam room: no phone, no notebooks, no second monitor, no water bottles with labels, no smartwatches.
- Have a valid government-issued photo ID ready.
During the Exam
- Read every question twice. Microsoft's question writers are precise; a single word ("NOT", "EXCEPT", "MOST") flips the answer.
- Use the Mark for Review flag. If you are unsure, flag and move on. You have 45 minutes for ~50 questions — time pressure is moderate but real.
- Eliminate wrong answers first. Most multiple-choice questions have one obviously wrong distractor. Crossing it out improves your odds even when you are guessing.
- Do not overthink Responsible AI questions. The obvious answer is usually correct. Microsoft is testing recognition, not subtle philosophical distinctions.
- Bank time for case studies. If the exam includes a case study, it will eat 5-10 minutes; leave a buffer.
After the Exam
You get a pass/fail result on-screen immediately. A detailed score report is available in your Microsoft Learn dashboard within 48 hours. If you pass, your Microsoft Certified: Azure AI Fundamentals badge appears in Credly automatically — add it to LinkedIn the same day.
Cost, Retakes, Vouchers, and Student Discounts in 2026
Pricing
The exam fee in the United States is $99 USD as of 2026. Prices are set regionally based on local purchasing power:
| Country | Approximate Price |
|---|---|
| United States | $99 USD |
| United Kingdom | £69 |
| European Union | €85-100 |
| India | ~$55 |
| Brazil | ~R$330 |
Tax is extra where applicable. Always confirm the final price at checkout on learn.microsoft.com.
Retake Policy
If you fail AI-900:
- Retake #1: 24-hour wait, full-price $99.
- Retake #2: 14-day wait.
- Retake #3: 14-day wait.
- Retake #4: 14-day wait.
- Retake #5: 12-month wait.
You can take the exam a maximum of 5 times per year.
Exam Replay Bundle
For ~$160, Microsoft's Exam Replay bundles one voucher + one guaranteed retake + a practice test. It is mathematically worth it if there is any chance you might fail — $160 is less than $198 (two separate attempts).
Student Discounts and Free Vouchers
- Microsoft Learn Student Ambassadors receive free exam vouchers on a rolling basis.
- Microsoft Imagine Academy programs at partner schools often include free vouchers.
- Microsoft AI Skills Challenge events periodically offer free AI-900 vouchers to all participants — watch learn.microsoft.com/deals and techcommunity.microsoft.com.
- Microsoft Certified Trainers and MPN partners get discounted pricing.
Career and Salary Impact of AI-900
AI-900 is not a job on a resume — it is a credibility signal. It does not guarantee any salary bump on its own. What it does is move you past the "does this candidate understand AI" filter that more recruiters are applying in 2026.
Roles that value AI-900 directly:
| Role | Typical 2026 US Salary | Why AI-900 Helps |
|---|---|---|
| Product Manager (AI features) | $130,000 - $190,000 | Shows PM can spec AI features and speak to engineers. |
| Business Analyst / Data Analyst | $75,000 - $115,000 | Shows ability to propose AI-augmented analytics. |
| Solutions Consultant / Pre-Sales Engineer | $110,000 - $180,000 (plus commission) | Credibility when selling or implementing Azure AI. |
| Technical Writer (AI products) | $90,000 - $140,000 | Understanding of services you are documenting. |
| Customer Success Manager (AI SaaS) | $95,000 - $145,000 | Shared vocabulary with customers adopting AI. |
| Associate Cloud / AI Engineer | $95,000 - $140,000 | Foundational credential on the path to AI-102. |
| AI Program Manager | $140,000 - $220,000 | Demonstrates ability to oversee multi-service AI deployments. |
Salary data above blends U.S. Bureau of Labor Statistics occupational estimates with 2025-2026 Levels.fyi, Glassdoor, and LinkedIn Economic Graph ranges. Regional variation is significant — SF/NYC/Seattle sit 20-40% above these medians, smaller metros 10-20% below.
For the full AI-engineering track, AI-900 is the first rung. The ladder is: AI-900 → AI-102 (Azure AI Engineer Associate) → DP-100 (Azure Data Scientist Associate) → AI-102 + AI-301/302 specialties.
Why Candidates Fail AI-900 (The Three Mistakes)
After reviewing hundreds of community post-mortems on r/AzureCertification and Microsoft Q&A forums, three mistakes dominate:
Mistake 1: Underestimating the Generative AI Section
The generative AI domain is 20-25% of the exam — the largest single domain. Many candidates still use 2023-era study materials that treated GenAI as a footnote. Expect questions on Azure OpenAI, prompt engineering (zero-shot, few-shot, chain-of-thought), RAG, temperature, tokens, grounding, content safety, and copilots. If your practice exam has fewer than 10 GenAI questions out of 50, it is out of date.
Mistake 2: Skimming Responsible AI
Responsible AI questions are "free points" because the six principles are finite and testable. But they are also the #1 missed question type, because candidates skim the concepts rather than memorize distinctions. Make flashcards. Know the difference between transparency and accountability. Know when "inclusiveness" is the right answer. This is worth 10+ points on the exam.
Mistake 3: Not Taking a Timed Full-Length Practice Exam
Most candidates do practice questions in small untimed batches. The real exam is 45 minutes under proctored conditions, and the time pressure alone changes your accuracy. Take at least one full-length, timed, single-sitting practice exam before sitting the real one. OpenExamPrep's timed mode mirrors the Pearson VUE interface.
AI-900 vs AI-901: What Changes After June 30, 2026
Microsoft's "Evolving the Microsoft Certified: Azure AI Fundamentals Certification" blog post (Tech Community, April 2026) confirmed the details below. The certification name stays the same — only the exam code and content shift. If you pass AI-900 before retirement, you earn the Microsoft Certified: Azure AI Fundamentals credential permanently. If you wait until after June 30, 2026, you will take AI-901 to earn the same credential.
| Dimension | AI-900 (current, retires June 30, 2026) | AI-901 (replacement, beta from April 21, 2026) |
|---|---|---|
| Credential earned | Microsoft Certified: Azure AI Fundamentals | Microsoft Certified: Azure AI Fundamentals (same) |
| Level | Beginner | Beginner |
| Focus | Understand AI concepts; identify which Azure service to use | Understand AI concepts; implement basic AI solutions with Microsoft Foundry |
| Hands-on required | No | Yes — light Python + Foundry portal work |
| Python required | No | Yes (familiarity expected) |
| GenAI emphasis | 20-25% of the exam | Agentic AI and multi-step workflows are core |
| Microsoft Foundry coverage | Introductory | Central platform across all domains |
| Multimodal generation | Text + image basics | Image + video + Azure Content Understanding |
| Still counts toward the credential? | Yes, through June 30, 2026 | Yes, from launch onward |
| Validity after passing | Lifetime | Lifetime |
Which should you sit in 2026? If you are already studying or can sit the exam before June 30, 2026, take AI-900 — the study path is mature, free resources are abundant, and you earn the same certification. If you are starting from zero in May 2026 or later, or if you want hands-on Foundry/Python exposure on your resume, pick AI-901. If you already hold AI-900, do nothing — your certification remains valid indefinitely; there is no need to re-certify.
Content overlap is roughly 70-80% — responsible AI principles, ML fundamentals, Vision/Language/Speech services, and core GenAI concepts carry over. The new material in AI-901 is primarily the Foundry workflow (model catalog, prompt flow, evaluations, agents), Python SDK basics, and agentic/multimodal expansions.
AI-900 vs AWS AI Practitioner vs Google Cloud Generative AI Leader
All three exams are cloud-provider entry-level AI credentials. Pick by the cloud your employer uses (or by which cloud you want to align your career with). Here is the head-to-head:
| Dimension | AI-900 (Microsoft Azure) | AWS AI Practitioner (AIF-C01) | Google Cloud Generative AI Leader |
|---|---|---|---|
| Cost (USD) | $99 | $100 | $99 |
| Duration | 45 min exam / 65 min seat | 90 minutes | 90 minutes |
| Questions | ~40-60 | 65 | 50-60 |
| Passing Score | 700/1000 (scaled) | 700/1000 (scaled) | ~70% |
| Prereqs | None | None | None |
| GenAI Weight | 20-25% (heaviest) | ~20% | ~100% (GenAI-focused exam) |
| Services Covered | Azure OpenAI, Azure AI Vision/Language/Speech, Azure ML, Foundry | Amazon Bedrock, SageMaker, Rekognition, Comprehend, Q | Vertex AI, Gemini, AutoML, Model Garden |
| Best For | Microsoft/enterprise shops, OpenAI ecosystem | AWS shops, startups, broader AI fundamentals | Gemini/Vertex ecosystem, pure GenAI focus |
Our take: For most candidates in 2026, AI-900 is the strongest single pick because (a) the Microsoft/OpenAI partnership makes Azure the largest enterprise GenAI ecosystem, (b) the exam has the heaviest dedicated GenAI weighting of the three, and (c) the $99 price and lifetime validity beat most alternatives. If your target employer is AWS- or Google-first, align accordingly.
What To Do After AI-900
AI-900 is a springboard, not a destination. Here are the natural next steps ranked by value for most candidates:
- AI-102: Azure AI Engineer Associate ($165, ~120 minutes, role-based). The direct upgrade today. Implementation-focused. Covers Azure AI services at a hands-on level including custom solutions, RAG pipelines, and production deployment. Heads up: Microsoft has announced AI-102 is being replaced by AI-103 (Azure AI Apps and Agents Developer Associate), which shifts the role-based track toward Microsoft Foundry, multi-agent orchestration, and production-grade AI application patterns. Watch the Microsoft Learn certifications page for AI-103 GA dates.
- DP-100: Azure Data Scientist Associate ($165). Heavier on Azure Machine Learning, training, experiments, and ML Ops. Best if you are moving toward ML engineering. Microsoft is also introducing AI-300 for the MLOps/GenAIOps operator persona — worth tracking if you lean ops.
- AZ-900: Azure Fundamentals ($99). If you do not already have it, grab it — the fundamentals trio (AZ-900 + AI-900 + DP-900) is a classic resume combo for cloud-adjacent roles.
- DP-900: Azure Data Fundamentals ($99). Closes the trio. Data concepts, Azure SQL, Cosmos DB, Synapse, Fabric.
- AI-901 (beta since April 21, 2026). If you miss the June 30, 2026 AI-900 cutoff, AI-901 is the refreshed successor and earns the same Azure AI Fundamentals credential. Expect light Python and Microsoft Foundry implementation skills on top of AI-900's conceptual coverage.
For career-switchers targeting AI product or consulting roles, the pragmatic path is AI-900 → portfolio project (build a RAG chatbot on Azure) → AI-102 → apply for roles. The portfolio project matters more than any additional certification.
Final Checklist Before You Book the Exam
- Completed the official Microsoft Learn AI-900 learning path.
- Read the Microsoft Learn AI-900 study guide (the skills measured document) end to end.
- Memorized the six Responsible AI principles with one scenario each.
- Memorized the Azure AI service → workload mapping table (Vision/Language/Speech/Translator/Document Intelligence/Machine Learning/OpenAI).
- Completed at least 200 practice questions across all five domains.
- Scored 85% or higher on at least one full-length timed practice exam.
- Comfortable explaining RAG, prompt engineering, and fine-tuning in plain English.
- Tried at least one Azure AI service hands-on (even the free Vision demo in the portal counts).
- System-tested your environment if taking the exam online (webcam, bandwidth, quiet room).
- Registered with a personal Microsoft Account, not a work account.
If you can tick every box, you are ready. Book it.
Take the free OpenExamPrep AI-900 practice examPractice questions with detailed explanations
Official Sources and Further Reading
- Microsoft Learn — Exam AI-900: Microsoft Azure AI Fundamentals (official exam page; skills outline, languages, retirement notice)
- Microsoft Learn — AI-900 Study Guide (as of May 2, 2025) (canonical skills document used by exam writers)
- Microsoft Learn — Azure AI Fundamentals certification (certification overview and AI-901 transition)
- Microsoft Learn — Exam duration and exam experience (official 45-minute / 65-minute seat time source)
- Microsoft Learn — Exam scoring reports (700/1000 passing score reference)
- Microsoft — Responsible AI Standard (six principles canonical reference)
- Microsoft Tech Community — The AI Job Boom and AI-901 (AI-900 retirement and AI-901 rollout)
- Microsoft Tech Community — Evolving the Azure AI Fundamentals Certification (official AI-901 beta announcement — April 21, 2026)
- Microsoft Tech Community — New Azure AI Apps and Agents Developer Associate (AI-103) (AI-102 successor exam)
- Pearson VUE — Microsoft Certifications (exam delivery platform)
- U.S. Bureau of Labor Statistics — Computer and Information Research Scientists (AI occupation outlook and salary)
- OpenExamPrep — Free AI-900 Practice Questions
- OpenExamPrep — AI-900 Study Guide