1

我正在调试一个使用 azure webrole 托管的网站。它配置为使用两个实例运行。现在我想在调试时停止其中一个模拟器实例,这可能吗?

4

2 回答 2

3

前段时间我在博客上写过:Controlling your instances in the Windows Azure Compute Emulator。在撰写本文时,我使用的是 1.7 版的 SDK。我注意到,在使用 SDK 1.8 时,在调试时终止实例确实可以正常工作。

因此,如果您想在模拟器中缩小规模,您需要运行以下命令来引用更新的 ServiceConfiguration.csconf 文件(实例数 = 1 而不是 2):

csrun.exe /update:<deployment-id>;<service-configuration-file>

您还可以通过终止WaIISHost.exe进程来模拟其中一个实例的故障。

于 2012-12-04T22:34:48.580 回答
0

您可以缩减到 1 个实例或在实例页面中停止

http://www.windowsazure.com/en-us/manage/services/cloud-services/how-to-scale-a-cloud-service/

于 2012-12-04T22:22:31.007 回答