I've seen this error before @Alban Vicarini . I've seen it been the result of a firewall connection or a resource exhaustion; so, one of the ends of connection had a failure at some point for whatever reason. But I believe this is more than likely a transient issue. If you have more logging, please feel to post it below. Since the difficulty was with a VS Code deployment, the deployment logs /deployments/ for any additional errors that may have proceeded ECONNRESET. If nothing is there, trying deploying via a different method like az webapp deployment or az webapp deploy. If this also fails, then it's an indication there's a transient issue with the worker your app service is running on. Normally, issues are resolved rather quickly but if it's persisted, do let me know down below.
Not able to deploy app on Azure App Services using VS Code
Alban Vicarini
1
Reputation point
Hello All,
I have created an API in python and till yesterday I successfully deploy my all app on Azure App Service from VS Code.
But today I got an error when I tried to deploy app on Azure App Services using VS Code.
I got below error:
Error: request to https://tXXXXXX.XXX.azurewebsites.net/api/zipdeploy?isAsync=true&author=VS%20Code failed, reason: read ECONNRESET
Can some help me on this please ?
Thank you