
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 …
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 …
Easily add login to your Azure app with Bicep | Microsoft Community …
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,...
Deploy Microsoft Sentinel using Bicep | Microsoft Community Hub
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 smaller …
Gaining Confidence with Az CLI and Az PowerShell: Introducing What if ...
Nov 21, 2025 · That’s why we’re introducing new powerful features in Azure CLI and Azure PowerShell to preview the changes the commands may make: the What if and Export Bicep features. These …
Deploying Logic App Standard resource using Bicep templates and …
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 an …
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.
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 manage supported …
Whats New: Bicep Support in Microsoft Sentinel Repositories
Integrating Bicep with Microsoft Sentinel Repositories Microsoft Sentinel’s Repositories feature already allows organizations to integrate with GitHub or Azure DevOps to manage their Sentinel …
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 …