Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,991 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I need to increase size of OS disk of classic windows VM? so my question about Classic Not ARM
Hello @Kamil Amireh ,
Please try the following cmdlet and see if it helps
Update-AzureDisk -DiskName [Disk-Name] -Label [DiskLabel]-ResizedSizeInGB 1020
If the step is success, you can see the unused space (expanded size) from disk manager of the VM
Please mark as "Accept the answer" if the above steps helps you. Others with similar issues can also follow the solution as per your suggestion
Regards,
Manu