Bicep

Bicep is a language for declaratively deploying Azure resources.

Overview

Bicep is a language for declaratively deploying Azure resources. You can use Bicep instead of JSON for developing your Azure Resource Manager templates (ARM templates).

Key Resources

Homepage: https://learn.microsoft.com/azure/azure-resource-manager/bicep/
Newsfeed: RSS

Getting Started

  1. 9/14/2022, Learning Path
    Learn how Bicep enables you to manage infrastructure deployments on Azure.
  2. 9/14/2022, Learning Path
    Learn how to use Bicep and Azure features to improve the quality of your infrastructure deployments.
  3. 9/14/2022, Learning Path
    Learn how to use Bicep for complex deployments to Azure.

News

Date News
3/22/2023
If you've followed Part 1 and Part 2 of the azdev-ify or azd-ify series and are wondering whether you need to completely rework your Bicep files to `azd up` your app, you're in luck! The solution...
3/20/2023
Microsoft Azure is excited to announce a new Secure Baseline scenario in the Landing Zone Accelerator for Azure App Service. This new scenario provides a simple, secure starting point to build...
3/8/2023
The growth of Bicep has increased massively over the last few years for those of you deploying into Azure. The community made it clear that being able to work in Visual Studio and not have to...
2/28/2023
Introduction   In part 1 we saw how to send a custom event telemetry to an Azure Application Insights instance through PowerShell.   We did track our Azure Virtual Network IP addresses...
2/27/2023
Building a URL shortener is much easier now using the Serverless technologies in Azure. In this post, we will discuss developing this solution.   Here is the overall architecture of the...