Skip to main content

AI-901: Microsoft Azure AI Fundamentals

Exam code: AI-901 (Beta) | Level: Fundamentals | Passing score: 700 / 1000

About This Exam

AI-901 is the updated Azure AI Fundamentals certification, designed for candidates at the beginning of their career in AI solution development. Unlike its predecessor, this exam validates both conceptual knowledge and hands-on technical skills.

You need to be able to:

  • Understand core cloud and AI concepts
  • Use Microsoft Foundry to deploy models and implement single-agent solutions
  • Understand how client applications consume AI models and services
  • Read and understand Python code that calls AI models and services

:::note Beta Exam AI-901 is currently in beta (updated April 15, 2026). A practice assessment is not yet available but will be released within 8 weeks of general availability. :::

Exam Domains

#DomainExam Weight
1Identify AI Concepts & Capabilities40–45%
2Implement AI Solutions using Microsoft Foundry55–60%

Prerequisites

  • Azure accountcreate a free account
  • Basic Python knowledge — you need to read and understand Python code snippets
  • Familiarity with Azure resources (resource groups, deployments, portal navigation)
  • No prior AI/ML experience required

Key Technologies Covered

TechnologyPurpose
Microsoft Foundry (Azure AI Foundry)Unified portal and SDK for deploying and building AI apps
Azure OpenAI ServiceGPT models, multimodal models, embeddings
Azure AI LanguageText analysis, sentiment, NER, summarization
Azure AI SpeechSpeech-to-text, text-to-speech via Foundry Tools
Azure AI VisionComputer vision via multimodal models
Azure Content UnderstandingExtract information from documents, images, audio, video
Foundry SDKPython SDK for building lightweight AI client apps
Azure AI AgentsSingle-agent solutions built and tested in Foundry

Official Resources

ResourceLink
Exam pageAI-901 on Microsoft Learn
Study guideAI-901 study guide
Instructor-led courseAI-901T00: Introduction to AI in Azure
Exam sandboxPractice the exam interface
Azure AI Foundryai.azure.com

How to Use This Guide

This guide mirrors the two exam domains. Start with Domain 1 to build conceptual foundations, then move to Domain 2 which covers hands-on implementation with Microsoft Foundry. Domain 2 carries the most exam weight (55–60%), so dedicate extra time to it.

:::tip Exam tip Unlike AI-900, this exam does include code. You'll need to understand Python snippets using the Foundry SDK. You don't need to write code from scratch, but you must be able to read and interpret it. :::