Skip to content

Commit 08d5e5a

Browse files
authored
Merge pull request #194881 from cynthn/patch-595
Update resize-vm.md
2 parents 4012d06 + 86c8e88 commit 08d5e5a

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

articles/virtual-machines/resize-vm.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,10 @@ If the virtual machine is currently running, changing its size will cause it to
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

3737
> [!WARNING]
38-
> If resizing a production VM, consider using [Azure Capacity Reservations](capacity-reservation-overview.md) to reserve Compute capacity in the region. Deallocating the VM also releases any dynamic IP addresses assigned to the VM. The OS and data disks are not affected.
38+
> Deallocating the VM also releases any dynamic IP addresses assigned to the VM. The OS and data disks are not affected.
39+
>
40+
> If you are resizing a production VM, consider using [Azure Capacity Reservations](capacity-reservation-overview.md) to reserve Compute capacity in the region.
41+
3942

4043
### [CLI](#tab/cli)
4144

@@ -81,7 +84,9 @@ To resize a VM, you need the latest [Azure CLI](/cli/azure/install-az-cli2) inst
8184
```
8285
8386
> [!WARNING]
84-
> If resizing a production VM, consider using [Azure Capacity Reservations](capacity-reservation-overview.md) to reserve Compute capacity in the region. Deallocating the VM also releases any dynamic IP addresses assigned to the VM. The OS and data disks are not affected.
87+
> Deallocating the VM also releases any dynamic IP addresses assigned to the VM. The OS and data disks are not affected.
88+
>
89+
> If you are resizing a production VM, consider using [Azure Capacity Reservations](capacity-reservation-overview.md) to reserve Compute capacity in the region.
8590
8691
### [PowerShell](#tab/powershell)
8792
@@ -119,7 +124,9 @@ Start-AzVM -ResourceGroupName $resourceGroup -Name $vmName
119124
```
120125

121126
> [!WARNING]
122-
> If resizing a production VM, consider using [Azure Capacity Reservations](capacity-reservation-overview.md) to reserve Compute capacity in the region. Deallocating the VM also releases any dynamic IP addresses assigned to the VM. The OS and data disks are not affected.
127+
> Deallocating the VM also releases any dynamic IP addresses assigned to the VM. The OS and data disks are not affected.
128+
>
129+
> If you are resizing a production VM, consider using [Azure Capacity Reservations](capacity-reservation-overview.md) to reserve Compute capacity in the region.
123130
124131

125132
**Use PowerShell to resize a VM in an availability set**

0 commit comments

Comments
 (0)