
Build, deploy, and manage AI-powered applications with Azure AI services, applying practical AI solutions, APIs, and real-world use cases to earn the AI-103 certification.
Discover the agent-first economy, where autonomous AI agents perform tasks and decisions, and learn how developers build and deploy AI-driven agents to deliver value with Azure.
Deploy your first Foundry Hub to shift from learning to building within a centralized Azure AI workspace. It manages models, data, APIs, and tools to design and deploy AI applications.
Practical Lab 1: Establishing the Enterprise AI Hub
Scenario: You are the Lead AI Developer for a startup. You need to create a secure, centralized environment for your team to build agents.
Tasks:
Create a Microsoft Foundry Hub resource in the Azure Portal.
Provision a Foundry Project within that Hub.
Assign the Azure AI Developer role to a team member using Identity (IAM).
Verify the connection between the Foundry Portal and the Azure Subscription.
Explore Microsoft Foundry, a unified AI workspace that integrates models, data, and deployment pipelines. Reduce friction, increase focus, and learn to build, test, and deploy AI apps in a workflow.
Discover the AI project lifecycle—develop, deploy, and monitor—through an iterative, continuous loop that builds, releases, observes, and improves AI solutions over time.
Explore the risks of API keys and compare them with Azure managed identities, revealing passwordless, identity-based authentication and when to use each for secure AI app development.
Master role-based access control for AI teams in Microsoft Foundry by defining roles, assigning scoped permissions, and avoiding common pitfalls to enable secure, collaborative workflows.
Select the right model by balancing performance, cost, and latency among GPT-5, Lama, and Phi-4, ensuring the solution fits the task and cost constraints.
Master tokens and rate limits in Azure to diagnose cost and performance issues in ai apps. See how usage and request rates affect cost, latency, and scalability for efficient deployments.
Learn to manage cloud costs for AI compute by setting alerts and monitoring usage with smart thresholds at 50%, 75%, and 90% to stay within budget.
Explore provisioning a multimodal endpoint that routes requests to multiple models behind a single entry point, balancing cost, performance, and accuracy with intelligent routing.
Practical Lab 2: Multi-Model Endpoint Optimization
Scenario: Your app needs to handle both high-logic tasks (GPT-5) and fast, low-cost tasks (Phi-4).
Tasks:
Deploy a GPT-5 model to a dedicated endpoint.
Deploy a Phi-4 model as a serverless API.
Test both models in the Foundry Playground to compare latency.
Configure a Rate Limit Alert to notify the team when token usage exceeds 50%.
Compare Azure OpenAI service and Foundry models, highlighting direct API access versus a unified development environment, and guide when to choose speed and simplicity or structure and scalability.
Learn chain-of-thought prompting to guide AI reasoning step by step, improve accuracy, and decompose complex problems, with guidance on designing prompts and understanding limitations.
Connect your app to ai services using the Python sdk basics by covering setup, sending requests, handling responses, and building meaningful, interactive experiences.
Explore Whisper, a speech-to-text model, and connect voice input to AI apps via APIs for accurate transcription. Learn factors affecting accuracy and how to use transcripts for effortless voice interaction.
Master error handling by reducing hallucinations and API failures through mitigation, grounded data, structured prompts, validation, retries, fallbacks, and user-friendly messaging for reliable AI apps.
Practical Lab 3: Building a Multi-Modal "Product Desk"
Scenario: Create a support interface that can read text queries and generate product mockups.
Tasks:
Integrate the DALL-E 4 API into a Python-based chat app.
Configure a System Prompt that forces the model to output structured JSON.
Implement Whisper to allow users to "speak" their product requests.
Add an Exception Handler in Python to manage "Hallucination" flags from the model.
Explore how Azure AI Search uses vector indices to enable semantic search by converting text into vectors, indexing them, and querying by meaning.
Connect blob storage to Azure AI search through data ingestion, indexers, and indexing to power RAG-enabled AI apps with organized, up-to-date data and vector representations.
Discover how chunking, chunk size, and overlap affect retrieval accuracy and AI answers by using fixed, semantic, and structure-based strategies to preserve meaning.
Master vector embeddings with text-embedding-3-large to boost semantic search accuracy in ai apps. Learn embedding generation, storage, and hybrid search combining vectors and keywords.
Hybrid search combines keyword and vector results to improve relevance and accuracy. Learn how keyword search, vector search, ranking, and use cases drive robust retrieval and grounding.
Master grounding and citations to anchor AI responses in verified data, show sources, and build trust and transparency in retrieval-based AI systems.
Build a technical documentation chatbot using retrieval augmented generation (RAG) to search documents, retrieve relevant content, and generate cited answers. Ground responses with sources to ensure trust and concise explanations.
Practical Lab 4: Grounding an Agent in Private PDF Data
Scenario: An HR department needs a bot that only answers questions based on the internal "Employee Handbook."
Tasks:
Upload the handbook PDF to Azure Blob Storage.
Connect Azure AI Search to the storage container.
Create a Vector Index using the text-embedding-3-large model.
Perform a Hybrid Search query to verify that the bot cites specific pages from the PDF
Discover how semantic kernel blends AI models with code to turn thinking into action, using plugins and planners to orchestrate real-world tasks.
Transform data between workflow nodes to ensure compatibility, manage data flow across steps, and apply parsing, mapping, filtering, and restructuring to keep AI pipelines reliable.
Build an automated email support agent that ingests emails, detects intent, routes to actions, and generates context-aware responses to speed up customer support.
Practical Lab 5: Orchestrating an Automated "Ticket Triage" Agent
Scenario: A customer sends an email. The AI must: 1. Detect sentiment, 2. Categorize the issue, 3. Draft a reply.
Tasks:
Create a Logic App or Semantic Kernel workflow.
Define a Conditional Node that routes "Angry" emails to a human supervisor.
Use an Azure Function to scrub PII (Personal Information) from the text before sending it to the LLM.
Test the workflow to ensure it runs in under 5 seconds.
Differentiate chatbots from AI agents by showing how AI agents perceive, decide, and act autonomously to complete tasks and achieve goals.
Explore autonomous agents and human-in-the-loop systems, examining when ai should act alone versus with human oversight, and balancing speed with safety in real-world applications.
Discover how a multi-agent system uses a manager agent to decompose tasks, delegate to specialized workers, and coordinate outputs through structured communication.
Navigate conflicts among multiple AI agents by detecting mismatches and applying rule-based, confidence-based, or consensus and validation strategies. Design production-ready AI systems that manage disagreement intelligently as a team.
Master state management by understanding memory types: short-term memory, long-term memory, and external knowledge, plus storage and context injection to enable production-ready, memory-enabled AI agents.
Build a production-grade multi-agent marketing system with three specialized agents: strategy, content, and creative, connecting via defined workflows, shared context, and validation for high-quality campaigns.
Practical Lab 6: Developing a Multi-Agent "Marketing Squad"
Scenario: Deploy a team of 3 agents (Manager, Researcher, Writer) to create a blog post.
Tasks:
Define the Agent Roles and Goals in Microsoft Foundry.
Enable Tool Calling so the Researcher agent can use Bing Search.
Set up a Human-in-the-Loop checkpoint for the Manager agent to approve the final draft.
Deploy the entire system to Azure Container Apps for scaling.
Learn how the Microsoft Responsible AI standard guides ethical, safe, fair, and trustworthy AI across the lifecycle, from development and evaluation to building a responsible AI culture.
Learn how to detect toxicity, configure filters for hate, violence, self-harm, and sexual content, apply input and output filtering, design safe responses, and monitor AI safety for real-world use.
Monitor ai systems in real time by tracking latency, throughput, and token usage to improve reliability and efficiency, then optimize prompts, scale infrastructure, and reduce costs.
Combine manual evaluation with automated checks to judge AI outputs by human evaluators, define clear criteria, and close the feedback loop for continuous improvement.
Learn to conduct fairness testing to detect bias in model output. Diagnose data and design bias, apply fairness metrics, and implement mitigation for responsible, ongoing ai.
Assess AI fairness by testing bias across inputs and measuring with fairness metrics. Mitigate bias with diverse data, clearer prompts, and human review, and maintain continuous monitoring for responsible AI.
Learn how to safely evolve AI in production through model versioning, blue-green deployment, and rollback strategies that enable tracking, testing, and risk-free releases.
Evaluate agentic apps across accuracy, reliability, safety, and performance with a structured mix of manual and automated tests, using real-world questions to drive continuous improvement.
Practical Lab 7: Red-Teaming & Content Safety Guardrails
Scenario: Before going live, you must protect your agent from "Jailbreak" attacks and bias.
Tasks:
Configure Content Safety Filters to block "Medium" and "High" severity hate speech.
Run a Manual Evaluation loop to score the agent's "Groundedness."
Use the Simulator Tool to launch an "Indirect Prompt Injection" attack and verify the bot's defense.
Export a Compliance Report showing the safety metrics for your stakeholders.
Build an end-to-end enterprise agentic solution that perceives, reasons, and acts across systems with Azure OpenAI, tools, and memory. Ensure architecture, governance, evaluation, and safe, reliable deployment across workflows.
Design multi-step workflows by breaking tasks into connected steps with clear inputs and outputs, apply orchestration, maintain state, and handle errors for reliable end-to-end AI.
Master exam registration, slot selection, and online proctoring for the AI-103 exam. Learn system readiness, environment setup, and final tips to perform confidently on exam day.
Graduation marks the beginning of your career as an AI agent developer, designing digital employees that think, decide, and perform tasks, with projects and ongoing learning proving your value.
Final Lab: The AI-103 Capstone Challenge
Scenario: Build an end-to-end "Enterprise Travel Agent" that uses RAG for flight data and multi-step reasoning for booking.
Tasks:
Provision all resources (Foundry, Search, Models).
Build the Agentic workflow with Conversation Memory.
Implement RBAC security.
Perform a Blue-Green Deployment to move the project from Test to Production.
"This course contains the use of artificial intelligence."
Master the 2026 Agent-First Economy with the Ultimate AI-103 Certification Guide.
The transition from AI-102 (Azure AI Engineer) to AI-103 (Azure AI App and Agent Developer) isn't just an exam update—it is a complete paradigm shift. As organizations move from simple chatbots to autonomous Multi-Agent Systems, the demand for developers who can orchestrate complex, reasoning-based workflows is exploding.
Course Methodology
· Focus on Architecture Over UI: This course is built on a high-impact, conceptual-first methodology. This curriculum is structured to focus on complex architectural logic, governance workflows, and system design. While user interfaces frequently update, mastering these strategic concepts—such as RAG chunking strategies, multi-agent orchestrations, and evaluation metrics (like Groundedness and BLEU)—is critical to passing the AI-103 exam on your first attempt without getting bogged down in basic UI navigation.
· Designed for Professionals: It covers end-to-end enterprise architecture, including Semantic Kernel, conflict resolution between competing agents, and Responsible AI standards. The elements are designed to demonstrate the architectural logic for production-level applications.
· Comprehensive Value: This course is a comprehensive, 70-chapter deep dive into the Microsoft AI-103 blueprint. We go beyond basic prompt engineering to explore the architectural core of Microsoft Foundry, Semantic Kernel, and Agentic Orchestration.
Why This Course?
We move through 8 strategic sections designed for high-efficiency learning:
The Foundry Era: Master the unified AI workspace and the project lifecycle (Develop, Deploy, Monitor).
Generative AI Architecture: Deep dive into GPT-5, Llama, and Phi-4 integration using Python SDKs.
Advanced RAG: Implement high-accuracy Vector Search, Chunking strategies, and Hybrid Search.
Multi-Agent Orchestration: Learn the Manager-Worker pattern, Tool Calling, and Conflict Resolution between AI agents.
Responsible AI & Governance: Protect your apps with Jailbreak Detection, Toxicity Filters, and Fairness Testing.
What You Will Learn:
Design Autonomous Agents: Transition from simple "Chat" to agents that break down tasks and call internal APIs.
Master Semantic Kernel: Use Plugins and Planners to create multi-step reasoning workflows.
Enterprise-Grade RAG: Solve the knowledge cutoff problem with Azure AI Search and Vector Embeddings.
Foundry Mechanics: Manage Identity (RBAC), Tokens, Rate Limits, and Cost Management.
Exam Readiness: 3 full domains of review.
Who is this course for?
Azure AI Engineers (AI-102) looking to upgrade their skills for the 2026 certification.
Software Developers wanting to build "Agentic" applications using Microsoft's latest AI stack.
Solution Architects designing enterprise-scale Generative AI workflows.
Certification Aspirants who want a granular, chapter-by-chapter breakdown of the AI-103 exam objectives.
Stop building chatbots. Start orchestrating agents. Join thousands of professionals in mastering the Azure AI App and Agent Developer Associate certification.