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

Shorts

Aug. 6, 2026

Azure Container Apps - Simply Explained

Azure Container Apps make it possible to run modern containerized applications without the operational complexity of managing Kubernetes clusters. Instead of worrying about virtual machines, node pools, upgrades, networking, or control planes, developers can focus entirely on building and deploying their applications while Microsoft manages the underlying infrastructure. Sitting between…

View more
Aug. 6, 2026

Azure Arc - Simply Explained

Modern IT environments rarely exist in a single cloud. Most organizations run Windows and Linux servers across on-premises data centers, Microsoft Azure, Amazon Web Services (AWS), Google Cloud Platform (GCP), branch offices, and edge locations. Unfortunately, every environment introduces its own management portal, security tools, monitoring platform, and patching process.…

View more
Aug. 6, 2026

Microsoft AI Agent Harness - Simply Explained

Writing the perfect AI prompt used to be the goal of every AI developer. But as businesses began asking AI to perform increasingly complex tasks—analyzing code, researching topics, coordinating workflows, and automating business processes—it became clear that prompts alone were no longer enough. Large Language Models are excellent at reasoning,…

View more
Aug. 6, 2026

Platform Engineering - Simply Explained

For years, DevOps promised to break down the barriers between development and operations by giving teams greater ownership over the software they build. While the idea was powerful, reality became far more complicated. Developers suddenly found themselves responsible not only for writing code, but also for Kubernetes, Terraform, CI/CD pipelines,…

View more
Aug. 6, 2026

GitOps - Simply Explained

Managing Kubernetes manually quickly becomes a nightmare as environments grow. One engineer updates a deployment directly using kubectl, another changes a ConfigMap through the Azure portal, and suddenly your production cluster no longer matches the configuration stored in Git. This invisible problem is known as configuration drift, and it's one…

View more
Aug. 6, 2026

Vector Databases - Simply Explained

Large Language Models like GPT-4o, Microsoft Copilot, and ChatGPT are incredibly powerful, but they all depend on one critical technology that most people never hear about: vector databases. Traditional databases are excellent at storing structured information such as customer records, product prices, and inventory numbers, but they struggle to understand…

View more
Aug. 6, 2026

RAG on Azure — Simply Explained

Large Language Models like GPT-4o are incredibly powerful, but they have two major limitations. First, their knowledge is frozen in time, meaning they don't automatically know about recent events, changing regulations, or newly created documents. Second, they have no built-in knowledge of your organization's private data, including internal documentation, policies,…

View more
Aug. 6, 2026

Azure AI Foundry - Simply Explained

Artificial Intelligence is evolving faster than almost any other technology, and with new models, frameworks, and AI services appearing almost every month, it's becoming increasingly difficult to know where to start. Microsoft has also renamed and expanded its AI platform several times—from Cognitive Services to Azure AI Services, Azure AI…

View more
Aug. 6, 2026

Microsoft Defender XDR - Simply Explained

Modern cyberattacks rarely target a single system. An attack might begin with a phishing email, move to a compromised device, steal user credentials, access cloud applications, and finally exfiltrate sensitive business data. Unfortunately, traditional security tools often see these events as completely unrelated incidents, forcing security teams to manually connect…

View more
Aug. 6, 2026

Microsoft Sentinel - Simply Explained

Modern cyberattacks rarely happen in a single moment. Attackers often move slowly, testing identities, exploring systems, downloading data, and establishing persistence over days, weeks, or even months. The challenge for Microsoft 365 administrators is that security information is often scattered across Microsoft Entra ID, Exchange Online, SharePoint, Microsoft Defender, Teams,…

View more
Aug. 6, 2026

Microsoft Purview - Simply Explained

Protecting your network is no longer enough to protect your business. Modern organizations store sensitive information across Microsoft 365, Azure, SharePoint, OneDrive, Teams, Exchange, file servers, cloud platforms, and even AI-powered applications like Microsoft 365 Copilot. Once someone has legitimate access, traditional infrastructure security can no longer control how that…

View more
Aug. 6, 2026

Conditional Access - Simply Explained

Every time you sign in to Microsoft 365, far more happens than simply checking your username and password. Behind the scenes, Microsoft evaluates dozens of signals before deciding whether you should be allowed access. This intelligent decision-making process is powered by Microsoft Entra Conditional Access, one of the most important…

