Open links in new tab
  1. Getting started with Azure Bicep | Microsoft Community Hub

    Jan 18, 2022 · Intermediate Bicep - This learning path covers child and extension resources, managing changes to your code using Git, structuring your Bicep code for collaboration, previewing Azure …

  2. Creating an Application Landing Zone on Azure Using Bicep | Microsoft ...

    May 7, 2025 · 🏁 Conclusion Creating an Application Landing Zone using Bicep provides a robust, scalable, and secure foundation for deploying applications in Azure. By following a phased, modular …

  3. Automating Multiple Azure Resource Deployment with Bicep

    Apr 22, 2025 · By using Bicep's for loops and parameters, we can automate the creation of multiple resources efficiently and consistently. In this blog post, we'll explore how to automate the deployment …

  4. Managing Multiple Deployment Stacks in Azure Bicep: Patterns and …

    Nov 19, 2025 · Azure Deployment Stacks introduce a new, powerful way to organize and manage cloud infrastructure using Bicep and ARM. Instead of treating each resource independently, Deployment …

  5. Release of Bicep Azure Verified Modules for Platform Landing Zone ...

    Feb 2, 2026 · After months of collaboration and invaluable community feedback, we're thrilled to announce that Azure Verified Modules for Platform Landing Zone using Bicep is now generally …

  6. What is Bicep? The ARM Template DSL | Microsoft Community Hub

    May 16, 2021 · Since this post, Bicep has got a lot of improvement and the new "refreshed" post is published here, Azure Bicep Refreshed. Please take a look at the new post. Let's have a look at the …

  7. azure - How does Bicep (ARM) keep track of state? - Stack Overflow

    Jul 9, 2024 · Bicep takes it's state directly from Azure, Terraform maintains a state file which it uses as it's source of truth. By default when you run Terraform Plan or Apply it will also run a refresh …

  8. Learn about Bicep infrastructure as code and Azure deployment ...

    Jul 15, 2021 · Learn how to deploy your Azure infrastructure as code (IaC) by using Bicep. Follow along with our Microsoft Learn learning paths to understand the Bicep...

  9. Designing Reusable Bicep Modules: A Databricks Example | Microsoft ...

    May 19, 2025 · Bicep, Microsoft’s domain-specific language (DSL) for ARM templates, brings simplicity and readability to Azure IaC. In this blog, I’ll walk you through how to design a reusable Bicep …

  10. Create your own Bicep Local Extension using .NET | Microsoft …

    Aug 7, 2025 · Bicep Local has an extensible interface for using Bicep syntax to manage resources beyond ARM. This blog explores how to create your own extension for Bicep Local. Bicep Local …