在更新或升级操作期间,您的角色实例已多次循环使用

Kyl*_*yle 14 azure azure-web-roles

我正在尝试将具有1个Web角色的Cloud Service部署到Azure.

当我这样做时,我得到这样的信息:

Your role instances have recycled a number of times during an update or upgrade operation. This indicates that the new version of your service or the configuration settings you provided when configuring the service prevent the role instances from running. Verify your code does not throw unhandled exceptions and that your configuration settings are correct and then start another update or upgrade operation.
Run Code Online (Sandbox Code Playgroud)

该项目在本地运行得很好,我很难搞清楚如何开始调试这个问题.是否有任何常见问题导致此消息或步骤找出导致它的原因?

kwi*_*ill 3

请参阅https://learn.microsoft.com/en-us/archive/blogs/kwill/windows-azure-paas-compute-diagnostics-data。这将介绍所有可用的诊断数据以及如何解决最常见的问题。

  • 换句话说,“去问别人吧”。 (6认同)