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

Simply Explained Episodes

July 16, 2026

GitOps - Simply Explained

GitOps is a modern approach to deploying and managing infrastructure and applications using Git as the single source of truth. Instead of making manual changes to cloud environments, every configuration change is stored, reviewed, and version-controlled in a Git repository. In this episode of Microsoft Knowledge Nuggets, we explain GitOps in plain English and show why it has become a best practice for Kubernetes, cloud-native development, and DevOps teams. You'll learn how GitOps works, why declarative infrastructure is important, and how automated deployment tools continuously compare your desired state in Git with what's actually running in your environment. We explain key concepts including Git repositories, pull requests, continuous reconciliation, Infrastructure as Code (IaC), Kubernetes manifests, Helm charts, and popular GitOps tools like Flux and Argo CD. The episode also explores real-world scenarios such as deploying applications to Kubernetes, managing Azure Kubernete…
Guest: Mirko Peters
July 16, 2026

Vector Databases - Simply Explained

Vector databases are one of the key technologies powering modern AI applications, yet most people never interact with them directly. Unlike traditional databases that search for exact words or values, vector databases search by meaning, enabling AI to understand context instead of just matching keywords. In this episode of Microsoft Knowledge Nuggets, we explain vector databases in plain English and show why they're essential for enterprise AI, Microsoft Copilot, and Retrieval-Augmented Generation (RAG). You'll learn what vectors and embeddings are, how AI converts text, images, and other content into numerical representations, and why similar concepts are stored close together in vector space. We explain key concepts such as embeddings, semantic search, similarity search, vector indexes, chunking, and hybrid search, making it easy to understand how AI retrieves the right information even when users don't use the exact same words. The episode also explores real-world use cases i…
Guest: Mirko Peters
July 16, 2026

RAG on Azure — Simply Explained

Retrieval-Augmented Generation (RAG) is one of the most important techniques behind modern AI applications, enabling large language models to answer questions using your own business data instead of relying only on their training knowledge. In this episode of Microsoft Knowledge Nuggets, we explain RAG on Azure in plain English and show how organizations build secure, accurate, and trustworthy AI solutions with Microsoft Azure. You'll learn how the RAG process works—from ingesting documents and creating vector embeddings to storing them in a vector database and retrieving the most relevant information for every user query. We explain key concepts including vector search, embeddings, chunking, semantic search, Azure AI Search, Azure OpenAI, and grounding AI responses with your organization's private knowledge. You'll also discover why RAG dramatically reduces hallucinations while providing more accurate, up-to-date, and source-aware answers. The episode also explores real-world u…
Guest: Mirko Peters
July 16, 2026

Azure AI Foundry - Simply Explained

Azure AI Foundry is Microsoft's enterprise platform for building, deploying, and managing AI applications and intelligent agents at scale. Instead of stitching together multiple AI services, developers get a unified environment for working with foundation models, prompt engineering, agent orchestration, evaluation, monitoring, and security. In this episode of Microsoft Knowledge Nuggets, we explain Azure AI Foundry in plain English and show why it's becoming the central platform for enterprise AI development. You'll learn how Azure AI Foundry simplifies the entire AI development lifecycle—from choosing and comparing models to deploying production-ready AI applications. We cover core concepts including the model catalog, AI agents, prompt flows, Retrieval-Augmented Generation (RAG), fine-tuning, evaluations, observability, and responsible AI. You'll also discover how developers can work with models from OpenAI, Meta, Anthropic, Mistral, and many others within a single platform. T…
Guest: Mirko Peters
July 16, 2026

Microsoft Defender XDR - Simply Explained

Microsoft Defender XDR is Microsoft's unified Extended Detection and Response (XDR) platform, bringing together security signals from endpoints, identities, email, cloud applications, and collaboration tools into a single, AI-powered security experience. Instead of investigating isolated alerts from multiple products, security teams can see the full attack chain in one place, helping them detect, investigate, and respond to cyber threats faster. In this episode of Microsoft Knowledge Nuggets, you'll learn what XDR actually means and how Microsoft Defender XDR connects Microsoft Defender for Endpoint, Defender for Office 365, Defender for Identity, Defender for Cloud Apps, and Microsoft Entra ID to identify sophisticated attacks that individual security tools might miss. We explain key concepts including incidents, alerts, automated investigation and remediation, threat intelligence, advanced hunting, and AI-powered attack disruption. The episode also explores real-world scenario…
Guest: Mirko Peters
July 16, 2026

