In order to grow your disk on Azure Cloud, you need to allocate additional space to your OS Disk. This cannot be done while disk is attached to the virtual machine, and you cannot detach the OS disk from a running virtual machine.
The following steps explain how to detach and grow your OS disk in order to increase the available disk space on your Azure cloud image.
Stop the VM and deallocate the disk
In your Azure Virtual Machine settings, click Stop on the top bar.

Modify your disk
On the menu bar, select Disks then select the OS disk and click Size + Performance



Restart your virtual machine
Once the disk has finished expanding, go back to your virtual machine settings then click Start to restart the virtual machine

When your helpdesk restarts, it should see the disk has resized and automatically allocate the space to your filesystem.
To confirm that the disk space has been allocated, login to your VM's command line and run the command df -h
. You should now have additional space available on the / mountpoint.
Please log in or register to submit a comment.