Turn your real-world experience into part of the show.

Simply Explained Episodes

July 15, 2026

Event Grid - Simply Explained

Azure Event Grid is the backbone of event-driven applications in Microsoft Azure, enabling services to react instantly when something happens. In this episode, we explain what Azure Event Grid is, how it works, and why it's a key building block for modern cloud-native, serverless, and microservices architectures. Instead of constantly polling for changes, Event Grid delivers notifications in real time, making applications faster, more efficient, and easier to scale. You'll learn how publishers, topics, subscriptions, and event handlers work together to create loosely coupled systems. We also cover push versus pull delivery, event filtering, retries, and integrations with services like Azure Functions, Logic Apps, Event Hubs, Service Bus, Storage Accounts, and custom webhooks. Along the way, we compare Event Grid with Azure Service Bus and Event Hubs so you'll know when each messaging service is the right choice. Whether you're a developer, cloud architect, IT professional, or pr…
Guest: Mirko Peters
July 15, 2026

API Gateway - Simply Explained

An API Gateway is the front door to modern applications, acting as a single entry point for all API requests before they reach backend services. In this episode, we explain what an API Gateway is, why it's essential in cloud-native and microservices architectures, and how it improves security, scalability, and performance. Whether you're building APIs, integrating applications, or managing enterprise workloads, understanding the role of an API Gateway is a fundamental skill. You'll learn how API Gateways handle authentication, authorization, rate limiting, request routing, caching, logging, and monitoring while simplifying access to multiple backend services. We also compare API Gateways with reverse proxies and load balancers, explore common deployment patterns, and discuss how platforms like Azure API Management, Amazon API Gateway, and other enterprise solutions implement these capabilities. Whether you're an IT professional, developer, cloud architect, or simply curious abou…
Guest: Mirko Peters
July 15, 2026

Azure MCP Server - Simply Explained

Azure MCP Server extends the power of artificial intelligence beyond chat by allowing AI assistants and agents to securely interact with Azure resources through the open Model Context Protocol (MCP). In this episode of Microsoft Knowledge Nuggets on M365 FM, Mirko Peters explains what the Azure MCP Server is, how it works, and why it represents a major step toward AI-driven cloud management and automation. You'll learn how Azure MCP Server acts as a bridge between AI models such as Microsoft Copilot, GitHub Copilot, and other MCP-compatible assistants and your Azure environment. Instead of manually navigating the Azure portal or writing complex Azure CLI and PowerShell commands, administrators can use natural language to query resources, deploy infrastructure, troubleshoot issues, review configurations, and automate cloud operations. The episode explains how MCP standardizes communication between AI agents and Azure services while maintaining enterprise-grade security, authenticati…
Guest: Mirko Peters
July 15, 2026

Dynamics 365 ERP MCP Server - Simply Explained

Dynamics 365 ERP MCP Server brings artificial intelligence directly into enterprise resource planning by allowing AI agents to securely understand, access, and execute business processes through the open Model Context Protocol (MCP). In this episode of Microsoft Knowledge Nuggets on M365 FM, Mirko Peters explains what the Dynamics 365 ERP MCP Server is, why Microsoft introduced it, and how it is transforming Dynamics 365 Finance and Supply Chain into an AI-ready ERP platform. You'll learn how MCP provides a standardized way for AI agents to interact with enterprise data and business logic without requiring custom APIs or complex integrations. Instead of manually navigating ERP screens, users can ask natural language questions, retrieve business insights, update records, automate workflows, and execute business operations through intelligent AI agents. The episode explains how MCP securely exposes Dynamics 365 capabilities while respecting existing permissions, governance, and audit…
Guest: Mirko Peters
July 15, 2026

Canvas Apps vs Model-Driven Apps - Simply Explained

Canvas Apps and Model-Driven Apps are the two primary ways to build business applications with Microsoft Power Apps, but choosing the right one depends entirely on your business requirements. In this episode of Microsoft Knowledge Nuggets on M365 FM, Mirko Peters explains the differences between Canvas Apps and Model-Driven Apps in simple terms, helping IT professionals, citizen developers, and Microsoft partners understand when each approach delivers the greatest value. You'll discover why Canvas Apps follow a user interface first approach, giving makers complete control over the design, layout, and user experience while connecting to hundreds of different data sources. In contrast, Model-Driven Apps are built around Microsoft Dataverse, automatically generating responsive applications based on your data model, business rules, relationships, and processes. The episode explains the strengths, limitations, and ideal use cases for both application types. The discussion also explor…
Guest: Mirko Peters
July 14, 2026

Infrastructure as Code - Simply Explained

Infrastructure as Code (IaC) is the practice of managing and deploying cloud infrastructure through code instead of manually configuring resources in a portal. In this episode of Microsoft Knowledge Nuggets on M365 FM, Mirko Peters explains Infrastructure as Code in plain English and shows why it has become a foundational practice for Azure, DevOps, cloud engineering, and modern IT operations. You'll learn how IaC enables organizations to define virtual machines, networks, storage accounts, databases, security settings, and entire cloud environments in reusable code. Rather than relying on manual "click operations," infrastructure can be deployed automatically, consistently, and repeatedly across development, testing, and production environments. The episode explores core concepts such as declarative versus imperative deployments, idempotency, version control, automation, and why treating infrastructure like application code improves reliability and reduces operational risk. The…
Guest: Mirko Peters
July 14, 2026

Bicep - Simply Explained

Azure Bicep is Microsoft's modern Infrastructure as Code (IaC) language for deploying and managing Azure resources using a clean, readable, and declarative syntax. In this episode of Microsoft Knowledge Nuggets on M365 FM, Mirko Peters explains why Azure Bicep has become Microsoft's recommended replacement for traditional ARM Templates and how it helps organizations build secure, scalable, and repeatable cloud environments with less complexity. You'll learn the core building blocks of every Azure Bicep project, including resources, parameters, variables, outputs, modules, conditions, loops, and symbolic names. The episode demonstrates how Bicep automatically handles resource dependencies, simplifies infrastructure deployments, and enables reusable modules that dramatically reduce duplicate code across Azure projects. Whether you're deploying virtual machines, networking, storage, databases, or complete enterprise landing zones, Bicep makes Azure automation easier to understand and …
Guests: Mirko Peters , Mirko
July 14, 2026

ARM Templates - Simply Explained

ARM Templates are the original Infrastructure as Code (IaC) technology behind Azure Resource Manager, allowing organizations to define, deploy, and manage Azure infrastructure using declarative JSON files. In this episode of Microsoft Knowledge Nuggets on M365 FM, Mirko Peters explains what ARM Templates are, why they became the foundation of Azure automation, and why many Azure professionals are now moving toward Azure Bicep for modern cloud deployments. You'll discover how ARM Templates make Azure deployments repeatable, predictable, and version-controlled by defining resources such as virtual machines, storage accounts, virtual networks, and databases as code. The episode explains key concepts including parameters, variables, resources, outputs, dependencies, and nested templates while demonstrating how Infrastructure as Code eliminates manual portal configuration and reduces deployment errors. The episode also explores the challenges of working with large ARM Templates. As A…
Guest: Mirko Peters
July 14, 2026

Teams Telephony - Simply Explained

Teams Telephony, now known as Microsoft Teams Phone, transforms Microsoft Teams into a complete cloud-based business phone system. In this episode of Microsoft Knowledge Nuggets on M365 FM, Mirko Peters explains how organizations can replace traditional PBX systems with a modern, Microsoft 365-integrated telephony platform that supports internal collaboration and external voice calling from a single application. You'll learn how Teams Phone enables users to make and receive calls from desktops, mobile devices, Teams-certified desk phones, and meeting room systems while benefiting from enterprise-grade security, scalability, and centralized management. The episode explains the different connectivity options, including Microsoft Calling Plans, Operator Connect, and Direct Routing, helping listeners understand which approach best fits their business requirements. The discussion also covers essential Teams Telephony features such as voicemail, call forwarding, Auto Attendants, Call …
Guest: Mirko Peters
July 14, 2026

Azure DevOps - Simply Explained

