After covering Loops and conditions in the last post, now let´s have a look at Function options. Functions in Bicep are a handy tool and play a crucial role in dynamizing the code and reducing complexity. They can be thought of as building blocks that perform a specific task in a Bicep template. There are… Continue reading IaC with Azure Bicep – functions
Category: Bicep Dynamics
IaC with Azure Bicep – Dynamic code with loops
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
