Passing boolean value parameters to Bicep from a devops pipeline yaml
Thanks to this post, I know how to pass parameters from my yml pipeline through the AzureResourceManagerTemplateDeployment
task to my bicep IaC script. However, my argument arrives as string, even though I specified them in my pipeline.yml as boolean.
Passing boolean value parameters to Bicep from a devops pipeline yaml
Thanks to this post, I know how to pass parameters from my yml pipeline through the AzureResourceManagerTemplateDeployment
task to my bicep IaC script. However, my argument arrives as string, even though I specified them in my pipeline.yml as boolean.
BICEP: Creating Azure Automation Account runbook schedule link fails with “bad request”
I am trying to link a schedule to a runbook using bicep. It fails with the error “Bad Request” and give no other information. Can anyone help with what I am doing wrong here?? The schedule and runbook both exist inside the automation account.
vm module with attach existing nic, asg, nsg, domain join, back up details using azure bicep
How to create vm module with attaching existing nic, asg, nsg, domain join, back up vault extensions details using azure bicep.
How to create vm module with attaching existing nic, asg, nsg, domain join, back up vault extensions details using azure bicep.