July 14, 2026
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 …