【发布时间】:2021-03-26 15:16:30
【问题描述】:
我在应用服务的基于 Web 的 Azure 控制台中执行的任何命令都会失败:
D:\home\site\wwwroot>dir
function(e){if(void 0===e&&(e="legacy"),this._body instanceof b)return this._body.toString();if(this._body instanceof ArrayBuffer)switch(e){case"legacy":return String.fromCharCode.apply(null,new Uint16Array(this._body));case"iso-8859":return String.fromCharCode.apply(null,new Uint8Array(this._body));default:throw new Error("Invalid value for encodingHint: "+e)}return null==this._body?"":"object"==typeof this._body?JSON.stringify(this._body,null,2):this._body.toString()}con
然后它会完全挂起,直到我关闭基于 Web 的控制台并刷新 portal.azure 页面。我一直在寻找解决方案,但似乎没有报告此问题。
【问题讨论】:
-
看来scm网站有问题。
-
请在azure门户中点击重启,主站点和SCM站点都会重启。如果对你有帮助,请告诉我。
-
有进展吗?
标签: azure api console azure-web-app-service azure-app-service-envrmnt