Answered by:
Query Help

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.
- Moved by Micah McKittrickMicrosoft employee Monday, May 13, 2019 8:38 PM
Monday, May 13, 2019 3:12 PM
Answers
-
Hi Gourav. Looks like we support Microsoft Graph in Stack Overflow
https://developer.microsoft.com/en-us/graph/support
So I would suggesting there as that is where we have engineers who work with Graph
- Proposed as answer by Dave PatrickMVP Tuesday, May 14, 2019 12:21 AM
- Marked as answer by GouravIN Tuesday, May 14, 2019 5:57 AM
Monday, May 13, 2019 8:38 PM -
You can also ask here:
https://social.msdn.microsoft.com/Forums/windowsdesktop/en-US/home?forum=graphde
Richard Mueller - MVP Enterprise Mobility (Identity and Access)
- Proposed as answer by Dave PatrickMVP Tuesday, May 14, 2019 12:21 AM
- Marked as answer by GouravIN Tuesday, May 14, 2019 5:57 AM
Monday, May 13, 2019 10:03 PM
All replies
-
Hi Gourav. Looks like we support Microsoft Graph in Stack Overflow
https://developer.microsoft.com/en-us/graph/support
So I would suggesting there as that is where we have engineers who work with Graph
- Proposed as answer by Dave PatrickMVP Tuesday, May 14, 2019 12:21 AM
- Marked as answer by GouravIN Tuesday, May 14, 2019 5:57 AM
Monday, May 13, 2019 8:38 PM -
Thanks Folks,
No Issues, will post question there :)
Cheers, Gourav Please remember to mark the replies as answers if it helped.
Tuesday, May 14, 2019 5:57 AM