Azure

AI-103 Complete Guide: Developing AI Apps and Agents on Azure

2026-05-24
NicheeLab Editorial Team

Microsoft Certified: Developing AI Apps and Agents on Azure (AI-103) is a new Associate-level certification for engineers building generative AI applications and AI agents on Azure, going GA on June 30, 2026. It is the de facto successor to AI-102 (Azure AI Engineer Associate), with the focus pivoting decisively from "composing classic Azure AI Services" to "generative-AI and AI-agent-centric implementation". That makes it the most notable Associate certification of 2026, the year Microsoft is investing most heavily in AI.

This article walks through the AI-103 exam spec (based on pre-GA information), the differences from AI-102, the exam scope centered on Azure AI Foundry, implementation tips for RAG / Agent / Responsible AI, and a 3-4 month roadmap to passing. Voucher campaigns are very likely to be plentiful right after GA, so for AI engineers who want a first-mover advantage in this emerging field, the second half of 2026 is the best timing.

AI-103 Exam Basics (Pre-GA Information)

AI-103 follows the standard Associate-tier spec; at GA the expected parameters are 120 minutes, 40-60 questions, a passing score of 700 / 1000, 165 USD / 21,103 JPY, and 12 months validity (renewable via the renewal assessment). You can sit it via Pearson VUE, either through OnVUE online or at a testing center. Japanese localization will likely arrive a few months after GA rather than at launch, but should eventually match the multilingual support AI-102 offers. Beyond multiple-choice items, expect Python / C# code-reading questions, scenario questions on prompt engineering and RAG pipeline design, and case studies.

From AI-102 to AI-103: What Changed

AI-103 is not a routine annual refresh of AI-102; it is a restructure that pivots the coverage area itself toward generative AI. The weight of the classic Azure AI Services (Computer Vision, Speech, Language Understanding, QnA Maker, Bot Service) that AI-102 stressed has clearly shrunk, replaced at the core by Azure OpenAI, Azure AI Foundry, Azure AI Agent Service, RAG with Azure AI Search, Semantic Kernel, Prompt Flow, and Responsible AI evaluation. In Microsoft's certification strategy, you can see the intent to rebrand the Azure AI Engineer for the generative-AI and agent era.

Because of this shift, even AI-102 holders need fresh study for AI-103. Specifically, you need to catch up across the board on areas AI-102 did not dive into: Azure AI Foundry project structure, Agent Service tool-calling patterns, Prompt Flow DAG design, and RAG accuracy metrics such as Faithfulness, Groundedness, and Relevance.

Domain 1: Plan and prepare AI solutions on Azure (15-20%, estimated)

This domain covers launching and designing an AI project. The core topics are creating an Azure AI Foundry project and its Hub/Project hierarchy, model selection (OpenAI gpt-4o / gpt-4o-mini / o1 / o3 / Phi series / open models), Responsible AI evaluation design (Content Safety, fairness, privacy), security design (Private Endpoint, Managed Identity, Customer-Managed Key), and cost estimation (token-based pricing model).

Domain 2: Implement generative AI solutions (30-35%, most important)

This is the highest-weighted core domain and the single biggest determinant of pass or fail. The core topics are Azure OpenAI Service model deployment (Standard / Provisioned / Global), prompt engineering (designing System / User / Assistant messages, few-shot prompting, Chain of Thought), RAG patterns (Azure AI Search vector/hybrid retrieval + OpenAI generation), Prompt Flow LLM workflows (DAG form), and model evaluation (built-in metrics: Groundedness, Relevance, Coherence, Fluency, Faithfulness, and custom LLM-as-a-Judge).

Implementation is tested in both Python and C#. Especially common are choosing between the Azure OpenAI SDK and the OpenAI Python SDK in Python, handling streaming responses, tracking token usage, and defining schemas for Function Calling / Tool Calling.

Domain 3: Develop AI agents (20-25%, new area)

