Ubuntu – Azure DevOps using Bicep has different behave on local machine compared to ADO runner
I am deploying very simple Azure log search alert rules using Bicep. Code sample: param alertLocation string = resourceGroup().location var umAlertRules = [ { name: 'Update Manager Schedule Failures' query: 'here is query, not important for explanation to have here'…