user-defined-function
-
Simplifying String Replacement in Azure Bicep using User-Defined Functions
In this blog post, I’ll provide a way of replacing multiple values in a string in Azure Bicep. We will first look at the traditional way of doing this, which can be quite tedious and repetitive. Then, we will introduce… Continue reading
