Not able to deploy app on Azure App Services using VS Code

Alban Vicarini 1 Reputation point
2022-04-01T07:56:50.307+00:00

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

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,037 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Ryan Hill 22,751 Reputation points Microsoft Employee
    2022-04-02T02:59:08.9+00:00

    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.

    1 person found this answer helpful.