An Azure service that is used to provision Windows and Linux virtual machines.
Hi Trevor,
Is this VM running SQL Server installed from marketplace image? I ask because there is different procedure for increasing size of disks on SQL Server VM.
For non-SQL Server VMs you would typically navigate to the VM in Azure portal, on left click on Settings -- Disks. Click on the managed disk that you want to expand. Next click on Settings -- Size + performance blade, select larger size, click Save.
Once you have increased the size of the managed disk you need to expand the volume inside of the VM. Instructions for Windows and Linux at links below:
Windows - Expand the volume in the operating system
Linux - Expand a disk partition and filesystem
If you have any questions please add comment below. Again the above is for non-SQL Server VMs. If this is SQL Server VM please let me know and I'll give different instructions for that.
Expand virtual hard disks attached to a Windows virtual machine
https://learn.microsoft.com/en-us/azure/virtual-machines/windows/expand-disks
Please click Accept Answer if the above was helpful.
Thanks.
-TP