Azure AI Foundry: the central hub for AI development in Azure
Azure AI Foundry, formerly Azure AI Studio, is the unified environment that brings together AI application development in the Microsoft ecosystem. The Develop AI apps and agents on Azure (AI-103) training covers project creation, model deployment, response evaluation and production rollout. You work with the essential tools: the model catalog to compare GPT, Phi, Mistral and open source models using benchmarks, the endpoints and SDKs used to consume those models from your code, and the playground to try out your scenarios interactively before industrialising them.
Building AI agents in Azure
Agents sit at the centre of the program, accounting for close to a third of the skills measured on the exam. You learn to design agents able to call external tools (function calling), reason over multistep plans and query both structured and unstructured data sources. The course covers the Foundry Agent service, the built-in tools (code interpreter, web search, file search), agent development from Visual Studio Code, and the architecture patterns behind production agentic solutions: planner and executor, multi-agent collaboration, tool routing.
RAG with Azure AI Search
Retrieval Augmented Generation has become the standard pattern for grounding generative models on enterprise data. The AI-103 training has you build a full pipeline: document ingestion, chunking, embedding generation with Azure OpenAI, vector indexing in Azure AI Search, hybrid search combining vector similarity and BM25, result reranking, then final answer generation. Advanced techniques are covered as well: query rewriting, multi-stage retrieval, contextual compression. This is the foundation of document assistants and internal answer engines.
Azure AI services: language, vision, documents, speech
Beyond generative AI, the training covers the specialised services most real projects rely on: Azure AI Language for entity extraction, sentiment analysis, classification and question answering, Azure AI Vision for OCR, object detection and image analysis, Azure AI Document Intelligence for invoices, forms and structured documents, Azure AI Speech for speech recognition, synthesis and translation. The goal is to combine these building blocks with generative models to build multimodal applications.
Security, governance and responsible AI
The program covers the security and responsible AI requirements expected in the enterprise. You configure Azure AI Content Safety to filter harmful content, set up prompt and response monitoring, manage managed identities and private networking, and apply the Microsoft Responsible AI Standard principles. Prompt injection, jailbreak, data leakage and model bias are addressed along with their countermeasures, as is auditability through trace logging and provenance metadata.
Audience
The Develop AI apps and agents on Azure (AI-103) training targets developers, data engineers and solution architects who build AI applications in Azure. Python development experience is expected, since most of the examples and SDKs in the program rely on that language. Knowledge of Azure cloud fundamentals and AI concepts, at AZ-900 and AI-900 level, makes the four days significantly easier to follow.
Azure AI Apps and Agents Developer Associate certification
The course prepares you for the AI-103: Developing AI Apps and Agents on Azure exam, which leads to the Microsoft Certified: Azure AI Apps and Agents Developer Associate certification. The exam measures five domains: plan and manage an Azure AI solution (25 to 30 %), implement generative AI and agentic solutions (30 to 35 %), implement computer vision solutions (10 to 15 %), implement text analysis solutions (10 to 15 %) and implement information extraction solutions (10 to 15 %). A score of 700 is required to pass.
FAQ Develop AI apps and agents on Azure (AI-103)
What is the difference between AI-103 and AI-102?
AI-102 was the previous course and exam, Designing and Implementing a Microsoft Azure AI Solution, leading to the Azure AI Engineer Associate certification, which Microsoft has now retired. AI-103 replaces it with a program refocused on Microsoft Foundry, agents and generative AI, and a new associated certification.
Do I need to know Python to attend?
Yes. The exercises and SDKs used in the program are based on Python. Familiarity with REST API calls, JSON and notebooks is a further advantage.
Does the course cover Azure OpenAI?
Yes, OpenAI models are central to the course: deployment to endpoints, model selection using benchmarks, embeddings for vector search, prompt engineering, fine-tuning, content filters and quota management.
Which roles does this certification target?
Azure AI developer, AI engineer, AI solution architect, Azure OpenAI consultant and ML engineer in a Microsoft environment.