IaC with Azure Bicep – functions

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