Azure 应用服务:如果当前实例数高于所选实例数怎么办?

Azure App Service: what if the current instance count is higher than the selected?

所以我有一个非常具体的问题,我还没有找到答案(部分原因是我没有找到一个简单的方法来搜索 google)。

假设我有一个具有一个自动缩放规则的应用服务

** 从 0700 到 0800 增加到特定计数 = 4

问题是,如果在 0650 时实例由于意外需求增加到 6 怎么办。到 0700 时,Azure 会减少到 4 还是保持 6?

我认为是后者,但想知道是否有人对此有任何经验。

谢谢

The question is what if at 0650 the instances went up to 6 because of unexpected demand. When it is 0700 will Azure decrease to 4 or keep 6?

会减少到4个

正如文章所说,Horizontal scaling,也称为横向扩展和横向扩展,表示添加或删除资源实例。随着新资源的供应,应用程序继续 运行 而不会中断。 如果需求下降,额外的资源可以完全关闭并重新分配。

更多细节,你可以参考这篇article