I have managed to create build and release pipelines for my v1.x Azure Function and it is working. But now I have a problem with function.json file. I have three environments (development, test and production) with different triggers. So I need to modify function.json for each environment. How can I modify function.json in Azure DevOps' release pipeline? Now I have to modify it manually after each release.
1
votes
![1]](https://i.stack.imgur.com/74SfD.png)
function.json? - Jerry Liufunction.jsonisn't dynamically set. - Lassi Autio