Can i use Autoscaling Application Block to scale Azure VM role instances?

585 Views Asked by At

Can i use the Autoscaling Application Block for balancing/scaling the Azure VM role instances? If this is possible, do i need to include Autoscaling Application Block in the service model definition which is for the virtual machine role? Thanks a lot.

3

There are 3 best solutions below

0
On

No WASABI is not supported for VM Role. It is primarily designed and tested with Web/Worker Roles only. The fact is that if you understood WASABI and plan to use WASABI in VM Role, you might be better of using Web/Worker role instead of using VM Role.

Visit link below for more info: http://blogs.msdn.com/b/agile/archive/2011/08/23/autoscaling-windows-azure-applications.aspx

0
On

Yes, you should be able to target VM roles as Wasabi goes through the standard Windows Azure Management API. See the Design of Wasabi section for more info.

1
On

WASABi uses standard Diagnostics and Management API which are fully supported by the VM Role. However, if you're not able to get WASABi to work with your VM Role, you can try AzureWatch, a third-party SaaS monitoring & auto-scaling service