Azure Bicep User-Defined Functions are powerful tools for standardising and sharing logic across your organisation. However, changes to these functions can introduce errors that impact your deployments. In this blog, you will learn how to set up effective expectation versus reality test cases for your User-Defined Functions, using a simple and straightforward approach to testing your functions … Continue reading Testing Azure Bicep User-Defined Functions using Bicep Console and Pester
Tag: azurebicep
Azure Bicep optional module names explained
Naming every module in Azure Bicep used to be mandatory. With the release of the optional module names setting an explicit module deployment name is now optional. With Azure Bicep version 0.34.1 you can let Bicep automatically handle module deployment names for you. In this blog, you will learn how the optional module name feature works. What is a … Continue reading Azure Bicep optional module names explained
Azure Bicep nullability operators explained
Operators are widely used in Azure Bicep. Commonly used operators include arithmetic operators like + and - for performing calculations, as well as comparison operators such as == and != and there are many more. Additionally, there are less familiar operators like !, ??, and .?, each offering unique functionality. In this blog you will … Continue reading Azure Bicep nullability operators explained


