Currently I am working with CI/CD of azure function using VSTS. In this I am able to deploy my code successfully. After deployment it was showing that "Your app is setup to use Continuous Delivery with VSTS. Click on the 'Continuous Delivery' item on the left menu to configure it"in the azure portal. But, continuous delivery is disabled here. What should I do to enable it. Could any one suggest.
0
votes
1 Answers
1
votes
Try this:
- Go to https://resources.azure.com/
- Find your function app by searching or in the tree, under your resource group -> providers -> Microsoft.Web -> sites
- Under it, open Config / Web
- Click Edit (may need to set it to read/write first)
- In the JSON, change scmType to None
- Click PUT
Then go back to Portal and try again.