Azure AI Foundry Multi‑Agent Systems: Planning, Collaboration, Tooling That Don’t Nuke Prod episode artwork

EPISODE · Dec 8, 2025 · 25 MIN

Azure AI Foundry Multi‑Agent Systems: Planning, Collaboration, Tooling That Don’t Nuke Prod

from M365.FM - Modern work, security, and productivity with Microsoft 365 · host Mirko Peters - Founder of m365.fm, m365.show and m365con.net

(00:00:00) The Power of Multi-Agent Systems (00:00:32) The Limitations of Single-Agent Systems (00:02:32) Introducing Multi-Agent Systems (00:03:55) Roles and Responsibilities in Multi-Agent Systems (00:04:47) Building with Azure AI Foundry and Semantic Kernel (00:09:50) Demo Scenario 1: Device Cleanup in Intune (00:13:38) Demo Scenario 2: Zero-Touch Onboarding (00:17:17) Demo Scenario 3: Automated Security Hardening (00:22:58) Best Practices for Multi-Agent Systems (00:25:06) Closing Thoughts and Call to Action In this episode of M365.fm, Mirko Peters builds a real multi‑agent system with Azure AI Foundry and Semantic Kernel that can plan, execute, and verify changes across Intune, Entra ID, and Microsoft Graph — without turning your tenant into a lab experiment.WHAT YOU WILL LEARNWhy a single “do‑everything” agent breaks down in real enterprise environmentsHow to design Planner, Operator, Reviewer, and Messenger agents with clear roles and boundariesHow to wire agents into real tools: Intune, Entra ID, Graph API, Azure Automation, and Log AnalyticsHow a multi‑agent workflow can cut time‑to‑fix from 12 minutes to 3 minutes on real incidentsHow to treat tools as “hands” and memory as a budget, not a magic black boxHow to use Azure AI Foundry to define agents, tools, knowledge, and safety policiesHow to keep RBAC, PIM, logging, and Zero Trust intact while agents do the workTHE CORE INSIGHTMost “AI agent” demos collapse the entire help desk, change board, and postmortem into one over‑prompted bot — and then act surprised when context, cost, and safety fall apart.Multi‑agent systems fix this by splitting work into roles: one agent plans, one executes with tools, one reviews changes, and one talks to humans.Instead of a single giant prompt, you get small, deterministic loops where each agent sees only what it needs and every risky action goes through tools with RBAC and logging.This episode argues that real enterprise AI is not about a smarter chatbot — it is about building a digital team that behaves like a disciplined operations crew.WHY MULTI‑AGENT SYSTEMS WITH AZURE FOUNDRY WORKPlanner focuses on intent and constraints; Operator focuses on tools and execution; Reviewer focuses on safety and compliance; Messenger handles approvals and communicationTools are explicit: Graph, Intune, Automation runbooks, Functions, Logic Apps, and RAG via Azure AI SearchAzure AI Foundry manages threads, safety, evaluations, and tool wiring so you don’t hand‑roll orchestrationSemantic Kernel gives you planners, skills, function catalogs, retries, and cancellation baked into codeManaged Identities, split RBAC, and PIM keep permissions tight and auditableLog Analytics, Application Insights, and content safety give you full traceability of every tool callKEY TAKEAWAYSOne giant agent is a gas‑station Swiss Army knife: looks capable, bends on the first serious jobMulti‑agent design = roles, boundaries, and parallelism mapped to real operational responsibilitiesKeep prompts short and move real power into well‑designed tools with strict schemasTreat memory as a constrained resource and externalize state into Search, state stores, and thread metadataDesign safety in from the start: managed identities per agent, read vs manage RBAC, PIM for destructive actions, full loggingUse reasoning models for planning and small models for extraction, classification, and parameter shapingWHO THIS EPISODE IS FORThis episode is ideal for cloud architects, platform engineers, SREs, and Microsoft 365 / Azure admins who are under pressure to “do something with AI” without blowing up production.If you’ve tried to make a single chatbot run Intune, Entra, and Graph and ended up terrified, this conversation will show you how to ship a governed, multi‑agent pattern that ops and security can both live with.TOPICS COVEREDSingle‑agent vs multi‑agent patterns in enterprise environmentsDesigning Planner, Operator, Reviewer, and Messenger roles with Semantic KernelConnecting agents to Intune, Entra ID, Microsoft Graph, Azure Automation, and Log AnalyticsUsing Azure AI Foundry for agent definitions, tools, knowledge, and safetyModel strategy: reasoning models vs small models in one systemGovernance: RBAC, PIM, logging, and Zero Trust for AI‑driven automationABOUT THE HOSTMirko Peters is a Microsoft 365 consultant and digital workplace architect who helps organizations build safe, observable automation on the Microsoft cloud.Through M365.fm, Mirko shares practical patterns, real incident walk‑throughs, and governance approaches that make AI agents an operational asset — not a new risk surfaceBecome a supporter of this podcast: https://www.spreaker.com/podcast/m365-fm-modern-work-security-and-productivity-with-microsoft-365--6704921/support.

Episode metadata supplied by the publisher feed · Published Dec 8, 2025

Embed this episode

(00:00:00) The Power of Multi-Agent Systems (00:00:32) The Limitations of Single-Agent Systems (00:02:32) Introducing Multi-Agent Systems (00:03:55) Roles and Responsibilities in Multi-Agent Systems (00:04:47) Building with Azure AI Foundry and Semantic Kernel (00:09:50) Demo Scenario 1: Device Cleanup in Intune (00:13:38) Demo Scenario 2: Zero-Touch Onboarding (00:17:17) Demo Scenario 3: Automated Security Hardening (00:22:58) Best Practices for Multi-Agent Systems (00:25:06) Closing Thoughts and Call to Action In this episode of M365.fm, Mirko Peters builds a real multi‑agent system with Azure AI Foundry and Semantic Kernel that can plan, execute, and verify changes across Intune, Entra ID, and Microsoft Graph — without turning your tenant into a lab experiment. WHAT YOU WILL LEARN Why a single “do‑everything” agent breaks down in real enterprise environments How to design Planner, Operator, Reviewer, and Messenger agents with clear roles and boundaries How to wire agents into real tools: Intune, Entra ID, Graph API, Azure Automation, and Log Analytics How a multi‑agent workflow can cut time‑to‑fix from 12 minutes to 3 minutes on real incidents How to treat tools as “hands” and memory as a budget, not a magic black box How to use Azure AI Foundry to define agents, tools, knowledge, and safety policies How to keep RBAC, PIM, logging, and Zero Trust intact while agents do the work THE CORE INSIGHT Most “AI agent” demos collapse the entire help desk, change board, and postmortem into one over‑prompted bot — and then act surprised when context, cost, and safety fall apart. Multi‑agent systems fix this by splitting work into roles: one agent plans, one executes with tools, one reviews changes, and one talks to humans. Instead of a single giant prompt, you get small, deterministic loops where each agent sees only what it needs and every risky action goes through tools with RBAC and logging. This episode argues that real enterprise AI is not about a smarter chatbot — it is about building a digital team that behaves like a disciplined operations crew. WHY MULTI‑AGENT SYSTEMS WITH AZURE FOUNDRY WORK Planner focuses on intent and constraints; Operator focuses on tools and execution; Reviewer focuses on safety and compliance; Messenger handles approvals and communication Tools are explicit: Graph, Intune, Automation runbooks, Functions, Logic Apps, and RAG via Azure AI Search Azure AI Foundry manages threads, safety, evaluations, and tool wiring so you don’t hand‑roll orchestration Semantic Kernel gives you planners, skills, function catalogs, retries, and cancellation baked into code Managed Identities, split RBAC, and PIM keep permissions tight and auditable Log Analytics, Application Insights, and content safety give you full traceability of every tool call KEY TAKEAWAYS One giant agent is a gas‑station Swiss Army knife: looks capable, bends on the first serious job Multi‑agent design = roles, boundaries, and parallelism mapped to real operational responsibilities Keep prompts short and move real power into well‑designed tools with strict schemas Treat memory as a...

Distinct summary based on available episode metadata or transcript content.

NOW PLAYING

Azure AI Foundry Multi‑Agent Systems: Planning, Collaboration, Tooling That Don’t Nuke Prod

0:00 25:27

No transcript for this episode yet

We transcribe on demand. Request one and we'll notify you when it's ready — usually under 10 minutes.

No similar episodes found.

No similar podcasts found.

Frequently Asked Questions

How long is this episode of M365.FM - Modern work, security, and productivity with Microsoft 365?

This episode is 25 minutes long.

When was this M365.FM - Modern work, security, and productivity with Microsoft 365 episode published?

This episode was published on December 8, 2025.

Is there a transcript available for this episode?

Yes, a full transcript is available for this episode. You can read the complete transcript on the episode page.

Can I download this M365.FM - Modern work, security, and productivity with Microsoft 365 episode?

Yes. Use the download control on the episode player to save the publisher-provided media file.
URL copied to clipboard!