This post continues the series on the topic of Infrastructure as Code (IaC) with Azure Bicep, an extension of the ARM templates. After we had highlighted a few general IaC aspects with classification of Bicep in the first parts and were able to start a first deployment with the setup of the local development environment,… Continue reading IaC with Azure Bicep – Dynamic code with loops
Category: Bicep
IaC with Azure Bicep – structure
In the previous post, we had a look into some general aspects of IaC and how to set up your bicep environment. With this blog, we will clarify the general structure and parts of the bicep templates and do a first deployment with these. Bicep structure Basic structure of the templates Once the environment is… Continue reading IaC with Azure Bicep – structure
IaC with Azure Bicep – Part1
Introduction to Azure Bicep This post begins a series on Infrastructure as Code (IaC) with Microsoft Bicep. This is the successor – or more precisely, the extension – of the classic ARM templates for Azure. Anyone who has already gained experience with this knows where it could sometimes hurt, especially in terms of readability and… Continue reading IaC with Azure Bicep – Part1
