locked
Query Help RRS feed

  • Question

  • Hi Team,

    I am creating a dashboard using graph query to populate headcount numbers of VMs with state. (like stopped 23, running 23 etc.)

    But not sure how can i write this or if it is possible.

    And second question again belong to Graph query and this is, I want to populate all unattached disk name but not able to achieve this. I can project name, location but not their status.

    where type == "microsoft.compute/disks"

    | project name, location, (properties.diskState).unattached  // highlighted part is not working



    Cheers, Gourav Please remember to mark the replies as answers if it helped.

    Monday, May 13, 2019 3:12 PM

Answers

All replies