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?

4

1 回答 1

0

删除错误的答案,请参阅下面@Joannes 评论中的正确链接。不删除,因为我不想删除他的评论。

于 2015-09-08T22:24:19.253 回答