Azure DevOps is Microsoft's all-in-one platform for planning, developing, testing, and delivering software. Instead of using separate tools for project management, source control, build automation, testing, and deployments, Azure DevOps brings everything together into a single platform. It helps development and operations teams collaborate more effectively while automating repetitive tasks throughout the software development lifecycle. In this episode of Microsoft Knowledge Nuggets, Mirko Peters explains Azure DevOps in plain English, making complex DevOps concepts easy to understand for both technical and business audiences. You'll learn how Azure Boards, Repos, Pipelines, Test Plans, and Artifacts work together to support modern software development. The episode breaks down concepts like Continuous Integration (CI), Continuous Deployment (CD), Git repositories, YAML pipelines, and automated testing using practical, real-world examples instead of technical jargon. The discussio…
Guest: Mirko Peters
July 14, 2026

PowerShell - Simply Explained

PowerShell is Microsoft's powerful command-line shell and scripting language that allows IT professionals, administrators, and developers to automate repetitive tasks, manage systems at scale, and control nearly every aspect of Windows, Azure, and Microsoft 365. While many people think of it as a tool only for programmers, PowerShell is really about saving time by replacing repetitive clicks with repeatable, reliable automation. In this episode of Microsoft Knowledge Nuggets, Mirko Peters explains PowerShell in plain English and demonstrates why it remains one of the most valuable skills for anyone working with Microsoft technologies. You'll learn how PowerShell differs from the traditional Command Prompt, why it works with objects instead of plain text, and how simple commands can automate tasks that would otherwise take hours to complete manually. The episode introduces essential concepts such as cmdlets, pipelines, variables, modules, scripts, and remoting, making them easy to u…
Guest: Mirko Peters
July 14, 2026

Dataverse - Simply Explained

Dataverse is Microsoft's intelligent cloud data platform that powers Power Apps, Power Automate, Dynamics 365, and the wider Power Platform. While many people think of it as just another database, Dataverse is much more than that. It provides secure, relational data storage with built-in business logic, security, automation, and governance, allowing organizations to build scalable business applications without managing complex infrastructure. In this episode of Microsoft Knowledge Nuggets, Mirko Peters explains Dataverse in plain English and shows why your data model matters more than the app itself. You'll learn how Dataverse organizes business information into related tables, enforces consistent data, and enables applications to share the same trusted source of truth. The episode also compares Dataverse with alternatives like SharePoint Lists and Excel, explaining when each solution makes sense and why Dataverse becomes essential as applications grow in complexity. The discuss…
Guest: Mirko Peters
July 14, 2026

Kubernetes - Simply Explained

Kubernetes is the world's most popular container orchestration platform, designed to automate the deployment, scaling, management, and recovery of containerized applications. Instead of manually managing hundreds or thousands of containers across multiple servers, Kubernetes continuously ensures that your applications are running, healthy, and available. Think of it as an intelligent operations manager that automatically places workloads, replaces failed containers, balances traffic, and scales applications based on demand. In this episode of Microsoft Knowledge Nuggets, Mirko Peters explains Kubernetes in plain English without assuming prior DevOps knowledge. You'll learn why containers alone aren't enough for modern cloud applications and how Kubernetes solves the challenges of running distributed systems at scale. The episode introduces core concepts including clusters, nodes, pods, deployments, services, and ingress, showing how they work together to create resilient, self-heal…
Guest: Mirko Peters
July 14, 2026

Windows 365 – Simply Explained

Windows 365 is Microsoft's Cloud PC service that streams a complete Windows desktop from the Microsoft Cloud to virtually any device. Instead of relying on powerful local hardware, your operating system, applications, files, and settings live securely in the cloud, allowing you to access the same personalized desktop whether you're using a laptop, tablet, Mac, or even a web browser. In this episode of Microsoft Knowledge Nuggets, Mirko Peters explains Windows 365 in plain English using practical, real-world examples. You'll learn how Cloud PCs differ from traditional virtual desktops like Azure Virtual Desktop, why Windows 365 is designed for simplicity, and which organizations benefit most from its predictable licensing and management model. The episode explores common business scenarios such as remote work, contractors, hybrid employees, disaster recovery, and secure Bring Your Own Device (BYOD) strategies. The discussion also covers how Windows 365 integrates with Microsoft I…
Guest: Mirko Peters
July 14, 2026

Azure Sphere - Simply Explained

