简体   繁体   English

如何使用 VSCode 修复 Azure web 应用程序部署错误?

[英]How fix Azure web app deploy error with VSCode?

I followed quickstart-nodejs guide.我遵循了 quickstart-nodejs 指南。 Difference is region.区别在于地域。 guide region is 'eu', my region is 'kor'.指南区域是“欧盟”,我的区域是“朝鲜”。

https://learn.microsoft.com/ko-kr/azure/app-service/quickstart-nodejs?tabs=windows&pivots=development-environment-vscode https://learn.microsoft.com/ko-kr/azure/app-service/quickstart-nodejs?tabs=windows&pivots=development-environment-vscode

Error came when after zipping.压缩后出现错误。

오후 3:46:22: Error: request to https://mpexpressapp011.scm.azurewebsites.net/api/zipdeploy?isAsync=true&author=VS%20Code failed, reason: read ECONNRESET 오후 3:46:22:错误:请求https://mpexpressapp011.scm.azurewebsites.net/api/zipdeploy?isAsync=true&author=VS%20Code失败,原因:读取 ECONNRESET

Why and How?为什么以及如何?

Please help me.请帮我。 (ㅠㅠ) (ㅠㅠ)

在此处输入图像描述

Exactly the same issue since yesterday, Brazil South region.自昨天以来,巴西南部地区出现了完全相同的问题。 Stopped working out of the blue.突然停止工作。

EDIT: After rolling back Visual Studio Code update to february, it works again.编辑:将 Visual Studio Code 更新回滚到 2 月后,它再次运行。 Looks like the update from VScode broke something看起来 VScode 的更新破坏了一些东西

After rolling back Visual Studio Code update to february, it works again.将 Visual Studio Code 更新回滚到 2 月后,它又可以工作了。 Looks like the update from VScode broke something.看起来 VScode 的更新破坏了一些东西。

Aye!!!啊!!! It worked here too!它在这里也有效!

I have experienced that same problem, but I follow the Alberto Recommendation and worked perfectly here, I did downgrade from 1.66 to 1.65.2.我遇到过同样的问题,但我遵循 Alberto Recommendation 并且在这里工作得很好,我确实从 1.66 降级到 1.65.2。

Same issue for me too, deploying in UK SOuth.我也有同样的问题,部署在英国南部。 Rolled back to January (1.64.2 to be safe) and worked perfecty.回滚到 1 月(1.64.2 是安全的)并且工作完美。 So I would agree, some new issue in the March release (1.66.0)所以我同意,3 月版本 (1.66.0) 中的一些新问题

The situation was the same in Japan.日本的情况也一样。 After hours of trying various things, I was able to find and solve it.经过数小时的尝试,我终于找到并解决了它。 I don't know who put it in, but the crime of taking a lot of time from developers around the world is very heavy.不知道是谁放的,但是占用全世界开发者大量时间的罪名是很重的。

Same in NZ.新西兰也一样。 New laptop upgrade to V1.66 and would not work.新笔记本电脑升级到 V1.66 后无法使用。 Uninstalled and installed V1.65 and the upload worked.卸载并安装 V1.65,上传成功。 Interestinglky the size of the sipped filed was 1Mb smalled with the 1.66 version (1.66 size of zipped file was 58.3 Mb and 1.65 and below size of zipped file is 59.4 Mb)有趣的是,1.66 版本的 sipped 文件大小缩小了 1Mb(1.66 压缩文件大小为 58.3 Mb,1.65 及以下压缩文件大小为 59.4 Mb)

Yes, I also encountered the same issue in INDIA.是的,我在印度也遇到了同样的问题。 downgrading the application to Jan Version: 1.64.2 (Universal) resolved the issue.将应用程序降级到 Jan Version: 1.64.2 (Universal) 解决了这个问题。

I am using a Macbook air (M1 chip)我使用的是 Macbook air(M1 芯片)

You can download other versions from here您可以从这里下载其他版本

It worked after reverting to previous version恢复到以前的版本后它起作用了

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 错误 GitHub 操作部署到 Azure Web 应用程序 - Error with GitHub Action Deploy to Azure Web App Azure Devops 管道返回:'无法将 web package 部署到应用服务。 内部服务器错误(代码:500)' - Azure Devops Pipeline returning: 'Failed to deploy web package to App Service. Internal Server Error (CODE: 500)' 如何在同一个 Azure Web 应用服务上部署 Blazor (WASM) 应用和一个 API? - How to deploy Blazor (WASM) app and an API on the same Azure Web App Service? 如何将python app部署到Azure Function - How to deploy python app to Azure Function 如何从github部署到Azure应用服务 - How to Deploy from github to Azure App Service gcloud.app.deploy 错误响应:[13] 无法创建云构建:无效存储桶 - 如何修复? - gcloud.app.deploy Error Response: [13] Failed to create cloud build: invalid bucket - how to fix? Angular 应用程序在 Azure 部署后显示错误 - Angular app shows error after Azure deploy Azure web 应用程序出现 BadImageFormatException 错误 - BadImageFormatException error on Azure web app 在 Azure 应用服务部署上安装 npm package 时出错 - Error installing npm package on Azure app service deploy 如何使用 Terrafrom 部署 azure 逻辑应用标准的工作流程 - how use Terrafrom to deploy azure logic app standard's workflows
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM