【问题标题】:Azure App Service Didnt Restart After Microsoft File Server UpgradeMicrosoft 文件服务器升级后 Azure 应用服务未重新启动
【发布时间】:2020-02-02 01:34:21
【问题描述】:

上周四(1 月 23 日)我们的 Azure 应用服务出现故障(所有部署槽)

使用“诊断和解决问题”调试功能并深入研究它,我发现了这个错误”。

Platform(File Server Upgrade) Your application was recycled due to a file server upgrade. This event occurred multiple times during the day across multiple instances. These events cause a Storage Volume movement which may result in a restart of your application. If this restart event negatively impacts the availability of the application, enabling the Local Cache feature can help reduce dependency on storage file servers to some extent. Learn more: Check Local Cache described in the Troubleshooting and Next Steps.

由于我们不经常使用文件系统并且所有部署槽都没有重新启动,我不相信这是问题所在。我们必须重新启动每个单独的部署槽才能让它们重新启动。

有没有其他人经历过类似的事情并且使用“本地缓存功能”确实解决了这个问题?这是 24 个月以来我们的网站第一次因计划外事件而关闭。

谢谢。

【问题讨论】:

标签: azure azure-web-app-service


【解决方案1】:

我想重申,您的应用程序的部署使用文件系统。当你创建一个应用服务时,底层文件系统是mounted到一个存储卷。

为了回答您的问题,使用本地缓存可以帮助缓解底层卷正在进行维护的情况,因为您的应用会在启动时将 /site/siteextensions 内容复制到 VM 实例。复制后,VM 将指向其内容的“个人副本”。查看https://docs.microsoft.com/en-us/azure/app-service/overview-local-cache了解更多信息。

希望这有帮助,如果没有,请告诉我。

【讨论】:

  • 谢谢,Ryan,这就是我们最终要做的。
猜你喜欢
  • 2011-04-21
  • 2012-05-19
  • 2013-11-28
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 2015-12-29
相关资源
最近更新 更多