Pular para o conteúdo principal

Generative AI & Agentic Solutions

This domain is the heaviest section of the AI-103 exam (35-40%). It covers building generative AI applications with Azure OpenAI and Foundry, implementing RAG pipelines, designing agentic architectures, and orchestrating multi-step AI workflows.

AI agents go beyond simple prompt-response patterns. They combine LLM reasoning with tool use (function calling), memory, and multi-step planning. You'll learn to build both generative AI apps and autonomous agents that can query databases, call APIs, process documents, and coordinate with other agents to solve complex problems.

What You'll Learn

  • Deploy and manage models with Azure AI Foundry
  • Implement RAG (Retrieval-Augmented Generation) patterns
  • Design prompt engineering strategies for production
  • Build multi-model orchestration flows
  • Design agent architectures with planning, memory, and tools
  • Implement function calling and tool use patterns
  • Build multi-agent orchestration and collaboration
  • Handle agent safety boundaries and error handling

Skills Measured

  • Create and configure Azure AI Foundry projects
  • Deploy and manage Azure OpenAI models
  • Implement RAG pipelines with Azure AI Search
  • Apply prompt engineering techniques
  • Configure content filtering and safety
  • Design agent architectures for complex scenarios
  • Implement tool use and function calling
  • Implement multi-agent orchestration patterns

Challenges

#TitleKey Topics
11Azure AI Foundry SetupHub/project model, connections, resource hierarchy
12Deploy Generative AI ModelsModel selection, deployment configurations
13Prompt FlowOrchestration, flows, evaluation
14RAG Pattern: BasicChunking, embeddings, vector search, grounding
15RAG Pattern: AdvancedHybrid search, re-ranking, citation handling
16Azure OpenAI ConfigurationTPM, RPM, quotas, deployment options
17Prompt EngineeringSystem prompts, few-shot, chain-of-thought
18Content FilteringSeverity levels, custom filters, blocklists
19Code & Image GenerationDALL-E, code generation, function calling
20Multi-Model OrchestrationLangChain, Semantic Kernel, routing
21Agent Architecture & DesignAgent components, planning loop, memory, tools
22Tool Use & Function CallingTool definitions, parallel calls, response handling
23Multi-Agent OrchestrationAgent handoffs, collaboration, Azure AI Agent Service

Prerequisites

  • Completed Domain 1 (Plan & Manage) or equivalent knowledge
  • Azure OpenAI resource provisioned
  • Python or C# programming skills
  • Understanding of REST APIs and async patterns