Forum Discussion
GouravIN
May 07, 2019Brass Contributor
How to check start and stop VM using Azure Graph Query
Hi Folks,
I want to create an Azure Dashboard using Graph Query for all the Stopped and Start VM count.
I tried below one but this wont work
where type =~ "microsoft.compute/virtualmachines"
| where properties.provisioningState like "succ"
Tzvia Sorry my bad, I have checked all the possible action from my side. And this seems this is not possible as of now.