Azure Bicep to configure azure devops project

Altab Hussain 1 Reputation point
2022-04-21T06:36:50.457+00:00

Hi, I have created an Azure DevOps project using custom inherited agile process and also added service hook (web hooks) to connect to qtest instance.
I would like to do the above mentioned task using bicep to automate this process. However, I haven't been able to find documentation in regards to using bicep template for azure DevOps configuration of projects or azure DevOps boards.
Is there any documentation to help with this tasks using Bicep?
If not possible, are there any alternate ways to achieve this?

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
36,235 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Udaiappa Ramachandran 726 Reputation points MVP
    2022-04-21T19:57:08.89+00:00

    compile (transpile) bicep to arm template then use the arm template to run within the azure pipeline, this way your source is always in the bicep, and the output file arm can be used in pipeline