Azure 上的应用服务已关闭。多个错误对我来说没有意义
App Sevice on azure is down. Multiple errors which don't make sense to me
我的应用程序服务(asp.net 核心应用程序)突然挂了,没有任何帮助(例如重新启动)。我不得不说的不是我的知识领域。一些值得注意的事情:
- 首先它抛出 502。
- 甚至无法在 https://.scm.azurewebsites.net/(也是 502)上访问 kudu(高级工具)
- 在诊断和解决问题和Web App Restarted中我发现了这个:
- 在诊断和解决问题和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
嗯,谢谢你提供的任何帮助!
编辑:
它位于北欧。现收现付是我的订阅。问题中添加了关于容器崩溃的图表。
编辑2:
几个小时后问题自行解决。是否可能与那个 facebook 中断有关?
为了让社区受益 post 请在评论部分进行我们的讨论。
“问题在几个小时后自行解决。”
首先,对于此问题给您带来的不便,我们深表歉意。很高兴知道问题已解决。感谢更新。
查看 Azure 服务运行状况 以了解您报告的订阅问题。
此外,查看 Azure 资源运行状况和 Azure 状态。
Azure Service Health 在 Azure 服务问题影响到你时提供个性化警报和指导。它可以通知您,帮助您了解问题的影响,并在问题解决后及时通知您。它还可以帮助您为可能影响资源可用性的计划维护和更改做好准备。
Azure Resource Health 帮助您诊断影响 Azure 资源的服务问题并获得支持。它报告您的资源当前和过去的运行状况。
Azure status 页面是所有区域所有 Azure 服务健康状况的全局视图。报告影响大量 Azure 客户的服务问题。
您可以 post 在 Microsoft Q&A 论坛上提出您的问题,以便从我们的 Microsoft SMEs/MVPs 和 Microsoft Q&A community or file a support ticket 获得有关此类问题的 swift 帮助,以获得任何紧急帮助。
感谢您的耐心等待。
我的应用程序服务(asp.net 核心应用程序)突然挂了,没有任何帮助(例如重新启动)。我不得不说的不是我的知识领域。一些值得注意的事情:
- 首先它抛出 502。
- 甚至无法在 https://.scm.azurewebsites.net/(也是 502)上访问 kudu(高级工具)
- 在诊断和解决问题和Web App Restarted中我发现了这个:
- 在诊断和解决问题和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
嗯,谢谢你提供的任何帮助!
编辑: 它位于北欧。现收现付是我的订阅。问题中添加了关于容器崩溃的图表。
编辑2: 几个小时后问题自行解决。是否可能与那个 facebook 中断有关?
为了让社区受益 post 请在评论部分进行我们的讨论。 “问题在几个小时后自行解决。”
首先,对于此问题给您带来的不便,我们深表歉意。很高兴知道问题已解决。感谢更新。 查看 Azure 服务运行状况 以了解您报告的订阅问题。
此外,查看 Azure 资源运行状况和 Azure 状态。
Azure Service Health 在 Azure 服务问题影响到你时提供个性化警报和指导。它可以通知您,帮助您了解问题的影响,并在问题解决后及时通知您。它还可以帮助您为可能影响资源可用性的计划维护和更改做好准备。
Azure Resource Health 帮助您诊断影响 Azure 资源的服务问题并获得支持。它报告您的资源当前和过去的运行状况。
Azure status 页面是所有区域所有 Azure 服务健康状况的全局视图。报告影响大量 Azure 客户的服务问题。
您可以 post 在 Microsoft Q&A 论坛上提出您的问题,以便从我们的 Microsoft SMEs/MVPs 和 Microsoft Q&A community or file a support ticket 获得有关此类问题的 swift 帮助,以获得任何紧急帮助。
感谢您的耐心等待。