Announcing Windows Azure Autoscaling Block preview

added by rcash
9/13/2011 5:31:08 PM

142 Views

Announcing a preview of the Windows Azure Autoscaling Application Block (WASABi) available via NuGet. There are two packages – one with binaries and one containing the source. This preview includes a sample application for hosting the block and for exploratory testing.


2 comments

dpeterson
9/14/2011 9:00:29 AM
This links seems to explain more about what this is for: http://blogs.msdn.com/b/agile/archive/2011/08/23/autoscaling-windows-azure-applications.aspx
It seems like this is meant to intelligently scale up on Azure if you're exceeding capacity, and to scale down to save money for the operator if the capacity is no longer required. Though that's probably a pretty layman assessment, I'm by no means an expert on Azure.

vijayst
9/14/2011 7:23:07 PM
It looks like a good feature for monitoring and operations. Without this feature, I assume that Azure has a setting that allows a certain maximum number of instances to be created.