Skip to content

Azure: Add ability to grab deallocated VMs #72

@BryanDim

Description

@BryanDim

Sizing script seems to be incorrectly handling deallocated virtual machines reporting 0 disk size. The following line:

$diskSizeGiB += [int]$osDisk.DiskSizeGB
needs to be replaced with Get-AzDisk which will fetch the real disk size.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions