Azure自动缩放应用程序块 - 重点是什么?

时间:2014-02-05 08:20:54

标签: azure autoscaling azure-cloud-services azure-autoscaling-block

我正在考虑使用Azure自动调节应用程序块(或等效的站点管理) - 在云系统上根据需求进行扩展是有意义的......但有一点我不明白。< / p>

Cloud Service Pricing Page底部的常见问题解答警告

If my deployed instance is in the “stopped” state, do I still get billed?

Yes, a stopped instance still occupies the compute resource that powers the instance,
and therefore you still get billed. 
In order to stop billing, you need to delete your deployment.

那么,实施Autoscaling有什么好处?我看过文档和博客......我完全误解了什么吗?

1 个答案:

答案 0 :(得分:2)

至少对于Cloud Services(来自Windows Azure的PaaS),当自动缩放时,它不仅会关闭部署的实例(Windows Azure术语中的Stopped状态),它会完全删除它从游泳池。由于VM已从应用程序池中完全删除,因此您只需为正在运行的实例付费。

因此,正确使用自动缩放不仅可以提高资源利用率,还可以节省成本。