0

I am seeking to improve the autoscaling behavior of an existing CPU-intensive app implemented in .NET and hosted as an Azure Worker Role. Currently, auto-scaling is controlled by the app itself through the Management API by adjusting the number of role instances. However, I do not control which instance gets de-allocated. In order to be more efficient, I would like to specify which instance is intended to be de-allocated, instead of just killing one instance at random.

Does anyone know how to achieve this?

Joannes Vermorel
  • 8,976
  • 12
  • 64
  • 104

1 Answers1

0

answer that was wrong removed, see correct links below in comments from @Joannes. not deleting as I don't want to remove his comment.

Joe Healy
  • 5,769
  • 3
  • 38
  • 56
  • 1
    Thanks. Are you sure this point is still valid? After I posted my question, I came across http://gauravmantri.com/2013/10/16/a-new-version-of-windows-azure-service-management-api-is-available-with-delete-specific-role-instances-and-more-goodies/ – Joannes Vermorel Sep 10 '15 at 15:16