Azure Sphere is Microsoft's end-to-end security platform for Internet of Things (IoT) devices. Instead of focusing only on software security, Azure Sphere protects connected devices from the silicon chip all the way to the cloud. It combines three core components: certified secure hardware, a custom Linux-based operating system, and a cloud security service that continuously authenticates devices and delivers automatic security updates throughout their lifetime. Think of Azure Sphere as a security guard that never leaves your smart device. Whether it's a factory sensor, a connected coffee machine, medical equipment, or industrial machinery, Azure Sphere constantly verifies that the device is running trusted software, communicates securely, and stays protected against newly discovered threats. Unlike traditional embedded systems that may never receive updates after deployment, Azure Sphere devices are continuously patched without requiring manual intervention. Imagine a manufactu…
Guest: Mirko Peters
July 14, 2026

Azure Open Datasets - Simply Explained

Azure Open Datasets gives you instant access to curated public datasets hosted by Microsoft in Azure, so you can spend less time searching for and cleaning data and more time building AI, analytics, and machine learning solutions. Instead of downloading files from dozens of websites, Azure Open Datasets provides trusted, regularly updated data that is ready to use with Azure Machine Learning, Azure Databricks, Power BI, Azure Data Factory, and other Azure services. Think of Azure Open Datasets as a public library where all the books are already organized, indexed, and sitting next to your workspace. You don't waste hours finding information or converting file formats—you simply choose the data you need and start working. Microsoft keeps many of these datasets synchronized with their original sources, helping ensure you always have current information without maintaining your own copies. The platform includes datasets covering weather, transportation, public holidays, demographic…
Guest: Mirko Peters
July 14, 2026

Azure Key Vault - Simply Explained

Azure Key Vault is Microsoft's secure cloud service for storing and managing sensitive information such as passwords, API keys, certificates, encryption keys, and connection strings. Instead of embedding secrets directly into your applications or configuration files, you store them in a protected vault where access is tightly controlled through Microsoft Entra ID and Azure RBAC. Think of Azure Key Vault as a highly secure digital safe for your applications. Rather than leaving important keys on your desk, everything is locked away in one central location, and only authorized users or services receive access. This dramatically reduces the risk of accidental exposure or security breaches. In this episode, you'll learn why storing secrets in source code, configuration files, or scripts is considered a major security risk. Azure Key Vault centralizes secret management, simplifies rotation of credentials, and helps organizations meet security and compliance requirements. It also supp…
Guest: Mirko Peters
July 14, 2026

Azure Chaos Studio - Simply Explained

Azure Chaos Studio is Microsoft's chaos engineering service that helps organizations build more resilient cloud applications by safely simulating failures before they happen in the real world. Instead of waiting for an outage to expose weaknesses, you intentionally create controlled disruptions to test how your systems respond and recover. Think of it like a fire drill for your Azure environment. You practice failures in a safe, controlled way so your applications, monitoring, and recovery processes are ready when an actual incident occurs. Azure Chaos Studio can simulate virtual machine failures, network latency, CPU stress, service outages, and many other real-world scenarios. In this episode, you'll learn why modern cloud systems need more than high availability and backups—they need proven resilience. Chaos engineering helps validate your architecture, uncover hidden dependencies, and identify weaknesses that traditional testing often misses. You'll also discover how chao…
Guest: Mirko Peters
July 13, 2026

How to Secure an AI Landing Zone in Microsoft Azure

Artificial Intelligence is only as secure as the foundation it is built on. In this episode of the M365 FM Podcast, Mirko Peters explains why an organization's AI Landing Zone is often its biggest hidden risk. While many companies focus on deploying Microsoft Copilot, Azure AI, and custom AI agents as quickly as possible, they frequently overlook the governance, identity, networking, security, and operational controls that make enterprise AI safe and scalable. The result is an AI environment that introduces unnecessary risk instead of accelerating innovation. The episode explores what an AI Landing Zone really is and why it should be treated as the architectural foundation for every AI workload. You'll learn how identity management, role-based access control, data governance, network isolation, monitoring, compliance, and policy enforcement work together to protect AI services from misconfiguration and unauthorized access. The discussion also explains why simply deploying AI servic…
Guest: Mirko Peters
July 13, 2026

Data Analysis Expressions (DAX) - Simply Explained

