0

出乎意料的是,我的应用服务(asp.net 核心应用)已关闭,没有任何帮助(例如重新启动)。我不得不说的不是我的知识领域。几个值得注意的事情:

  • 首先它抛出了 502。
  • 甚至无法访问 https://.scm.azurewebsites.net/ 上的 kudu(高级工具)(也是 502)
  • 诊断和解决问题重新启动 Web 应用程序中,我发现了这一点: 在此处输入图像描述
  • 诊断和解决问题Web App Down我发现:
2021-10-04T21:19:50.239475918Z Failed to get size of file [/home/site/wwwroot/BlazorApp.Server.deps.json]
2021-10-04T21:19:50.239515518Z Error initializing the dependency resolver: An error occurred while parsing: /home/site/wwwroot/BlazorApp.Server.deps.json

还有这个控制台输出:

2021-10-04T20:42:04.875817259Z Running oryx create-script -appPath /home/site/wwwroot -output /opt/startup/startup.sh -defaultAppFilePath /defaulthome/hostingstart/hostingstart.dll     -bindPort 8080 -userStartupCommand 'dotnet BlazorApp.Server.dll' 
2021-10-04T20:42:04.934145638Z Cound not find build manifest file at '/home/site/wwwroot/oryx-manifest.toml'
2021-10-04T20:42:04.941038071Z Could not find operation ID in manifest. Generating an operation id...
2021-10-04T20:42:04.941048571Z Build Operation ID: 1728b184-ac6f-47b3-a5fa-2ca5f55543ac
2021-10-04T20:42:12.944327812Z 
2021-10-04T20:42:12.944356612Z Agent extension 
2021-10-04T20:42:19.058804845Z Before if loop >> DotNet Runtime Writing output script to '/opt/startup/startup.sh'
2021-10-04T20:42:25.687081462Z Running user provided startup command...
2021-10-04T20:43:02.238418373Z Failed to get size of file [/home/site/wwwroot/BlazorApp.Server.deps.json]
2021-10-04T20:43:02.238447773Z Error initializing the dependency resolver: An error occurred while parsing: /home/site/wwwroot/BlazorApp.Server.deps.json

在此处输入图像描述

好吧,感谢您提供的任何帮助!

编辑:它位于北欧。即用即付是我的订阅。问题中添加了有关容器崩溃的图表。

Edit2:几个小时后问题自行解决。是否可能与那次 Facebook 中断有关?

4

1 回答 1

1

为了使社区受益,请在评论部分发布我们的讨论。“问题在几个小时后自行解决了。”

首先,对于这个问题给您带来的不便,我们深表歉意。很高兴知道问题已解决。感谢更新。查看Azure 服务运行状况,了解订阅中报告的任何问题。

此外,请查看 Azure 资源运行状况和 Azure 状态。

当Azure服务问题影响您时,Azure 服务运行状况会提供个性化警报和指导。它可以通知您,帮助您了解问题的影响,并在问题解决后及时更新。它还可以帮助您为可能影响资源可用性的计划维护和更改做好准备。

Azure 资源运行状况可帮助你诊断影响 Azure 资源的服务问题并获得支持。它报告您的资源当前和过去的运行状况。

Azure 状态页面是所有区域中所有 Azure 服务运行状况的全局视图。有关影响大量 Azure 客户的服务问题的报告。

您可以在 Microsoft 问答论坛上发布您的问题,以便从我们的 Microsoft SME/MVP 和Microsoft Q&A 社区获得有关此类问题的快速帮助,或提交支持票以获得任何紧急帮助。

谢谢你的耐心。

于 2021-10-07T20:42:49.567 回答