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. 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 …

  3. 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 …

  4. 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 …

  5. devops - Azure Bicep reference existing resources from different ...

    Sep 26, 2024 · In my bicep file I am trying to reference an existing applicationInsights. Problem is that the referenced application insights changes depending on input parameters. There are 3 possible …

  6. Azure Bicep - optional property based on a condition

    Aug 6, 2024 · In Bicep, how can I define a property on a resource only if it matches a condition? For instance if I want to create an Azure Service Bus Standard Tier in my non-prod environment, then in …

  7. Can we add waiting/delay in azure bicep deployment?

    Dec 12, 2022 · Are there any way to add time delay or wait for particular resource deployment in azure bicep (NOT ARM)? (For example wait until NSG deployment to initiate VNET/Subnet deployment) …

  8. How to grant a Managed Identity permissions to an Azure SQL …

    Aug 28, 2023 · I use GitHub actions to spin up Azure resources from scratch using Infrastructure as Code (IaC). In my case Bicep, but it could be Terraform. This includes an Azure SQL Server, a SQL …

  9. Whats New: Bicep Support in Microsoft Sentinel Repositories

    Jan 15, 2025 · Full integration: Seamless compatibility with Azure services and tooling. Integrating Bicep with Microsoft Sentinel Repositories Microsoft Sentinel’s Repositories feature already allows …

  10. Automating Azure AI Foundry Deployment with IaC: Leveraging Bicep …

    May 9, 2025 · Conclusion Deploying Azure AI Foundry components using Infrastructure-as-Code brings consistency, repeatability, and security to AI environments. By modularizing Bicep templates and …