Microsoft Sentinel - Simply Explained

Microsoft Sentinel is Microsoft's cloud-native Security Information and Event Management (SIEM) and Security Orchestration, Automation, and Response (SOAR) platform, designed to help organizations detect, investigate, and respond to cyber threats across their entire IT environment. Instead of monitoring individual systems in isolation, Microsoft Sentinel collects security data from users, devices, applications, cloud services, and on-premises infrastructure, giving security teams a single, intelligent view of potential attacks. In this episode of Microsoft Knowledge Nuggets, we explain Microsoft Sentinel in plain English and show why it has become one of the most important security platforms in the Microsoft ecosystem. You'll learn what a SIEM and SOAR platform actually does and how Microsoft Sentinel helps security teams identify suspicious behavior before it becomes a major incident. We explain core concepts including data connectors, analytics rules, incidents, workbooks, threat…
Guest: Mirko Peters
July 16, 2026

Microsoft Purview - Simply Explained

Microsoft Purview is Microsoft's unified platform for data security, compliance, and governance, helping organizations understand, protect, and manage their data wherever it lives. As businesses embrace Microsoft 365, Azure, SaaS applications, and AI, keeping sensitive information secure while meeting regulatory requirements has become more challenging than ever. In this episode of Microsoft Knowledge Nuggets, we explain Microsoft Purview in plain English and show how it helps organizations take control of their data throughout its entire lifecycle. You'll learn what Microsoft Purview is, why it has become a critical part of Microsoft's security portfolio, and how it combines multiple capabilities into a single platform. We cover core features including Data Loss Prevention (DLP), Sensitivity Labels, Information Protection, Data Lifecycle Management, eDiscovery, Audit, Insider Risk Management, Communication Compliance, Compliance Manager, and Data Governance. You'll also discover h…
Guest: Mirko Peters
July 16, 2026

Conditional Access - Simply Explained

Conditional Access is one of the most powerful security features in Microsoft Entra, acting as Microsoft's Zero Trust policy engine for controlling who can access your applications, from which devices, under what conditions, and with which level of verification. Instead of simply checking a username and password, Conditional Access evaluates multiple signals in real time to make intelligent access decisions. In this episode of Microsoft Knowledge Nuggets, we explain Conditional Access in plain English and show why it's the foundation of modern identity security. You'll learn how Conditional Access works using simple if-then policies—for example, if a user signs in from an unmanaged device or an unfamiliar location, then require Multi-Factor Authentication, block access, or enforce additional security controls. We cover the core building blocks including users and groups, applications, device compliance, trusted locations, sign-in risk, user risk, authentication strength, session co…
Guest: Mirko Peters
July 16, 2026

Privileged Identity Management (PIM) - Simply Explained

Privileged Identity Management (PIM) is one of the most important security capabilities in Microsoft Entra, helping organizations eliminate permanent administrator access and replace it with just-in-time privileged access. Instead of giving users standing administrative permissions, PIM allows them to activate elevated roles only when they're needed, significantly reducing the risk of compromised accounts and privilege abuse. In this episode of Microsoft Knowledge Nuggets, we explain Privileged Identity Management in plain English and show why it's a cornerstone of Zero Trust security. You'll learn how PIM works, the difference between eligible and active role assignments, and why temporary access is far more secure than permanent administrator privileges. We cover essential features including role activation, approval workflows, Multi-Factor Authentication (MFA), business justification, time-limited access, notifications, audit logs, and access reviews. You'll also discover how PI…
Guest: Mirko Peters
July 16, 2026

Managed Identities - Simply Explained

