Reputation: 11
I am trying to deploy my code from Visual Studio Code (1.66.0) to Azure WebAPP. Code is getting built successfully but when I am trying to deploy getting below error.
Error: request to https://igim-admin.scm.azurewebsites.net/api/zipdeploy?isAsync=true&author=VS%20 Code failed, reason: read ECONNRESET
Upvotes: 0
Views: 489
Reputation: 11
Solution - Downgrade my Visual Studio Version to 1.64 from 1.66 and successfully deployed.
Upvotes: 1