Roman
Roman

Reputation: 4513

Azure Autoscaling - what options do I have?

I've got a running service on Azure and I'd like it to autoscale.

I've tried Wasabi (azure autoscaling from MS) - it didn't work for me.

So I'm looking for other third-party services.

I've found only 2 - opstera (which is closed for new customers) and paraleap which seems without customers.

Any other options for scaling azure?

Thanks

Upvotes: 2

Views: 772

Answers (4)

user2871723
user2871723

Reputation: 1

There are three options to achieve auto scaling in Azure.

1.Tools based(WASABi, MetricsHub) 2.Custom scripting 3.Windows Azure Autoscale

Both Azure Autoscale and scripting can be used, only for the basic level auto scaling. WASABi and MetricsHub can be used for advance level auto scaling. WASABi is an application block which part of Entlib-5.0. There is a great article about this on MSDN blog.

http://blogs.msdn.com/b/agile/archive/2013/07/02/windows-azure-autoscaling-now-built-in.aspx

I Hope this will help you.

Regards, -Gopal

Upvotes: 0

sharptooth
sharptooth

Reputation: 170569

Azure Self-Scaling Portal could be a good start for you - it has an example of scaling policy (ScaleManager.cs file) and a ton of useful wrapper code to call Management API (ManagenebtService.cs). The license is very permissive. Using pieces of this thing you could craft your own solution.

Upvotes: 0

Igorek
Igorek

Reputation: 15841

I'm not sure where you got the information from, but AzureWatch @ http://www.paraleap.com has a decent amount of customers and is adding new users on a daily basis.

AzureWatch is also in the final stages of migrating its configuration tool away from a desktop tool to an online one.

HTH

Upvotes: 3

Ruchit Rami
Ruchit Rami

Reputation: 2282

You can try AzureCheck. It provides monitoring data and manual as well as auto scalling options. You can try it out with free account.

Upvotes: 2

Related Questions