出乎意料的是,我的应用服务(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 中断有关?
