Sizing script seems to be incorrectly handling deallocated virtual machines reporting 0 disk size. The following line: https://github.com/rubrikinc/rubrik-sizing-scripts/blob/6364a1ae70fca8bb0b4026a1ec09127b89506a8c/CLOUD/Get-AzureSizingInfo.ps1#L492 needs to be replaced with Get-AzDisk which will fetch the real disk size.