Skip to content

Commit 2976bdf

Browse files
authored
Update resize-vm.md
@cynthn edits. Thank you!! 😄
1 parent efbdfe7 commit 2976bdf

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

articles/virtual-machines/resize-vm.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ms.custom: devx-track-azurepowershell
1616

1717
This article shows you how to change an existing virtual machine's [VM size](sizes.md).
1818

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.
2020

2121
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.
2222

@@ -29,9 +29,8 @@ If your VM uses Premium Storage, make sure that you choose an **s** version of t
2929
1. In the left menu, select **Size**.
3030
1. Pick a new size from the list of available sizes and then select **Resize**.
3131

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.
3534
3635
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.
3736

@@ -45,7 +44,7 @@ If your VM is still running and you don't see the size you want in the list, sto
4544

4645
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).
4746

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:
4948

5049
```azurecli-interactive
5150
az vm list-vm-resize-options \

0 commit comments

Comments
 (0)