Managed Identities are one of Azure's most powerful security features, yet they're often overlooked. Instead of storing usernames, passwords, client secrets, or certificates inside your applications, Azure can automatically create and manage an identity for your resources. In this episode of Microsoft Knowledge Nuggets, we explain Managed Identities in plain English and show why they're considered a security best practice for modern cloud applications. You'll learn what Managed Identities are, why they exist, and how they eliminate the need to manage credentials in your code. We cover the two types of Managed Identities—System-Assigned and User-Assigned—and explain when to use each. You'll also discover how Azure automatically handles credential creation, rotation, and lifecycle management, allowing your applications to securely authenticate to services like Azure Key Vault, Storage Accounts, Azure SQL Database, Microsoft Graph, and many other Microsoft Entra-protected resources wi…
Guest: Mirko Peters
July 16, 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. As the number of APIs grows, managing security, authentication, monitoring, versioning, and developer access quickly becomes complex. In this episode of Microsoft Knowledge Nuggets, we explain Azure API Management in plain English and show how it simplifies the entire API lifecycle. You'll learn why APIs are the foundation of modern applications and how Azure API Management acts as a secure gateway between your applications and backend services. We cover essential concepts including API gateways, products, subscriptions, policies, rate limiting, authentication, caching, transformations, versioning, revisions, and the built-in developer portal. You'll also discover how APIM helps protect backend services while giving developers a consistent and secure way to consume APIs. The episode explores common …
Guest: Mirko Peters
July 16, 2026

Azure Load Balancer — Simply Explained

Azure Load Balancer is one of the core networking services in Microsoft Azure, but many people don't fully understand what it actually does. In this episode of Microsoft Knowledge Nuggets, we explain Azure Load Balancer in plain English and show how it keeps applications available, scalable, and resilient as traffic grows. You'll learn why relying on a single virtual machine creates a single point of failure, and how Azure Load Balancer automatically distributes incoming TCP and UDP traffic across multiple backend servers. We break down essential concepts such as frontend IPs, backend pools, health probes, load-balancing rules, inbound NAT rules, and session persistence, explaining how they work together to ensure users are always connected to healthy resources. The episode also explores the differences between public and internal load balancers, when to choose Azure Load Balancer over Azure Application Gateway or Azure Front Door, and why understanding Layer 4 networking is cri…
Guest: Mirko Peters
July 16, 2026

Azure Front Door - Simply Explained

Azure Front Door is Microsoft's global application delivery network that improves the performance, availability, and security of web applications. By routing user traffic through Microsoft's worldwide edge network, Azure Front Door delivers faster response times, intelligent load balancing, SSL offloading, and built-in protection against web attacks—all from a single managed service. In this episode, you'll learn what Azure Front Door is, how it works, and why it's an essential service for modern internet-facing applications. The discussion explains core concepts such as global load balancing, health probes, URL routing, caching, Web Application Firewall (WAF), and SSL/TLS termination. You'll also discover how Azure Front Door differs from Azure Load Balancer, Azure Traffic Manager, and Azure Application Gateway. The episode explores practical scenarios such as hosting global websites, delivering APIs, improving application resilience, protecting against DDoS and web attacks, an…
Guest: Mirko Peters
July 16, 2026

Azure Virtual WAN - Simply Explained

Azure Virtual WAN is Microsoft's global networking service that simplifies connecting branch offices, remote users, virtual networks, and on-premises datacenters through the Microsoft global backbone. Instead of managing multiple VPN gateways, ExpressRoute connections, and complex routing configurations individually, Azure Virtual WAN provides a centralized platform for building secure, scalable, and high-performance enterprise networks. In this episode, you'll learn what Azure Virtual WAN is, how it works, and why it's designed for organizations with distributed or hybrid infrastructures. The discussion explains key concepts including Virtual Hubs, hub-and-spoke networking, site-to-site VPN, point-to-site VPN, ExpressRoute, and transitive routing. You'll also discover how Azure Virtual WAN simplifies global connectivity while reducing operational complexity. The episode explores practical scenarios such as connecting multiple offices, supporting remote workers, integrating hybr…
Guest: Mirko Peters
July 15, 2026

Azure Firewall - Simply Explained

Azure Firewall is Microsoft's cloud-native, fully managed network security service that protects Azure workloads from both internal and external threats. Instead of deploying and maintaining traditional firewall appliances, Azure Firewall provides centralized traffic filtering, threat intelligence, and application-aware security that automatically scales with your environment. In this episode, you'll learn what Azure Firewall is, how it works, and why it's a critical component of a secure Azure architecture. The discussion explains key concepts including network rules, application rules, NAT rules, threat intelligence, and the differences between the Basic, Standard, and Premium SKUs. You'll also discover how Azure Firewall fits into hub-and-spoke network designs and complements services like Network Security Groups (NSGs). The episode explores practical scenarios such as securing virtual machines, controlling outbound internet access, protecting hybrid cloud environments, filte…
Guest: Mirko Peters
July 15, 2026

Azure Bastion - Simply Explained

Azure Bastion is Microsoft's managed remote access service that lets you securely connect to Azure virtual machines without exposing them to the public internet. Instead of opening RDP or SSH ports, Azure Bastion provides browser-based access through the Azure portal, significantly reducing the attack surface while improving security and simplifying remote administration. In this episode, you'll learn what Azure Bastion is, how it works, and why it's becoming a best practice for managing Azure virtual machines. The discussion explains how Bastion enables secure RDP and SSH connections, integrates with virtual networks, and eliminates the need for public IP addresses on your servers. You'll also discover how it supports Zero Trust security principles and strengthens your overall Azure environment. The episode explores practical scenarios such as securely managing production servers, supporting hybrid environments, enabling remote administration for IT teams, and protecting critic…
Guest: Mirko Peters
July 15, 2026

Azure Landing Zones - Simply Explained

Azure Landing Zones provide the secure, scalable, and governed foundation that organizations need before deploying workloads in Microsoft Azure. Rather than simply creating subscriptions and resources, a Landing Zone establishes the core architecture—including identity, networking, security, governance, management, and compliance—so every new workload starts from a consistent and enterprise-ready baseline. Think of it as preparing the ground before building a house: without a solid foundation, everything built on top becomes harder to manage and secure. In this episode, you'll learn what Azure Landing Zones are, why they're essential for cloud adoption, and how they help organizations avoid costly redesigns as their Azure environments grow. The discussion explains the core building blocks, including management groups, subscriptions, resource organization, identity, networking, Azure Policy, Role-Based Access Control (RBAC), monitoring, and security baselines. You'll also discover h…
Guest: Mirko Peters
July 15, 2026

Azure Resource Manager - Simply Explained

Azure Resource Manager (ARM) is the management layer that sits behind every Azure deployment, providing a consistent way to create, organize, secure, and manage cloud resources. Whether you deploy virtual machines, storage accounts, databases, or networking components, every request passes through Azure Resource Manager. Rather than configuring resources manually, ARM enables organizations to deploy entire environments consistently using Infrastructure as Code, templates, and automation. In this episode, you'll learn what Azure Resource Manager is, how it works, and why it's the foundation of every Azure environment. The discussion explains key concepts including subscriptions, resource groups, resource providers, management groups, tags, locks, and role-based access control (RBAC). You'll also discover how Azure Resource Manager provides a centralized control plane that ensures consistent deployments, governance, and security across all Azure services. The episode explores prac…
Guest: Mirko Peters
July 15, 2026

Azure Policy - Simply Explained

Azure Policy is Microsoft's governance and compliance service for Azure, helping organizations enforce standards, prevent misconfigurations, and keep cloud environments secure at scale. Instead of relying on administrators to manually follow best practices, Azure Policy automatically evaluates resources against defined rules and can deny, audit, modify, or automatically remediate deployments that don't meet organizational requirements. In this episode, you'll learn what Azure Policy is, how it works, and why governance should be built into your Azure environment from day one. The discussion explains the core concepts of policy definitions, assignments, initiatives, scopes, exemptions, and compliance reporting, showing how they work together to enforce consistent standards across subscriptions, resource groups, and management groups. You'll also discover the difference between Azure Policy, Azure RBAC, and Azure Blueprints, helping you understand when each service should be used. …
Guest: Mirko Peters
July 15, 2026

Azure Monitor — Simply Explained

