Azure Bicep

Azure Bicep is an open source, Infrastructure as Code (IaC) tool from Microsoft that offers a better replacement for using Azure ARM Templates for resource deployment and management. The “bicep” language compiles into ARM JSON and is supported by Microsoft giving you a modern IaC language for Azure deployment automation.

12 articles

Jan 18, 2023 7 min read

Comparison: Terraform vs Azure Bicep

HashiCorp Terraform and Azure Bicep are both declarative Infrastructure as Code (IaC) tools for provisioning and managing infrastructure in the Microsoft Azure cloud. While they…

Sep 17, 2020 1 min read

Azure Bicep Roadmap Q4’20 into 2021

Microsoft recently released the first preview of the Azure Bicep project which provides a new, more intuitive language for building out infrastructure as code deployments…