Skip to content

Commit 5ea435a

Browse files
authored
Update resize-vm.md
Changing ms.date (not updated after most recent edit) and updating some phrasing
1 parent 6e194bb commit 5ea435a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/virtual-machines/resize-vm.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: cynthn
55
ms.service: virtual-machines
66
ms.workload: infrastructure
77
ms.topic: how-to
8-
ms.date: 09/13/2021
8+
ms.date: 11/14/2021
99
ms.author: cynthn
1010
ms.custom: devx-track-azurepowershell
1111

@@ -30,7 +30,7 @@ If your VM uses Premium Storage, make sure that you choose an **s** version of t
3030
1. Pick a new size from the list of available sizes and then select **Resize**.
3131

3232

33-
If the virtual machine is currently running, changing its size will cause it to be restarted.
33+
If the virtual machine is currently running, changing its size will cause it to restart.
3434

3535
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.
3636

@@ -61,7 +61,7 @@ To resize a VM, you need the latest [Azure CLI](/cli/azure/install-az-cli2) inst
6161
--size Standard_DS3_v2
6262
```
6363
64-
The VM restarts during this process. After the restart, your existing OS and data disks are remapped. Anything on the temporary disk is lost.
64+
The VM restarts during this process. After the restart, your existing OS and data disks are kept. Anything on the temporary disk is lost.
6565
6666
3. If the desired VM size is not listed, you need to first deallocate the VM with [az vm deallocate](/cli/azure/vm). This process allows the VM to then be resized to any size available that the region supports and then started. The following steps deallocate, resize, and then start the VM named `myVM` in the resource group named `myResourceGroup`:
6767

0 commit comments

Comments
 (0)