Aug 28 2022
07:42 PM
- last edited on
Mar 05 2024
01:58 PM
by
TechCommunityAP
Aug 28 2022
07:42 PM
- last edited on
Mar 05 2024
01:58 PM
by
TechCommunityAP
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