
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 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 …
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.
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 …
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. …
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 …
An Update on Bicep Azure Verified Modules for Platform Landing …
Apr 24, 2025 · There will also be 1 x Bicep Azure Verified Modules for Platform Landing Zone (ALZ) pattern module for each of the ALZ Architectures Management Groups, plus this empty …
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 …
Implement App Service Best Practices into your Azure ARM/Bicep ...
Feb 20, 2025 · To implement App Service best practices into your ARM/Bicep templates, you can use GitHub Copilot to help you write and edit the code. GitHub Copilot will provide you with …
Easily add login to your Azure app with Bicep
Mar 10, 2025 · The Bicep for configuration is slightly different across Container Apps and App Service, but they share properties in common: redirectToProvider: The value of …