LyraLearn AI Learning Platform
Exams
← Module 1 Β· AI-901: Azure AI Fundamentals
🎧 Listen

Microsoft Foundry Essentials

The single biggest AI-900 β†’ AI-901 change: Microsoft Foundry (Azure AI Foundry) is now the center of the exam β€” the implementation domain (55–60% of questions) is framed around building AI applications and agents on it. You've used the concepts everywhere; this lesson gives you Microsoft's names for them.

What Foundry is

Microsoft Foundry is the unified platform for building, deploying, and managing AI applications and agents on Azure β€” one portal/SDK surface that brings together model access, your data, orchestration, evaluation, and safety controls. Where AI-900-era Azure treated each AI capability as a separate service you stitched together, Foundry is the opinionated "build it here" layer on top.

The building blocks (exam vocabulary)

Copilot fundamentals (also new on the exam)

Two meanings to keep straight:

Python familiarity

AI-901 expects reading familiarity with Python-flavored SDK snippets β€” recognize what a few lines do (create a client, call a deployment, pass a prompt), not write them. Your Python exposure from the Lyra platform more than covers it.

Mapping to what you've built

Everything here is a managed version of something you've done by hand: Foundry deployments β‰ˆ your provider-agnostic AI endpoint config; grounding-on-your-data β‰ˆ ainews's RAG; the agent service β‰ˆ the tool-call loop; evaluations β‰ˆ your gold-set doctrine; content safety β‰ˆ your PromptGuard layer. In the exam β€” and in the interview β€” you can honestly say the platform formalizes patterns you already operate.

🧠 Quiz yourself on this lesson →

Ask the AI Tutor

Grounded in the course lessons β€” it cites its sources and says when it doesn't know.