Edit

Share via


Change the size of a virtual machine

Applies to: ✔️ Linux VMs ✔️ Windows VMs ✔️ Flexible scale sets

This article shows you how to change an existing virtual machine's VM size.

After you create a virtual machine (VM), you can scale the VM up or down by changing the VM size. In some cases, you must deallocate the VM first. Deallocation may be necessary if the new size isn't available on the same hardware cluster that is currently hosting the VM. It is important to understand that even when deallocation is not necessary, if the virtual machine is currently running, changing its size will cause it to restart. For this reason you should consider changing VM size as a disruptive procedure, especially for stateful workloads that are hosted on the VM.

Warning

If the virtual machine is currently running, changing its size will cause it to restart.

Deallocating the VM also releases any dynamic IP addresses assigned to the VM. The OS and data disks are not affected.

If a resize operation fails, the VM model will still display the requested size, but the VM will continue running on its previous size until the resize is successfully allocated. This behavior applies to both the Azure portal, and all GET operations, as the displayed size always reflects the latest applied configuration, not the actual running size.

Choose the right SKU

When resizing a VM, it's important to choose the right SKU based on the signals from the VM to determine whether you need more CPU, memory, or storage capacity:

  • If the VM is running a CPU-intensive workload, such as a database server or a web server with high traffic, you may need to choose a SKU with more CPU cores. For more information, see Compute optimized sizes.
  • If the VM is running a memory-intensive workload, such as a machine learning model or a big data application, you may need to choose a SKU with more memory. For more information, see Memory optimized sizes.
  • If the VM is running out of storage capacity, you may need to choose a SKU with more storage. For more information, see Storage optimized sizes.
  • If your VM uses Premium Storage, make sure that you choose an s version of the size to get Premium Storage support. For example, choose Standard_E4s_v3 instead of Standard_E4_v3.

For more information on choosing the right SKU, you can use the following resources:

  • Sizes for VMs in Azure: This article lists all the VM sizes available in Azure.
  • Azure VM Selector: This tool helps you find the right VM SKU based on your workload type, OS and software, and deployment region.

Limitations

  1. You can't resize a VM size that has a local temp disk to a VM size with no local temp disk and vice versa.

    The only combinations allowed for resizing are:

  • VM (with local temp disk) -> VM (with local temp disk); and

  • VM (with no local temp disk) -> VM (with no local temp disk).

    For a work-around, see How do I migrate from a VM size with local temp disk to a VM size with no local temp disk? . The work-around can be used to resize a VM with no local temp disk to VM with a local temp disk. You create a snapshot of the VM with no local temp disk > create a disk from the snapshot > create VM from the disk with appropriate VM size that supports VMs with a local temp disk.

  1. You can't resize a VM size that has a SCSI-based VM to a VM size that has a remote NVMe-enabled VM.

    For a workaround, see How can I resize a SCSI-based VM to a remote NVMe-enabled VM of a different size?

Change the VM size

Select an option for changing the VM size:

To change the VM size using the Azure portal:

  1. Open the Azure portal.

  2. Type virtual machines in the search. Under Services, select Virtual machines.
  3. In the Virtual machines page, select the virtual machine you want to resize.
  4. In the left menu, in the Availability + scale section, select size.
  5. Pick a new compatible size from the list of available sizes and then select Resize.

If your VM is still running and you don't see the size you want in the list, stopping the virtual machine may reveal more sizes.

Next steps