-
Notifications
You must be signed in to change notification settings - Fork 18
ARM Template apiVersion for Microsoft.web/sites/sourcecontrol #5
Comments
Just wanted to see if there are any comments to the issue posted here. We have a customer attempting to deploy this into their test environment and they have not had a successful deployment with the deploy failing on the Microsoft.Web/Sites/SourceControl step. They have tried to redeploy this application multiple times with no success. |
Hi @richross , can you try to troubleshoot the issue by checking steps here - https://github.com/OfficeDev/microsoft-teams-apps-diversityandinclusion-preview-/wiki/Troubleshooting#delete-node-modules Recently few deployments are reported failed due to npm errors, and we got 100% success when node_modules are cleared from app service. |
@adamgernon try to use my way #17 |
@Mikhail2k15 - will do once merged. Thanks |
Use those steps to fix the issue with the sync process. • Open portal.azure.com and use an admin credential to authenticate. DEL /S /Q node_modules • Delete the package-lock.json file |
Source code for this repo was cloned into our GitHub Enterprise (GHE) environment. Deploying the ARM template repeatedly failed on the step where it deployed the source code to the Azure Functions and WebSites and mentioned the Microsoft.Web/Sites/SourceControl resource provider. Looking at this RP there is a newer version of this api. I updated the apiVersion property for this part of the ARM template to use apiVersion 2018-11-01. I was able to successfully deploy code to all of the functions and the web site following this change.
The text was updated successfully, but these errors were encountered: