
What is Bicep? The ARM Template DSL | Microsoft Community Hub
May 16, 2021 · This post discusses how Bicep, the ARM template DSL, looks like and how we can leverage it for ARM template authoring.
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, …
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 …
Designing Reusable Bicep Modules: A Databricks Example
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 …
Announcing GA of Bicep templates support for Microsoft Entra ID ...
Jul 29, 2025 · To provide support for Bicep templates for Microsoft Graph resources, we have released the new Microsoft Graph Bicep extension that allows you to author, deploy, and …
Creating an Application Landing Zone on Azure Using Bicep
May 7, 2025 · Creating an Application Landing Zone using Bicep provides a robust, scalable, and secure foundation for deploying applications in Azure. By following a phased, modular …
Automating Azure AI Foundry Deployment with IaC: Leveraging …
May 9, 2025 · Deploying AI solutions at scale requires more than just innovation; it necessitates automation. In this blog, we will explore how to optimize and standardize Azure AI Foundry …
Create your own Bicep Local Extension using .NET
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.
Utilizing Bicep: Automatically deploy standard Azure IaaS model
Apr 28, 2023 · Chapter 1 Chapter 2 >> Chapter 3 >> What is Bicep ? Bicep is an IaC language for automating Azure infrastructure construction. -- IaC means Infrastructure as Code. Bicep …
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...