Control your Azure Bicep deployment flow with the fail function
Have you ever come across a scenario where you want to enforce a parameter to have a certain value because another parameter has value X? This means you’re dealing with…
06/05/2025
Before the release of the user-defined functions functionality, there was a “hacky” way to create your own functions, namely through creating modules and using outputs. Now with the release of user-defined functions, you can easily create your own user-defined functions. These are separate functions in addition to the