Azure – How can I define compile time constants in bicep configuration language?
I'm currently working on deploying multiple workbooks in Azure using Bicep. My goal is to create a resource workbook and deploy multiple instances of it. However, I've encountered an issue with the loadTextContent function, which only accepts hard-coded variables because…