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
Copy file name to clipboardExpand all lines: articles/virtual-machines/resize-vm.md
+10-3Lines changed: 10 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,10 @@ If the virtual machine is currently running, changing its size will cause it to
35
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.
36
36
37
37
> [!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
+
39
42
40
43
### [CLI](#tab/cli)
41
44
@@ -81,7 +84,9 @@ To resize a VM, you need the latest [Azure CLI](/cli/azure/install-az-cli2) inst
81
84
```
82
85
83
86
> [!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.
> 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.
123
130
124
131
125
132
**Use PowerShell to resize a VM in an availability set**
0 commit comments