You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This article shows you how to change an existing virtual machine's [VM size](sizes.md).
18
18
19
-
After creating a virtual machine (VM), you can scale its resources 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 in the same cluster that is currently hosting the VM.
19
+
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.
20
20
21
21
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_E4**s**_v3 instead of Standard_E4_v3.
22
22
@@ -29,9 +29,8 @@ If your VM uses Premium Storage, make sure that you choose an **s** version of t
29
29
1. In the left menu, select **Size**.
30
30
1. Pick a new size from the list of available sizes and then select **Resize**.
31
31
32
-
33
-
> [!Note]
34
-
> If the virtual machine is currently running, changing its size will cause it to restart.
32
+
> [!Note]
33
+
> If the virtual machine is currently running, changing its size will cause it to restart.
35
34
36
35
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.
37
36
@@ -45,7 +44,7 @@ If your VM is still running and you don't see the size you want in the list, sto
45
44
46
45
To resize a VM, you need the latest [Azure CLI](/cli/azure/install-az-cli2) installed and logged in to an Azure account using [az login](/cli/azure/reference-index).
47
46
48
-
1. View the list of available VM sizes on the current cluster using [az vm list-vm-resize-options](/cli/azure/vm). The following example lists VM sizes for the VM named `myVM` in the resource group `myResourceGroup` region:
47
+
1. View the list of available VM sizes on the current hardware cluster using [az vm list-vm-resize-options](/cli/azure/vm). The following example lists VM sizes for the VM named `myVM` in the resource group `myResourceGroup` region:
0 commit comments