我正在尝试将具有 1 个 Web 角色的云服务部署到 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.
该项目在本地运行得很好,我很难弄清楚如何开始调试这个问题。是否有任何常见问题导致此消息或找出导致此消息的步骤的步骤?