<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE FL_Course SYSTEM "https://www.flane.de/dtd/fl_course095.dtd"><?xml-stylesheet type="text/xsl" href="https://portal.flane.de/css/xml-course.xsl"?><course productid="36073" language="en" source="https://portal.flane.de/ibb/en/xml-course/innovator-azagents" lastchanged="2026-03-18T09:30:30+01:00" parent="https://portal.flane.de/ibb/en/xml-courses"><title>Designing &amp; Implementing Agents and Pro Code Copilots using Microsoft Agent Framework and Azure AI Agent Service</title><productcode>AZAGENTS</productcode><vendorcode>IC</vendorcode><vendorname>Innovator Class</vendorname><fullproductcode>IC-AZAGENTS</fullproductcode><version>1.0</version><essentials>&lt;ul&gt;
&lt;li&gt;Python, C#, Typescript&lt;/li&gt;&lt;li&gt;GitHub Account&lt;/li&gt;&lt;li&gt;Microsoft 365 Development &amp;amp; Azure Development Skills helpful&lt;/li&gt;&lt;/ul&gt;</essentials><audience>&lt;ul&gt;
&lt;li&gt;Software Architects &amp;amp; Engineers for Agentic AI Solutions&lt;/li&gt;&lt;li&gt;Microsoft 365 &amp;amp; AI Pro-Code Developers&lt;/li&gt;&lt;/ul&gt;</audience><contents>&lt;h5&gt;Module 1: Copilot &amp;amp; Agent Extensibility Fundamentals&lt;/h5&gt;&lt;p&gt;&lt;strong&gt;Microsoft Foundry Essentials&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Copilots &amp;amp; Agent Frameworks in the Microsoft Ecosystem&lt;/li&gt;&lt;li&gt;Deploying LLMs in Microsoft Foundry&lt;/li&gt;&lt;li&gt;Model Router: Smart Model Selection&lt;/li&gt;&lt;li&gt;Microsoft Foundry SDK &amp;amp; Microsoft.Extensions.AI&lt;/li&gt;&lt;li&gt;Infrastructure as Code (IaC) using Azure Developer CLI Agentic Mode&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;strong&gt;Agentic AI Fundamentals&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;What Are Agents &amp;amp; Agentic AI?&lt;/li&gt;&lt;li&gt;Prompt Engineering vs Context Engineering&lt;/li&gt;&lt;li&gt;Knowledge Integration &amp;amp; Agentic RAG&lt;/li&gt;&lt;li&gt;Deep Reasoning &amp;amp; (Reasoning and Acting)&lt;/li&gt;&lt;li&gt;Function Calling, REST APIs &amp;amp; MCP Servers&lt;/li&gt;&lt;li&gt;Evaluating Generative AI Performance&lt;/li&gt;&lt;li&gt;Governance &amp;amp; Guardrails for Responsible Agents&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;strong&gt;Implementing Model Context Protocol Servers (MCP)&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;MCP Core Concepts &amp;amp; Architecture&lt;/li&gt;&lt;li&gt;Transports: STDIO vs HTTP Streaming&lt;/li&gt;&lt;li&gt;Debugging with MCP Inspector&lt;/li&gt;&lt;li&gt;Authentication &amp;amp; Security Best Practices&lt;/li&gt;&lt;li&gt;Hosting MCP&amp;#039;s in Azure Functions&lt;/li&gt;&lt;li&gt;Implementing MCP Apps&lt;/li&gt;&lt;/ul&gt;&lt;h5&gt;Module 2: Build Agents using Foundry Agent Service&lt;/h5&gt;&lt;ul&gt;
&lt;li&gt;Introduction to Foundry Agent Service&lt;/li&gt;&lt;li&gt;Conversations, Runs &amp;amp; State Management&lt;/li&gt;&lt;li&gt;Knowledge Integration: Foundry IQ, File Search, Azure AI Search, Agent Memory &amp;amp; Bing Grounding&lt;/li&gt;&lt;li&gt;Executing Actions with Tools: Code Interpreter, Azure Functions, OpenAPI, MCP &amp;amp; Deep Research&lt;/li&gt;&lt;li&gt;Automating UI Tasks using Browser Automation and Computer Use&lt;/li&gt;&lt;li&gt;Voice Agent Integration using Azure Speech Voice Live API&lt;/li&gt;&lt;li&gt;Tracing, Observability &amp;amp; Performance Evaluation&lt;/li&gt;&lt;li&gt;Hosted Agents: Containerized Deployments with Hosting Adapter &amp;amp; Agent Identity&lt;/li&gt;&lt;li&gt;Agent-to-Agent Protocol (A2A) &amp;amp; Connected Agents&lt;/li&gt;&lt;/ul&gt;&lt;h5&gt;Module 3: Orchestrate Agents using Microsoft Agent Framework&lt;/h5&gt;&lt;p&gt;&lt;strong&gt;Microsoft Agent Framework Basics &amp;amp; Concepts&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Introduction to the Agent Framework&lt;/li&gt;&lt;li&gt;Chat Clients vs Agents: Key differences&lt;/li&gt;&lt;li&gt;Agent types and configuration essentials&lt;/li&gt;&lt;li&gt;Integrating Microsoft Foundry agents&lt;/li&gt;&lt;li&gt;Threads, Conversation management &amp;amp; persistence&lt;/li&gt;&lt;li&gt;Implementing long-term memory&lt;/li&gt;&lt;li&gt;Governance, Middleware &amp;amp; Observability&lt;/li&gt;&lt;li&gt;Hosting Agents in ASP.NET Core &amp;amp; Python (AddAIAgent, Responses API)&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;strong&gt;Agent Skills &amp;amp; Knowledge&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Agent Skills: SKILL.md structure, SkillsProvider &amp;amp; Progressive Disclosure&lt;/li&gt;&lt;li&gt;Code-defined Skills vs. File-based Skills&lt;/li&gt;&lt;li&gt;Agent Skills vs. Workflows: When to use each&lt;/li&gt;&lt;li&gt;Built-in tools: Code Interpreter, File Search, Bing Grounding&lt;/li&gt;&lt;li&gt;Adding custom tools and calling them from agents&lt;/li&gt;&lt;li&gt;Integrating OpenAPI and MCP tools&lt;/li&gt;&lt;li&gt;Function-calling middleware for advanced workflows&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;strong&gt;Orchestration, Durable &amp;amp; Hosted Agents&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Introduction to Multi-Agent Orchestration&lt;/li&gt;&lt;li&gt;Orchestration Patterns (Sequential, Concurrent, Fan-out/Fan-in)&lt;/li&gt;&lt;li&gt;Durable Agents with Azure Durable Functions (Flex Consumption, auto-scaling)&lt;/li&gt;&lt;li&gt;Conversation State Persistence &amp;amp; Durable Task Scheduler&lt;/li&gt;&lt;li&gt;Hosted Agents: Deploying to Azure Foundry (container images, agent identity)&lt;/li&gt;&lt;li&gt;Branching, Checkpointing &amp;amp; Human-in-the-loop&lt;/li&gt;&lt;li&gt;Observability &amp;amp; Workflow Visualization&lt;/li&gt;&lt;/ul&gt;&lt;h5&gt;Module 4: Agent Integration using Microsoft Agents SDK&lt;/h5&gt;&lt;ul&gt;
&lt;li&gt;Overview Microsoft 365 Agents SDK (C#, JavaScript, Python)&lt;/li&gt;&lt;li&gt;Connecting Copilot Studio &amp;amp; Microsoft Foundry Agents via A2A Protocol&lt;/li&gt;&lt;li&gt;Orchestrate Multi-Agent Solutions using Microsoft Agent Framework&lt;/li&gt;&lt;li&gt;Publishing Agentic AI Solutions to Copilot Chat and Teams&lt;/li&gt;&lt;li&gt;Front-End Integration using Agent&amp;ndash;User Interaction (AG-UI) Protocol&lt;/li&gt;&lt;/ul&gt;</contents><essentials_plain>- Python, C#, Typescript
- GitHub Account
- Microsoft 365 Development &amp; Azure Development Skills helpful</essentials_plain><audience_plain>- Software Architects &amp; Engineers for Agentic AI Solutions
- Microsoft 365 &amp; AI Pro-Code Developers</audience_plain><contents_plain>Module 1: Copilot &amp; Agent Extensibility Fundamentals

Microsoft Foundry Essentials


- Copilots &amp; Agent Frameworks in the Microsoft Ecosystem
- Deploying LLMs in Microsoft Foundry
- Model Router: Smart Model Selection
- Microsoft Foundry SDK &amp; Microsoft.Extensions.AI
- Infrastructure as Code (IaC) using Azure Developer CLI Agentic Mode
Agentic AI Fundamentals


- What Are Agents &amp; Agentic AI?
- Prompt Engineering vs Context Engineering
- Knowledge Integration &amp; Agentic RAG
- Deep Reasoning &amp; (Reasoning and Acting)
- Function Calling, REST APIs &amp; MCP Servers
- Evaluating Generative AI Performance
- Governance &amp; Guardrails for Responsible Agents
Implementing Model Context Protocol Servers (MCP)


- MCP Core Concepts &amp; Architecture
- Transports: STDIO vs HTTP Streaming
- Debugging with MCP Inspector
- Authentication &amp; Security Best Practices
- Hosting MCP's in Azure Functions
- Implementing MCP Apps
Module 2: Build Agents using Foundry Agent Service


- Introduction to Foundry Agent Service
- Conversations, Runs &amp; State Management
- Knowledge Integration: Foundry IQ, File Search, Azure AI Search, Agent Memory &amp; Bing Grounding
- Executing Actions with Tools: Code Interpreter, Azure Functions, OpenAPI, MCP &amp; Deep Research
- Automating UI Tasks using Browser Automation and Computer Use
- Voice Agent Integration using Azure Speech Voice Live API
- Tracing, Observability &amp; Performance Evaluation
- Hosted Agents: Containerized Deployments with Hosting Adapter &amp; Agent Identity
- Agent-to-Agent Protocol (A2A) &amp; Connected Agents
Module 3: Orchestrate Agents using Microsoft Agent Framework

Microsoft Agent Framework Basics &amp; Concepts


- Introduction to the Agent Framework
- Chat Clients vs Agents: Key differences
- Agent types and configuration essentials
- Integrating Microsoft Foundry agents
- Threads, Conversation management &amp; persistence
- Implementing long-term memory
- Governance, Middleware &amp; Observability
- Hosting Agents in ASP.NET Core &amp; Python (AddAIAgent, Responses API)
Agent Skills &amp; Knowledge


- Agent Skills: SKILL.md structure, SkillsProvider &amp; Progressive Disclosure
- Code-defined Skills vs. File-based Skills
- Agent Skills vs. Workflows: When to use each
- Built-in tools: Code Interpreter, File Search, Bing Grounding
- Adding custom tools and calling them from agents
- Integrating OpenAPI and MCP tools
- Function-calling middleware for advanced workflows
Orchestration, Durable &amp; Hosted Agents


- Introduction to Multi-Agent Orchestration
- Orchestration Patterns (Sequential, Concurrent, Fan-out/Fan-in)
- Durable Agents with Azure Durable Functions (Flex Consumption, auto-scaling)
- Conversation State Persistence &amp; Durable Task Scheduler
- Hosted Agents: Deploying to Azure Foundry (container images, agent identity)
- Branching, Checkpointing &amp; Human-in-the-loop
- Observability &amp; Workflow Visualization
Module 4: Agent Integration using Microsoft Agents SDK


- Overview Microsoft 365 Agents SDK (C#, JavaScript, Python)
- Connecting Copilot Studio &amp; Microsoft Foundry Agents via A2A Protocol
- Orchestrate Multi-Agent Solutions using Microsoft Agent Framework
- Publishing Agentic AI Solutions to Copilot Chat and Teams
- Front-End Integration using Agent–User Interaction (AG-UI) Protocol</contents_plain><duration unit="d" days="4">4 days</duration><pricelist><price country="DE" currency="EUR">2490.00</price><price country="AT" currency="EUR">2490.00</price><price country="CH" currency="CHF">2490.00</price><price country="SE" currency="EUR">2490.00</price><price country="SI" currency="EUR">2490.00</price></pricelist><miles/></course>