Relative Content

Tag Archive for azurecicdazure-monitoringinfrastructure-as-codebicep

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 they need to be compile-time constants as per the documentation.