An Azure service that is used to provision Windows and Linux virtual machines.
You can use below PowerShell command to resize Azure VM disk.
Update-AzureDisk -DiskName [Disk-Name] -Label [DiskLabel]-ResizedSizeInGB 1020
Below is Microsoft reference article for detailed steps.
https://learn.microsoft.com/en-us/archive/blogs/madan/resizing-azure-vm-os-or-data-disk
------
--If the reply is helpful, please Upvote and Accept as answer--