View more
Aug. 6, 2026

Privileged Identity Management (PIM) - Simply Explained

Administrator accounts are among the most valuable targets for cybercriminals. If an attacker compromises a Global Administrator or another privileged account, they can potentially reset passwords, access sensitive data, modify security settings, or even take complete control of your Microsoft 365 tenant. The biggest problem isn't that administrators have elevated…

View more
Aug. 6, 2026

Building a Secure Microsoft-First MSP: Intune, Defender & Entra ID at Scale with Albin Klinaku [MVP]

Building a successful Managed Service Provider today requires much more than managing devices and responding to support tickets. Modern MSPs must become trusted security partners, helping organizations navigate cloud transformation, identity protection, endpoint security, and AI-powered cyber threats. In this episode of the M365 Show, Mirko Peters sits down with…

View more
Aug. 6, 2026

Microsoft Entra Permissions Management - Simply Explained

Cloud security isn't just about protecting user accounts anymore. Modern organizations manage thousands of identities across Microsoft Azure, Amazon Web Services (AWS), and Google Cloud Platform (GCP). Every user, service principal, workload, application, and automation account receives permissions over time, and those permissions rarely get removed. This silent growth of…

View more
Aug. 6, 2026

Managed Identities - Simply Explained

Managing passwords, connection strings, client secrets, and certificates has always been one of the biggest challenges when building secure cloud applications. Every application that connects to Azure Storage, Azure Key Vault, Azure SQL Database, or other Azure services traditionally required credentials that had to be stored, protected, rotated, and monitored.…

View more
Aug. 6, 2026

Azure API Management - Simply Explained

Azure API Management (APIM) is one of the most important services in Microsoft Azure for organizations building modern cloud applications, microservices, and enterprise integrations. While APIs make it possible for applications to communicate, managing dozens or even hundreds of APIs quickly becomes challenging without a centralized platform. In this episode…

View more
Aug. 6, 2026

Azure Load Balancer — Simply Explained

Every application starts small. A single virtual machine serves your website, processes customer requests, and handles all incoming traffic. At first, everything works perfectly. But as your user base grows, traffic spikes, maintenance windows, or unexpected server failures quickly expose a major weakness—your entire application depends on one machine. In…

View more
Aug. 6, 2026

Azure Front Door - Simply Explained

Building a website that performs well for users around the world is far more challenging than simply deploying a web application to Azure. A server hosted in North America may respond quickly for users nearby, but visitors in Europe, Asia, or Australia experience significantly higher latency. Add traffic spikes, regional…

View more
Aug. 6, 2026

Azure Virtual WAN - Simply Explained

Building a global Azure network manually becomes increasingly difficult as your organization grows. What starts as a simple hub-and-spoke deployment quickly turns into a maze of virtual network peerings, route tables, VPN gateways, firewall rules, and regional connectivity challenges. Every new Azure region introduces additional complexity, making network management harder,…

View more
Aug. 6, 2026

Azure Firewall - Simply Explained

Securing a traditional office network was relatively straightforward—you installed a physical firewall at the edge of your network and inspected everything entering or leaving your building. But cloud computing completely changes that model. Applications are distributed across regions, users connect from anywhere in the world, and workloads communicate constantly with…

View more
Aug. 6, 2026

Azure Bastion - Simply Explained

Secure remote access is one of the biggest challenges in cloud infrastructure. For years, administrators connected to Azure virtual machines by assigning public IP addresses and opening RDP or SSH ports to the internet—or by maintaining jump boxes that required constant patching, monitoring, and hardening. While these approaches worked, they…

View more
Aug. 6, 2026

Azure Landing Zones - Simply Explained

Building workloads in Azure is easy. Building an Azure environment that remains secure, scalable, compliant, and manageable for years is much harder. Without a solid foundation, organizations quickly end up with inconsistent subscriptions, overlapping networks, missing policies, unclear ownership, and rapidly increasing cloud costs. In this episode of m365.fm, we…

View more
Aug. 6, 2026

Azure Resource Manager - Simply Explained

Every action you perform in Azure—whether you create a virtual machine, deploy a storage account, configure networking, or automate infrastructure with Bicep or ARM templates—passes through the same service: Azure Resource Manager (ARM). Yet most Azure users never realize it's there. In this episode of m365.fm, we explain Azure Resource…

View more