Sunday 17 April 2022

Angular code deployment to Azure failed - Reason - .azurewebsites.net/api/zipdeploy?isAsync=true&author=VS%20Code failed, reason: read ECONNRESET

 I am trying to deploy my code from Visual Studio Code (1.66.0) to Azure WebAPP.

Code is getting Build 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

If someone face the same issue then please help me out.


Ans:

I'm having the same problem, so you have a solution downgrading, i'm using this link to get your mentioned version:
https://code.visualstudio.com/updates/v1_64

testinggg....and.... yes, it works.

----------------------------------------------------------------------------------------------------

I received the a similar error in VS Code. Downgrading from 1.66 to 1.64, I am now able to deploy a Node.js app. Thank you for the information.


----------------------------------------------------------------------------------------------------


I understand the inconvenience with this issue. Apologies for any trouble!

It’s being tracked on VS repo, as mentioned –“until a fix is released in VS Code stable (hopefully the next major release)”.

4 -options are outlined for the fix (downgrading VS code version, is one of the option).
https://github.com/microsoft/vscode-azurefunctions/issues/2844#issuecomment-1089619666
https://github.com/microsoft/vscode-azurefunctions/issues/3098#issuecomment-1090532374

(copied the suggested options below to benefit the community)

  1. Wait for the fix to come in VS Code Insiders

  2. Deploy via Azure CLI

  3. Downgrade your Azure Functions extension version to 1.2.1 (Feb 08, 2021), we used a different zip deploy method which seems to be working still. Note: it might not work in environments like WSL or Codespaces, which is why we changed our deploy in 1.3.0 (Mar 15, 2021).

  4. Downgrade to the VS Code February 2022 release, where zip deploy is working as discussed and confirmed above.


No comments:

Post a Comment