Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的 Azure 自动缩放集中有 3 个 VM。我的问题是,如果我手动停止使用 Azure 门户的 VM 之一(即解除分配),AutoScale Set 是否能够再次启动它?
我经历过这个,但它仍然没有回答我的问题。
没有。自动缩放不会启动规模集中已解除分配的 VM :)
如果使用率高到足以触发横向扩展,Autoscale 将创建一个新的 VM,而不是启动已解除分配的 VM。
已解除分配的 VM 将保持解除分配状态,直到您启动它、向规模集发出启动指令或直到它被自动缩放缩减删除。