Azure

AI-901 Complete Guide: Azure AI Fundamentals New Exam

2026-05-24
NicheeLab Editorial Team

AI-901: Microsoft Azure AI Fundamentals launched in beta on April 15, 2026, with GA scheduled for June 2026. It is positioned as the successor to AI-900, but it is far more than a rename. Where the old AI-900 introduced individual Cognitive Services at the conceptual level, AI-901 pivots hard toward writing actual code on top of the Microsoft Foundry unified platform.

Three questions tend to come up first: AI-900 or AI-901? Is Python required? What changes with Microsoft Foundry? This article starts from the official Skills measured (as of 2026-04-15) and walks through what Microsoft Foundry really is, how Responsible AI is tested, the concrete differences from AI-900, the beta-only 80% OFF coupon, and how AI-901 leads into AI-103.

AI-901 Exam Specs

The certification you earn from AI-901 is Microsoft Certified: Azure AI Fundamentals — the same badge as AI-900. What differs is the exam content and difficulty. Microsoft's own FAQ explicitly distinguishes the two: AI-900 is about conceptual understanding, AI-901 is about implementation on Microsoft Foundry. Either exam earns the certification, so there is no need to take both.

The passing score is the Fundamentals standard of 700 / 1000. Duration and question count aren't listed during beta, but Microsoft's Fundamentals norm of 45 minutes and 40-60 questions is the safe assumption. Pricing only says "varies by country/region" — no fixed value is published. AI-900 ran at $99 USD, so AI-901 is reasonable to assume at the same tier. One of the most important pieces of news is the 80% OFF beta campaign. The first 300 candidates can use the coupon code AI901Medford through May 6, 2026. Turkey, Pakistan, India, and China are excluded, but elsewhere the beta brings the price down to roughly $20 USD.

The certification is valid for 1 year. You can renew it via the free renewal assessment on Microsoft Learn. Unlike AZ-900 and other Fundamentals certifications, which don't expire, AI-901 requires annual renewal — Microsoft's acknowledgement that AI moves fast enough to need it.

The Decisive Differences Between AI-900 and AI-901

The biggest difference between AI-900 and AI-901 is whether coding is required. AI-900 was a concept exam open to technical and non-technical candidates alike — zero Python knowledge was fine. AI-901 Domain 2 (55-60% of the exam) is almost entirely Foundry SDK implementation, and basic Python syntax plus pip install-level operations are assumed knowledge.

The domain count itself has changed. AI-900 had 5 domains (each 15-25%) that walked through Cognitive Service capabilities one by one (Vision / Speech / Language / Decision / Generative AI). AI-901 collapses these into just 2 domains: Domain 1 covers general AI concepts and Responsible AI principles, and Domain 2 covers implementation on Microsoft Foundry. Individual Cognitive Services have been unified as Foundry Tools — for example, the old Form Recognizer is now folded into Azure Content Understanding.

The weight of generative AI has also grown sharply. AI-900 packed generative AI into a single 20-25% domain; in AI-901, nearly all of Domain 2 is generative AI and agent implementation on Foundry. Modern mainstream topics — prompt engineering, multimodal models, single-agent design and testing — are tested head-on.

The crucial point: if you pass AI-900 before its June 30, 2026 retirement, the certification stays valid forever. For candidates who say "I just want the concepts" or "I don't do Python," rushing AI-900 is a reasonable call — Microsoft's own FAQ explicitly treats the AI-900 and AI-901 certifications as equivalent.

What Microsoft Foundry Really Is

To understand AI-901 you first have to nail down what Microsoft Foundry is. Foundry is the unified enterprise AI platform formalized in the January 2026 Microsoft Product Terms. The naming history is messy: Azure AI Studio → Azure AI Foundry → Microsoft Foundry, three renames to land on the current name. Any AI-900 material that says "Azure AI Studio" should be mentally translated to "Microsoft Foundry."

The essence of Foundry is unifying Azure OpenAI + Cognitive Services + Hub resources. Previously you had to create Azure OpenAI Service, the various Cognitive Services, and Hub resources separately and wire them together. With Foundry, a single Foundry resource handles everything. The model catalog lists 1,900+ models: Microsoft's Phi-4, OpenAI's GPT-5 / GPT-4.1, Anthropic Claude, xAI Grok, Mistral, DeepSeek-R1, Meta Llama, and more — all callable through a unified interface.

