简体   繁体   English

使用Azure垂直缩放时是否存在停机时间?

[英]Is there downtime involved when using Azure vertical scaling?

I have a two websites on a VM with WHM/cPanel and MySql. 我在VM上有两个网站,包含WHM / cPanel和MySql。

I am looking to move this into Azure and use vertical scaling. 我希望将其移动到Azure并使用垂直缩放。 Visits to the website are usually stable but three or four times a year there is a big increase in traffic which historically has caused big problems for the existing host. 对网站的访问通常是稳定的,但一年有三到四次,流量大幅增加,这在历史上已经给现有主机带来了很大的问题。

I am looking to move it into the A5-A7 range of servers for the vertical scaling. 我希望将其转移到A5-A7系列服务器中进行垂直扩展。

I cannot find anything anywhere about whether there is any downtime involved when Azure scales up my VM from A5 to A6 or whatever. 当Azure将我的VM从A5扩展到A6或其他什么时,我无法找到任何关于是否存在任何停机时间的内容。

Does anyone have any experience with this and can give me a definitive answer as to whether there is downtime when using vertical scaling, and if there is any downtime involved then the kind of downtime I would expect 有没有人有这方面的经验,可以给我一个明确的答案,关于使用垂直缩放是否有停机时间,如果有任何停机时间,那么我期望的那种停机时间

Thank you for your time. 感谢您的时间。

Yes, it will incur downtime. 是的,它导致停机。 Post on it 发布它

Azure will restart your VM. Azure将重新启动您的VM。

Quote from the page (I highlighted the important bit): 从页面引用(我突出了重要的一点):

When considering the ability to resize virtual machines there are three key concepts that will impact how simple it is to change the size of your VM. 在考虑调整虚拟机大小的能力时,有三个关键概念会影响更改VM大小的简单程度。

  1. The region in which your VM is deployed. 部署VM的区域。 Different VM sizes require different physical hardware. 不同的VM大小需要不同的物理硬件。 In some instances, an Azure region may not contain the hardware required to support the desired VM size. 在某些情况下,Azure区域可能不包含支持所需VM大小所需的硬件。 All Azure regions support the VM sizes Standard_A0 – A7 and Basic_A0 – A4. 所有Azure区域都支持VM大小Standard_A0 - A7和Basic_A0 - A4。 You can then find which other VM sizes are supported in each region under the Services tab of the Azure Regions web page. 然后,您可以在Azure区域网页的“服务”选项卡下找到每个区域中支持的其他VM大小。

  2. The physical hardware currently hosting your VM. 当前托管VM的物理硬件。 If the physical hardware currently running your virtual machine also supports your desired new size, then it is very easy to change the VM size through a simple size change operation which results in a VM reboot. 如果当前运行虚拟机的物理硬件也支持所需的新大小,则可以通过简单的大小更改操作更改VM大小,从而导致VM重新启动。

  3. The deployment model used for the VM. 用于VM的部署模型。 The two deployment models are Classic and Resource Manager. 这两个部署模型是Classic和Resource Manager。 The Resource Manager model is the newer model, and it supports some ease of use functionality not available in the classic deployment model. 资源管理器模型是较新的模型,它支持经典部署模型中不具备的一些易用性功能。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM