I have some Azure VMs, and appended some managed disks to the. But is it possible that get the free/used size of these managed disks?
I have tried Get-AzDisk powershell command.However it only returns the total size if Disks instead of the used/free size of a disk. How can I get used/free size of a disk by PowerShell?