An Azure service that is used to provision Windows and Linux virtual machines.
Hi Menno,
Is the disk you want to increase a managed data disk? If it is OS disk you cannot increase the size without first Deallocating the VM. As always make sure you have backup of your VM and all its disks before making changes.
To increase size of managed data disk, navigate to the VM in portal -- on left click Settings -- Disks, click on data disk you would like to increase. Next, on the Disk screen click Settings -- Size + performance. Select the new size and click Save. Wait for notification that says it successfully updated disk.
Now that you have increased the size of the disk, you need to expand the partition and filesystem within the VM. Please see article below for instructions on identifying disk within the operating system and then expanding partition and filesystem.
Expand virtual hard disks on a Linux VM
https://learn.microsoft.com/en-us/azure/virtual-machines/linux/expand-disks
Please click Accept Answer and upvote if the above was helpful.
Thanks.
-TP