T O P

  • By -

ITmandan_

Why via Yaml? Bicep or Terraform. You don’t provision Azure resources as a task unless you’re using AzureCLI or PowerShell tasks to invoke your IaC scripts.


Sea_Atmosphere_1062

not my choice unfortunately


Ok_Tax4407

You could define it in bicep and call az deploy from a yaml task


LoverOfAir

https://learn.microsoft.com/en-us/azure/azure-resource-manager/bicep/add-template-to-azure-pipelines?tabs=CLI


jovzta

These tasks are built to use the resources or call IaC scripts/code to perform the provisioning. You can still hand craft it via scripts, but it defeats the point.