
Getting started with Azure Bicep | Microsoft Community Hub
Jan 18, 2022 · There's an overview of what Azure Resource Manager is, and you learn that Bicep is a type of ARM template, with the Bicep language being an alternative to using the JSON …
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 …
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 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 …
Azure Landing Zones Accelerators for Bicep and Terraform …
Jan 25, 2024 · The Azure Landing Zones Accelerators for Bicep and Terraform serve as automation frameworks and include corresponding documentation. Their purpose is to assist …
Automating Logic Apps connections to Dynamics 365 using Bicep
Jan 2, 2025 · The focus of this short post will be on the outbound use case, showing how to use the Microsoft Dataverse connector with Bicep automation. A simple use case. The app shown …
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. …
Implement App Service Best Practices into your Azure ARM/Bicep ...
Feb 20, 2025 · If you’re new to ARM/Bicep templates or App Service, or if you’re looking to improve your templates by implementing best practices, I hope this blog post has been helpful …
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 …
Announcing public preview of Bicep templates support for …
May 20, 2024 · 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 …