0

http://blog.maartenballiauw.be/post/2011/03/21/Windows-Azure-and-scaling-how-(NET).aspxから AutoScale をダウンロードし 、そこの指示に従いました。既存の azure プロジェクトへの参照として追加しました。しかし、自動スケールに必要な 6 つのパラメーターのユーザー定義パラメーターとして正確に何を渡す必要があるのか​​ わかりません。

処理するドキュメントの数に応じて、worker ロールのインスタンス数のみを変更したいと考えています。

4

1 に答える 1

2

Those parameters are all from the management API and the Silverlight Management UI

There are several more samples/tools for the Management API available - e.g. http://archive.msdn.microsoft.com/azurecmdlets/Wiki/View.aspx?title=Getting%20Started&version=1

There's also a commercial third party service available to assist - see paraleap.com

Maarten's tool has parameters:

             Console.WriteLine("  AutoScale.exe <certificatefile> <subscriptionid> <servicename> <rolename> <slot> <instancecount>");
于 2011-07-15T22:23:21.877 に答える