The API surface has also evolved. The old Assistants API (v0.5 / v1) has been replaced by the Responses API (Agents v2), and the SDK has converged on azure-ai-projects 2.x plus a unified OpenAI() client. Existing Azure OpenAI resources can be upgraded to Foundry resources in place, keeping the same endpoint, API key, and state.

For exam prep, opening the Foundry portal (https://ai.azure.com), deploying a model, and trying out Foundry Tools (Azure Speech / Azure Content Understanding) hands-on is essential. Without knowing the portal layout, screenshot-style questions ("from which tab in the Foundry portal do you select what?") become hard to navigate.

Domain 1: Identify AI Concepts and Capabilities (40-45%)

This domain rests on three pillars: the Responsible AI principles, AI model components, and scenario identification across AI workloads.

The 6 Responsible AI Principles

You're tested on whether you can explain each of the six principles defined by Microsoft's Responsible AI Standard at the level of "why it matters" and "what implementation-level considerations it implies." The order is Fairness → Reliability and safety → Privacy and security → Inclusiveness → Transparency → Accountability. AZ-900 also asks 1-2 questions here, but AI-901 goes deeper, with scenario-based items asking which principle is most at stake in a given situation.

AI Model Components and Configuration

You're tested on how generative AI models work (Transformer, tokens, context window), capability-based model selection, and deploy options plus configuration parameters (temperature / top_p / max_tokens and so on). Opening the Foundry Model Garden and comparing each model's characteristics (fast vs high-accuracy, cost) makes implementation-scenario questions far easier to handle.

Scenario Identification Across AI Workloads

Generative AI / Agentic AI, text analysis (keyword extraction, entity detection, sentiment, summarization), speech recognition / speech synthesis, computer vision / image generation, and information extraction from text / image / audio / video. Questions ask which technology best fits a given business problem and whether multimodal is required. Similar in spirit to AI-900, but the granularity is dialed up to concrete Foundry service selection.

Domain 2: Implement AI Solutions Using Microsoft Foundry (55-60%)

The largest-weighted domain demonstrates implementation skills with the Foundry SDK. It splits into four sub-areas.

Implementing Generative AI Apps and Agents

Crafting effective system and user prompts, deploying and interacting with models in the Foundry portal, building a lightweight chat client with the Foundry SDK, and constructing and testing single-agent solutions. Prompt engineering is one area where lived experience tweaking prompts in the Foundry portal pays off far more than reading a study guide.

Text and Speech Implementation

Building lightweight apps that include text analysis, responding to audio prompts with multimodal models, and constructing speech apps using Azure Speech in Foundry Tools. What AI-900 treated separately as Speech to Text / Text to Speech / Speech Translation is now consolidated under Azure Speech inside Foundry Tools.

Computer Vision and Image Generation

Interpreting visual input with multimodal models, generating visual output with generative models, and building lightweight apps that include vision capabilities. Instead of the old Computer Vision API, the central pattern is using Foundry multimodal models (e.g., GPT-4.1) to interpret images as input.

Information Extraction

Information extraction from documents and forms with Azure Content Understanding (under Foundry Tools), extraction from images / audio / video, and building lightweight apps that lean on Content Understanding. The old Document Intelligence (Form Recognizer) has been folded into Content Understanding, so anything you studied under the Form Recognizer name needs to be re-mapped.

How to Memorize the 6 Responsible AI Principles

The six Responsible AI principles also appear on AZ-900 and SC-900, but AI-901 probes the order and the considerations behind each principle more deeply. A practical mnemonic is F-R-P-I-T-A (Fairness → Reliability → Privacy → Inclusiveness → Transparency → Accountability) — keeping that letter order in your head removes the hesitation when scanning answer choices.

By "considerations" we mean concrete concerns. For Fairness, "could biases in the training data disadvantage a particular group?" For Privacy, "could user-provided data be re-used in training?" For Accountability, "who is the human ultimately responsible for the AI's decisions?"Just remembering the names of the principles will leave you guessing on scenario-based answer choices.

Official Study Resources

Because AI-901 is in beta, the official resource catalog isn't as rich as AZ-900's — but the essentials are all there.

ResourceRole
Official Study GuideSkills measured PDF covering the full exam scope
AI-901T00 Official CourseInstructor-led course (Introduction to AI in Azure)
Microsoft Foundry portalHands-on environment — the core of exam prep
Exam SandboxDemo of the live exam UI
Practice AssessmentComing within 8 weeks of GA (around August 2026)

With no Practice Assessment available during beta, you may be tempted to reach for third-party question banks. But for a brand-new exam like AI-901, the question-trend analysis hasn't matured yet, and you're risking time on inaccurate banks. During beta, focus on the official Study Guide and hands-on practice in the Foundry portal; once the Practice Assessment ships, drill it repeatedly.

How AI-901 Compares to G-ken / E-shiken

In the Japanese market, the best-known AI certifications are JDLA's G-ken (G-test) and E-shiken (E qualification). AI-901 sits in a clearly different place. G-ken is a concept exam aimed at business users — six sittings per year, no Python required, and still highly recognized at Japanese SIers and end-user companies. AI-901 goes beyond business concepts into Azure/Foundry implementation, making it more developer-leaning. For evaluating technical staff, AI-901 has the edge in direct on-the-job relevance.

E-shiken sits even higher — JDLA-accredited coursework is a prerequisite, and the exam tests deep-learning math and implementation at the highest difficulty tier. AI-901 plays in a different game, with the relative ordering roughly E-shiken ≫ AI-103 > AI-901 > G-ken. For consultants and PMs, "G-ken (business understanding) + AI-901 (Azure implementation)" works well in the field; for ML engineers, "E-shiken + AI-103" is the stronger combination.

Next Steps: AI-103 and Beyond

After AI-901 establishes the basics, the standard next stop is AI-103: Developing AI Apps and Agents on Azure. AI-103 is the successor to AI-102 (Azure AI Engineer Associate), with beta on April 21, 2026 and GA in June. The certification name was updated to Azure AI App and Agent Developer Associate, making the AI-app/agent-developer positioning explicit.

AI-103 treats the Foundry SDK as prior knowledge from AI-901 and pushes into more advanced topics: deeper prompt engineering, multi-agent orchestration, and responsible AI governance. The lightweight chat client you wrote for AI-901 grows into multi-agent collaboration, memory management, and tool use in AI-103. The old AI-102 retires on June 30, 2026, so anyone starting the AI Engineer track from here on takes AI-103.

AI-901 → AI-103 is the AI developer route, but you can also combine AZ-104 (Administrator) or DP-203 (Data Engineer) to aim for AI-infrastructure operations or AI data-pipeline roles. As Microsoft Foundry spreads as the enterprise AI substrate, three roles each have their own certification track: "those who use AI models," "those who run the AI infrastructure," and "those who prepare data for AI."

Frequently Asked Questions

Should I take AI-901 or AI-900?

It depends on timing. AI-900 retires on June 30, 2026, after which AI-901 is the only option. If your study is nearly complete as of May 2026, finishing AI-900 before retirement is the safer play. The key point: AI-900 and AI-901 are different exams but lead to the same certification, Microsoft Certified: Azure AI Fundamentals. Once you earn it, you don't need to retake the other. AI-901 is currently in beta, and the first 300 candidates receive an 80% OFF coupon (code AI901Medford, valid through May 6, 2026).

Is Python required for AI-901?

Yes — this is the biggest difference from AI-900. AI-901 Domain 2 (55-60% weight) centers on implementation with the Microsoft Foundry SDK, including writing lightweight chat clients and agents. Basic Python syntax (function calls, dicts, try/except) and pip install-level operations are prerequisites. AI-900, by contrast, required no coding and stayed at a conceptual level, so it remains the better fit for non-technical roles.

What is Microsoft Foundry?

Microsoft Foundry is the unified AI platform formalized in January 2026 after a three-step rename (Azure AI Studio → Azure AI Foundry → Microsoft Foundry). It consolidates Azure OpenAI Service, the Cognitive Services family (now Foundry Tools), and Hub resources into a single platform, letting you access 1,900+ models (GPT-5/GPT-4.1/Claude/Grok/Mistral/Phi-4/Llama and more) from one Foundry resource. AI-901 Domain 2 is almost entirely about implementation skills on Foundry, so hands-on time in the Foundry portal (https://ai.azure.com) is essential.

What are the exam domains and weights?

Two domains. Identify AI concepts and capabilities (40-45%) covers the six Responsible AI principles, how generative AI models work, and scenario identification across AI workloads (text analysis, speech, computer vision, information extraction). Implement AI solutions by using Microsoft Foundry (55-60%) covers chat clients, agents, multimodal apps, Azure Speech, and Azure Content Understanding implementations with the Foundry SDK.

Are the 6 Responsible AI principles on the exam?

Yes — Domain 1 explicitly tests your ability to explain the considerations for each principle. The six principles are Fairness, Reliability and safety, Privacy and security, Inclusiveness, Transparency, and Accountability, in that order. You should be ready to answer why each matters and what implementation-level considerations it implies. AZ-900 also covers these, but AI-901 asks at a deeper level.

How much does it cost and how long is it?

The official exam page only states that pricing varies by country/region; no fixed price is published. The Fundamentals norm is roughly $99 USD, which can be assumed as a reasonable baseline, but check the Pearson VUE booking flow each time. Question count and duration are not listed on the beta page, but Microsoft's Fundamentals standard of 45 minutes and 40-60 questions is the working assumption.

Is there a Practice Assessment available?

Microsoft typically ships a Practice Assessment within 8 weeks of GA. Since AI-901 is expected to GA in June 2026, the official Practice Assessment should appear around August 2026. During the beta period, the main study materials are the official AI-901T00: Introduction to AI in Azure course and the Study Guide PDF.

What certification should I take next?

Within the AI track, the standard next step is AI-103: Developing AI Apps and Agents on Azure. It's the successor to AI-102 (Azure AI Engineer Associate), with beta starting April 21, 2026 and GA in June. AI-103 centers on prompt engineering, multi-agent orchestration, and responsible AI governance, building directly on the SDK skills from AI-901. AI-900 → AI-901 → AI-103 is the full-stack AI developer career path.

Related Articles and Exam Info

Azure AI エンジニア キャリアロードマップ|AI-901 → AI-103 → 生成 AI アーキテクトへの道【2026 年版】

Azure AI エンジニアになるための認定取得ロードマップ完全版。AI-901 (2026-06 GA、AI-900 後継) → AI-103 (2026-06 GA、AI-102 後継) の最新ルート、Azure AI Foundry / Agent Service / OpenAI 中心の生成 AI 時代の構成、Databricks GenAI / OpenAI Direct との二刀流戦略、年収レンジまで日本語で網羅。

AI-103 完全ガイド|Developing AI Apps and Agents on Azure【2026 年 6 月 GA・AI-102 後継】

Microsoft Certified: Developing AI Apps and Agents on Azure (AI-103) の完全ガイド。AI-102 の後継として 2026 年 6 月 30 日 GA。Azure AI Foundry / Agent Service / OpenAI / AI Search を中心に、RAG パターン・Agent オーケストレーション・Responsible AI・Semantic Kernel SDK の実装スキル、3-4 ヶ月の合格ロードマップを日本語で網羅。

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 ティアへの展開ルートを日本語で網羅。

Azure 認定資格ロードマップ 2026 完全版|全 26 試験の体系と大型再編 (AI-901/AI-103/SC-500)

Microsoft Azure 認定資格 全 26 試験 (現行 23 + 退役 3) の 2026 年版ロードマップ。Fundamentals/Associate/Expert/Specialty の階層、2026 年 6-9 月の大型再編 (AI-900→AI-901、AI-102→AI-103、AZ-500→SC-500)、役割別ルート (Admin/Developer/Architect/DevOps/Security/Data/AI) を日本語で整理。

Terminology and weighting in this article are based on the official Microsoft Learn AI-901 exam page and the official Study Guide. This article is not an official Microsoft Corporation product and has no affiliation or sponsorship relationship. Microsoft, Azure, Microsoft Foundry, and Microsoft Entra are trademarks of the Microsoft group of companies. AI-901 is in beta at the time of publication, and the exam scope and specifications may change before GA. Always confirm the latest information on the official page. Information current as of May 24, 2026.

Check what you learned with practice questions

Practice with certification-focused question sets

View Azure exam prep
Author

NicheeLab Editorial Team

NicheeLab editorial team focused on data engineering and cloud certification learning. Content is structured around practical study needs and official exam domains.


Related articles
Azure

AZ-900 Azure Fundamentals: Complete Exam Guide (2026)

Pass AZ-900 — cloud concepts, Azure architecture, management...

Azure

Azure Certification Roadmap: Which Cert to Take Next (2026)

Choose your Azure certification path — Fundamentals, Associa...

Azure

AI-901 Azure AI Fundamentals (Beta): Complete Guide (2026)

Pass AI-901 — Microsoft Foundry, generative AI, responsible ...

Azure

Microsoft Entra ID Fundamentals for Azure Certs (2026)

Entra ID basics every cert candidate needs — tenants, identi...

Azure

DP-900 Azure Data Fundamentals: Complete Guide (2026)

Pass DP-900 — relational, non-relational, analytics, Power B...

Browse all Azure articles (104)
© 2026 NicheeLab All rights reserved.