Skip to content

Commit 7826d0a

Browse files
authored
Merge pull request #100882 from Olosinsk-commits/patch-5
Update resize-vm.md
2 parents f0b0ece + 6a75d04 commit 7826d0a

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

articles/virtual-machines/resize-vm.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,19 @@ $virtualMachines | Start-AzVM
184184
```
185185

186186
---
187+
## Limitations
188+
189+
You can't resize a VM size that has a local temp disk to a VM size with no local temp disk and vice versa.
190+
191+
The only combinations allowed for resizing are:
192+
193+
- VM (with local temp disk) -> VM (with local temp disk); and
194+
- VM (with no local temp disk) -> VM (with no local temp disk).
195+
196+
If interested in a work around, please see [How do I migrate from a VM size with local temp disk to a VM size with no local temp disk?](azure-vms-no-temp-disk.yml#how-do-i-migrate-from-a-vm-size-with-local-temp-disk-to-a-vm-size-with-no-local-temp-disk---)
197+
198+
199+
187200

188201
## Next steps
189202

0 commit comments

Comments
 (0)