
Getting started with Azure Bicep | Microsoft Community Hub
Jan 18, 2022 · Let's add parameters and variables to the Bicep template. You'll be using the same sandbox environment and main.bicep file from earlier, and you can see how adding the …
What is Bicep? The ARM Template DSL | Microsoft Community Hub
May 16, 2021 · Since this post, Bicep has got a lot of improvement and the new "refreshed" post is published here, Azure Bicep Refreshed. Please take a look at the new post. Let's have a …
Automating Azure AI Foundry Deployment with IaC: Leveraging …
May 9, 2025 · Modular Bicep Architecture. Each module (like keyVault.bicep, aiServices.bicep, etc.) accepts clearly defined parameters and follows best practices such as: Conditional …
Automating Multiple Azure Resource Deployment with Bicep
Apr 22, 2025 · Introduction to Bicep. Bicep is a new language for deploying Azure resources, designed to simplify the authoring experience compared to traditional ARM templates. It …
Deploying Logic App Standard resource using Bicep templates …
Mar 6, 2023 · In a Bicep file, you define the infrastructure you want to deploy to Azure, and then use that file throughout the development lifecycle to deploy your infrastructure repeatedly. …
Creating an Application Landing Zone on Azure Using Bicep
May 7, 2025 · 🧱 Application Landing Zone Architecture Using Bicep. Bicep is a domain-specific language (DSL) for deploying Azure resources declaratively. It simplifies the authoring …
Utilizing Bicep: Automatically deploy standard Azure IaaS model
Apr 28, 2023 · Bicep can set scope of Azure environments easily for each level as follows: Bicep fundamental features ; Bicep inherits the basic functionality of ARM templates. The default …
Provisioning Azure Storage Containers and Folders Using Bicep …
May 19, 2025 · Deploy an Azure Storage Account and Blob containers using Bicep; Create a folder-like structure inside those containers using PowerShell; This approach is ideal for cloud …
Whats New: Bicep Support in Microsoft Sentinel Repositories
Jan 15, 2025 · What Are Bicep Templates? Bicep is a domain-specific language (DSL) for deploying Azure resources declaratively. As an evolution of JSON-based Azure Resource …
Automating Logic Apps connections to Dynamics 365 using Bicep
Jan 2, 2025 · connectionId: uses the Bicep resourceId function to obtain the deployed Azure resource ID. id : references the properties.api.id value specified earlier. So fairly simple, but …