Need help to set up a pipeline using tasks and YAML to deploy a BICEP template and use a param file

Copper Contributor

I am trying to set up a pipeline that will deploy a BICEP template written by our cloud team and then use a param file to pass in the application specifics to create the Azure resource group and app services for an application. Ideally do not want to do this in powershell and instead in YAML or even better using the tasks in the pipeline builder. 

 

Currently everything I have tried doesn't work and errors. Has anyone done this before and have a proven method or any tips?

1 Reply
Currently doing this now simply going through the Bicep training on MS Learn. I think it's at the Intermediate or Advance that they deploy examples: https://learn.microsoft.com/en-us/training/paths/advanced-bicep/