
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, …
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.
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 …
Deploy Microsoft Sentinel using Bicep
Oct 24, 2024 · Bicep is a domain-specific language that uses declarative syntax to deploy Azure resources. It provides benefits over Azure Resource Management (ARM) templates including …
Whats New: Bicep Support in Microsoft Sentinel Repositories
Jan 15, 2025 · Integrating Bicep with Microsoft Sentinel Repositories Microsoft Sentinel’s Repositories feature already allows organizations to integrate with GitHub or Azure DevOps to …
Azure Landing Zones Accelerators for Bicep and Terraform …
Jan 25, 2024 · The Azure Landing Zones Accelerators for Bicep and Terraform play a crucial role in minimizing the effort needed for analyzing and creating an Azure Landing Zone deployment. …
Learn about Bicep infrastructure as code and Azure deployment ...
Jul 15, 2021 · Have you heard about Bicep? It's our new simple language for deploying your Azure infrastructure. If you've used JSON Azure Resource Manager templates (ARM …
Deploying Logic App Standard resource using Bicep templates …
Mar 6, 2023 · The Bicep VS Code extension helps to decompile ARM JSON template into Bicep template and also provides intellisense for writing the Bicep code. In this example, I am using …
Easily add login to your Azure app with Bicep | Microsoft …
Mar 10, 2025 · Did you know that you can now add user login to app deployed on Azure, with just Bicep code? No Portal, CLI, SDK, or app code needed! For those new to Bicep,...