0

I downloaded AutoScale from http://blog.maartenballiauw.be/post/2011/03/21/Windows-Azure-and-scaling-how-(NET).aspx and followed the instructions there. I added it as reference to my existing azure project. But I am not sure what exactly I should pass as the user defined parameters for the 6 parameters required for auto scale.

I want to only change the instance count of my worker role depending on the number of documents to be processed.

David Makogon
  • 69,407
  • 21
  • 141
  • 189
bespectacled
  • 2,801
  • 4
  • 25
  • 35

1 Answers1

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>");
Stuart
  • 66,722
  • 7
  • 114
  • 165