Data Analysis Expressions, better known as DAX, is the calculation language that powers Microsoft Power BI, Excel Power Pivot, and SQL Server Analysis Services. In this episode of the M365 FM Podcast, Mirko Peters explains DAX in plain English and shows why it is much more than simply using Excel formulas inside Power BI. The episode explores how DAX works across complete tables and data models rather than individual spreadsheet cells. You’ll learn the important difference between calculated columns and measures: calculated columns are created during data refresh and remain static, while measures recalculate dynamically whenever users apply filters, select slicers, or interact with a report. Another central topic is filter context, which determines which data is included in every calculation. The episode explains how one DAX measure can automatically display the correct result across different regions, products, dates, and report visuals. It also introduces essential concepts an…
Guest: Mirko Peters
July 13, 2026

Graph API - Simply Explained

Microsoft Graph is the single API that connects nearly every Microsoft 365 service, making it the foundation for automation, integrations, and modern AI experiences. In this episode of the M365 FM Podcast, Mirko Peters explains Microsoft Graph in simple terms, showing how one unified API provides secure access to users, groups, Teams, SharePoint, OneDrive, Outlook, Entra ID, calendars, files, and much more. Instead of learning separate APIs for every Microsoft product, developers and IT professionals can use Microsoft Graph as one consistent gateway into the entire Microsoft cloud. The episode breaks down key concepts including REST APIs, authentication with Microsoft Entra ID, OAuth permissions, delegated versus application permissions, and how Microsoft Graph enables organizations to automate repetitive tasks, integrate business applications, and build intelligent workflows. You'll also learn why Microsoft Graph powers Microsoft Copilot, enterprise search, and many AI-driven expe…
Guest: Mirko Peters
July 13, 2026

Microsoft Agent Builder — Simply Explained

Microsoft Agent Builder makes it possible to create custom AI agents without writing code, allowing business users to extend Microsoft 365 Copilot with organization-specific knowledge and instructions. In this episode of the M365 FM Podcast, Mirko Peters explains what Microsoft Agent Builder is, how it fits into the Microsoft AI ecosystem, and when it's the right choice compared to more advanced tools like Copilot Studio. The episode demonstrates that creating useful AI agents can be as simple as defining a purpose, connecting trusted knowledge sources, and describing how the agent should behave. You'll learn how Agent Builder enables employees to build assistants for tasks such as answering internal questions, summarizing documents, guiding business processes, and providing department-specific expertise. The episode explains how these agents use company knowledge from Microsoft 365 while respecting existing permissions, ensuring users only receive information they are already auth…
Guest: Mirko Peters
July 13, 2026

Copilot for Dynamics 365 Finance and Operations - Simply Explained

Microsoft Copilot is bringing AI directly into enterprise resource planning, making complex financial and operational processes easier to manage. In this episode of the M365 FM Podcast, Mirko Peters explains how Copilot enhances Microsoft Dynamics 365 Finance & Operations by helping finance, procurement, and operations teams work faster through natural language interactions, intelligent automation, and AI-powered insights. Instead of navigating complex ERP menus, users can simply ask questions, generate reports, and automate repetitive tasks using everyday language. The episode explores practical use cases including financial reporting, invoice processing, forecasting, procurement assistance, workflow guidance, and data analysis. You'll learn how Copilot reduces manual effort, surfaces relevant business information instantly, and helps employees make faster, better-informed decisions. The discussion also highlights how AI integrates with existing business processes rather than repl…
Guest: Mirko Peters
July 13, 2026

Copilot in Microsoft Entra ID - Simply Explained

Microsoft Copilot in Microsoft Entra ID brings AI directly into identity and access management, helping administrators work faster while improving security. Instead of manually navigating through users, groups, roles, permissions, Conditional Access policies, or sign-in logs, admins can simply ask questions in natural language and receive clear, contextual answers. In this episode, you'll learn how Copilot assists with everyday Entra ID administration, from investigating risky sign-ins and troubleshooting access issues to explaining complex configurations and recommending best practices. Rather than replacing administrators, Copilot acts as an intelligent assistant that accelerates routine tasks, reduces manual effort, and helps teams make informed security decisions. The episode also explains why Microsoft Entra ID plays such a critical role in modern AI deployments. Since Microsoft 365 Copilot relies on existing identities and permissions, strong identity governance becomes th…
Guest: Mirko Peters