For my project i have to do deploy two(or more distances)VM instances in azure. I want at the start to be active just the first instances, and after some people “visiting” (example 2000) then if it comes the 2001 person to come active the second instance of VM. What i have to do this property to work.
I hope you will help me about this problem!
Best regards
For my project i have to do deploy two(or more distances)VM instances in azure.
Share
The easiest way to get started is with the auto-scale application block (Wasabi). You can easily add this to your project via Nuget in Visual Studio:
Here’s the menu item to get to the package manager commandline:

See this Nuget page for more information.
Wasabi lets you easily set up rules for scaling. Rules can be time-based, perf-couter based (maybe you can examine one of the asp.net counters to measure current activity?), queue-size based (though that doesn’t fit your requested scenario), custom perf counters, etc. the Wasabi page I pointed to above has full documentation on setting it up.