Azure Monitor is Microsoft's comprehensive monitoring and observability platform that helps organizations understand the health, performance, and availability of their cloud and on-premises environments. Instead of manually checking servers, applications, and services, Azure Monitor continuously collects metrics, logs, traces, and events, giving IT teams real-time visibility into everything running across their infrastructure. In this episode, you'll learn what Azure Monitor is, how it works, and why monitoring is essential for building reliable cloud solutions. The discussion explains the core components of Azure Monitor, including Metrics, Log Analytics, Application Insights, Alerts, Workbooks, and Dashboards, showing how they work together to detect issues before users are affected. You'll also discover how Azure Monitor integrates with virtually every Azure service to provide centralized monitoring and actionable insights. The episode explores practical scenarios such as mon…
Guest: Mirko Peters
July 15, 2026

Azure Logic Apps - Simply Explained

Azure Logic Apps is Microsoft's cloud-native workflow automation platform that helps organizations connect applications, services, and data without writing large amounts of code. Instead of building complex integrations from scratch, you create visual workflows that automatically respond to events, execute business processes, and move information between cloud services, on-premises systems, and third-party applications. In this episode, you'll learn what Azure Logic Apps is, how it works, and why it's one of the most powerful automation services in Microsoft Azure. The discussion explains the core building blocks of a workflow, including triggers, actions, connectors, conditions, loops, and approvals, while showing how they work together to automate repetitive business tasks. You'll also discover the difference between Azure Logic Apps, Power Automate, and Azure Functions, helping you choose the right tool for different automation scenarios. The episode explores practical use ca…
Guest: Mirko Peters
July 15, 2026

Azure Functions - Simply Explained

Azure Functions are Microsoft's serverless compute service, allowing developers to run code without managing servers or infrastructure. Instead of deploying and maintaining virtual machines, you simply write small pieces of code—called functions—that execute automatically whenever a specific event occurs. Whether a file is uploaded to Azure Storage, an HTTP request is received, a timer triggers, or a message arrives in Azure Service Bus, Azure Functions responds instantly and only consumes resources while your code is running. In this episode, you'll learn what serverless computing really means, how Azure Functions fit into modern cloud architectures, and why they're a key building block for event-driven applications. The discussion covers common triggers and bindings, explains the different hosting plans, and shows how automatic scaling allows applications to handle anything from a few requests per day to millions of executions without manual intervention. The episode also expl…
Guest: Mirko Peters
July 15, 2026

Azure Service Bus - Simply Explained

Azure Service Bus is Microsoft's enterprise messaging service for building reliable, secure, and loosely coupled applications. In this episode, we explain what Azure Service Bus is, how it works, and why it's a key component of modern cloud architectures. Whether you're connecting applications, integrating business systems, or building resilient microservices, Azure Service Bus ensures messages are delivered reliably—even when systems are temporarily unavailable. You'll learn the core concepts behind queues, topics, subscriptions, and message brokers, as well as features like dead-letter queues, duplicate detection, scheduled messages, sessions, and transactions. We also explore how Azure Service Bus integrates with Azure Functions, Logic Apps, Power Platform, and other Azure services to enable asynchronous communication and scalable enterprise solutions. Along the way, we compare Azure Service Bus with Event Grid and Event Hubs so you'll understand when each messaging service is t…
Guest: Mirko Peters
July 15, 2026

Azure Event Hubs - Simply Explained

Azure Event Hubs is Microsoft's high-throughput event streaming platform, built to ingest and process millions of events per second with low latency. In this episode, we explain what Azure Event Hubs is, how it works, and why it's a critical service for modern cloud-native applications, IoT solutions, real-time analytics, and large-scale data pipelines. Whether you're collecting telemetry from connected devices, application logs, or streaming business events, Event Hubs provides the scalable foundation to move data in real time. You'll learn the core concepts behind Event Hubs, including namespaces, partitions, consumer groups, offsets, and event retention. We also explore how Event Hubs integrates with Azure Functions, Azure Stream Analytics, Microsoft Fabric, Azure Data Explorer, Apache Kafka, and other analytics platforms to power real-time processing and insights. Along the way, we compare Azure Event Hubs with Event Grid and Service Bus so you'll understand when each messaging…
Guest: Mirko Peters