Create resource group, storage account and deploy .net function apps from DevOps

Copper Contributor

Hello,
I am trying to deploy and Manage Azure Functions from DevOps. We are wanting to create Azure resource group from DevOps and other prerequisite resources from ARM template and trigger ARM template from DevOps. 
As update Azure function is working fine for us, we are trying to publish blank apps using ARM and update the apps with the code from the repository. 
I am creating ARM template by referencing to Microsft doc but unable to publish apps as ARM template for .NET azure function is not working for me in DevOps.
Any help would be appreciated. Thanks

0 Replies