This is the headline new domain added in AI-103. The core topics are building managed agents with Azure AI Agent Service (formerly the Azure AI Assistant API), multi-agent orchestration with Semantic Kernel (Microsoft's agent SDK), integrating Tools / Functions (Code Interpreter, File Search, Bing Grounding, custom functions), conversation state management (Thread / Run / Message lifecycle), and multi-agent patterns (Sequential, Concurrent, Group Chat, Handoff).

The Agent area evolved rapidly during 2024-2026, so Microsoft's official resources, Microsoft Build 2026 sessions, and the Azure AI Foundry sample repositories are the freshest study material. Third-party books will be virtually nonexistent immediately after GA, so reading Microsoft Learn and GitHub samples directly is a mandatory part of the study style.

Domain 4: Implement traditional AI capabilities (15-20%, inherited from AI-102)

This domain inherits the classic Azure AI Services area from AI-102; its weighting shrinks but does not disappear. The core topics are Document Intelligence (formerly Form Recognizer) for form OCR, Azure AI Speech (Text-to-Speech / Speech-to-Text / Speech Translation), Azure AI Vision (Image Analysis 4.0, Face API, Optical Character Recognition), and Azure AI Language (sentiment analysis, summarization, key-phrase extraction, PII detection, custom NER / classification). For AI-102 holders this domain is largely review, but newcomers need to go through the API patterns and SDK usage end-to-end.

Domain 5: Monitor and maintain AI solutions (10-15%, estimated)

This domain covers the production-operations phase. The core topics are model performance monitoring (token consumption, latency, error rate, model quality score), content safety operations (Prompt Shield, Groundedness Detection, Protected Material detection via Azure AI Content Safety), cost optimization (using Provisioned Throughput Units, caching, model-size selection), and model update management (canary deployments to new versions, prompt versioning). Generative-AI-specific topics like hallucination detection, prompt-injection defense, and data leakage prevention are new areas that did not exist in AI-102.

A 3-4 Month Pass Roadmap

This is a 3-month plan assuming you already hold AI-901 and have Python experience.Month 1: Work through the Microsoft Learn AI-103 learning path (generative AI track), create a project in Azure AI Foundry, deploy OpenAI models, and practice basic prompt engineering.Month 2: Build one RAG pattern (Azure AI Search + OpenAI), construct an evaluation pipeline in Prompt Flow, and create one Agent with tool calls in Agent Service.Month 3: Review the classic AI Services, run Responsible AI evaluations, implement Content Safety, and drill the official Practice Assessment until you score 80%+. Newcomers to Python or AI should add 2-3 months upfront for Python fundamentals and AI-901 study, making a 5-6 month total plan realistic.

What to Aim for After AI-103

If you want to level up as an AI developer, Microsoft currently has no Expert-tier AI certification, so AZ-305 (Solutions Architect Expert) is the realistic next step to acquire architecture skills that include AI. For data crossover, reinforce the ML side with DP-100 (Data Scientist Associate) or the data-platform side with DP-700 (Fabric Data Engineer Associate). For people targeting enterprise AI rollouts, the combo of AI-103 + AZ-305 + SC-300 (Identity Admin) lets you establish the 'someone who can safely roll out AI across the org' position. Outside Microsoft, pairing AI-103 with multi-platform certifications like OpenAI, Anthropic, or Google Cloud's Generative AI Leader is becoming increasingly valued on the AI engineer job market.

Frequently Asked Questions

What kind of exam is AI-103?

Microsoft Certified: Developing AI Apps and Agents on Azure (AI-103) is an Associate-level certification for engineers who build generative AI applications and AI agents on Azure. It goes GA on June 30, 2026 as the de facto successor to AI-102 (Azure AI Engineer Associate). The exam is 120 minutes, 40-60 questions, 165 USD, passing at 700/1000, valid for 12 months, with Japanese localization planned. It covers Azure AI Foundry, Azure AI Agent Service, Azure OpenAI, Azure AI Search, Azure AI Content Safety, and the Semantic Kernel SDK, testing your ability to implement RAG patterns, agent orchestration, content safety, and model monitoring.

How is it different from AI-102?

The focus has shifted significantly. AI-102 was centered on combining APIs from classic Azure AI Services (Cognitive Services, Bot Service, Computer Vision, Speech, Language), while AI-103 pivots to a generative-AI- and AI-agent-centric approach. Project management on Azure AI Foundry (formerly AI Studio), agent orchestration via Azure AI Agent Service, Python/C# implementation with Semantic Kernel and the Azure AI Foundry SDK, RAG design and evaluation, LLM workflows via Prompt Flow, and Responsible AI implementation (Content Safety, Groundedness evaluation) now make up a large share of the exam. The classic Cognitive Services covered in AI-102 shrink in weight but remain on the test.

What are the exam domains and weightings (estimated)?

The official Skills measured is still in flux before GA, but the structure is expected to inherit AI-102 while expanding generative-AI coverage. Expected breakdown: Plan and prepare AI solutions on Azure (15-20%) covering Azure AI Foundry project structure and Responsible AI evaluation design; Implement generative AI solutions (30-35%, the most important domain) covering Azure OpenAI model selection, prompt engineering, RAG patterns (Azure AI Search + OpenAI), Prompt Flow, and model evaluation; Develop AI agents (20-25%) covering Azure AI Agent Service, Semantic Kernel, Tools/Functions integration, and multi-agent orchestration; Implement traditional AI capabilities (15-20%) covering Document Intelligence, Speech, Vision, and Language APIs; Monitor and maintain AI solutions (10-15%) covering model performance monitoring, content safety operations, and cost optimization. Final weightings will be confirmed after the official GA.

How much programming ability do I need?

AI-103 is even more implementation-heavy than AI-102. You must be able to read and write code in Python or C#, and you need to understand the API patterns of the Azure AI Foundry SDK, OpenAI Python SDK, and Semantic Kernel. Specifically: 1) the request structure of the OpenAI Chat Completion API, 2) the flow of embedding generation and vector store search, 3) declaring and executing tool calling / function calling, 4) handling streaming responses, and 5) the query -> retrieve -> generate three-stage RAG pattern. Python fundamentals (functions, dicts, try/except, async/await) are prerequisites, and experience with Jupyter Notebook or VS Code + Python extensions will dramatically improve your study efficiency.

Should I take AI-901 (AI Fundamentals) first?

Yes, recommended. AI-901 (GA June 2026, the successor to AI-900) is a Fundamentals exam covering generative AI concepts, how to use Azure AI Foundry, and the 6 Responsible AI principles, which lets you systematize the prerequisite knowledge for AI-103. Stepping up from AI-901 to AI-103 cuts study time significantly in many real cases. If you already know Python, the standard path is to clear AI-901 in 1-2 weeks and then take AI-103 over 2-3 months. If you already hold AI-102, you can skip AI-901 and go straight to AI-103, but you will still need to catch up on the generative AI and Agent domains.

What is the study time and pass roadmap?

Pre-GA estimates: 100-150 hours with AI-901 + Python experience, 80-120 hours if you already hold AI-102, and 250-350 hours with no AI/Python background. The standard plan is to work through the Microsoft Learn AI-103 learning path (published after GA, expected to be around 60-80 hours), the official Practice Assessment, and hands-on practice on Azure AI Foundry's free trial (everything fits within the 200 USD Azure credit). RAG patterns, agent orchestration, and Prompt Flow are areas you truly understand only by writing working code, so weighting hands-on time heavily is the standard approach. Plan on 3-4 months of focused study.

What's the exam fee and how can I get a free voucher?

The expected price is 165 USD / 21,103 JPY (incl. tax), with credit-card payment through Pearson VUE as the standard. The post-GA period is very likely to be a major Microsoft promotion zone, so expect free vouchers and discounts from Microsoft Build 2026, Microsoft Ignite 2026, generative-AI Cloud Skills Challenges, Microsoft Reactor hands-on events, and Azure AI Foundry GA campaigns. AI and generative AI are Microsoft's top investment area, so free-exam routes tend to be more plentiful than for other Associate certifications. Regularly checking Cloud Skills Challenges on Microsoft Learn is the most reproducible route.

Which certification should I take after AI-103?

It depends on your path. If you aim higher as an AI developer, Microsoft currently has no Expert-tier AI certification, so AZ-305 (Solutions Architect Expert) is the realistic next step to acquire architecture skills that include AI. For data crossover, reinforce the ML side with DP-100 (Data Scientist Associate) or the data-platform side with DP-700 (Fabric Data Engineer Associate). To strengthen RAG and search, study Azure AI Search in depth (no official cert exists, but a Microsoft Learn path does). For people targeting enterprise AI rollouts, the combo of AI-103 + AZ-305 + SC-300 (Identity Admin) lets you establish the 'someone who can safely roll out AI across the org' position.

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-901 完全ガイド|Azure AI Fundamentals 新試験 (2026 年 6 月 GA、AI-900 後継)

Microsoft Certified: Azure AI Fundamentals (AI-901) の出題範囲・Microsoft Foundry 中心の改訂内容・AI-900 との違い・公式学習リソースを日本語で完全解説。Responsible AI 6 原則、生成 AI 統合、Azure OpenAI / Vertex 系との比較も網羅。

Azure AI Foundry 完全ガイド|Hub/Project・Prompt Flow・Agent Service・Model Catalog・Fine-tuning【2026 年版】

Microsoft Azure AI Foundry (旧 AI Studio) の完全ガイド。Hub-Project 階層・Prompt Flow LLM ワークフロー・Agent Service・Evaluation メトリクス・Model Catalog (1,800+ モデル)・Fine-tuning・Content Safety・関連認定試験 (AI-103 / AI-901) を日本語で網羅。

Azure RAG パターン実装ガイド|Chunking・Embedding・Azure AI Search・Hallucination 削減【2026 年版】

Azure での RAG (Retrieval-Augmented Generation) パターン完全実装ガイド。5 ステップパイプライン (Ingestion・Chunking・Embedding・Indexing・Retrieval・Generation)・Azure AI Search Vector Search・Hybrid Search・Semantic Ranking・Hallucination 削減・関連認定試験 (AI-103 / DP-420) を日本語で網羅。

Exam information in this article is based on the Microsoft Learn official certifications page and the Azure AI Foundry official documentation. AI-103 is scheduled to GA on June 30, 2026, so the exam scope, weightings, and fee in this article include estimates based on pre-GA information. This article is not an official Microsoft Corporation product, and has no affiliation or sponsorship relationship. Microsoft, Azure, Microsoft Entra, and Azure OpenAI are trademarks of the Microsoft group of companies. Information is based on public official materials as of May 24, 2026. Always check the official pages for the latest information.

Check what you learned with practice questions

Practice with certification-focused question sets

View the Azure exam prep page
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.