SOLVED

How to check start and stop VM using Azure Graph Query

Brass Contributor

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"
2 Replies

@GouravIN hey this space is around Azure Data Explorer service topics. it seems that you need to move your questions to Azure Graph Query 

best response confirmed by GouravIN (Brass Contributor)
Solution

@Tzvia Gitlin Troyna Sorry my bad, I have checked all the possible action from my side. And this seems this is not possible as of now.

1 best response

Accepted Solutions
best response confirmed by GouravIN (Brass Contributor)
Solution

@Tzvia Gitlin Troyna Sorry my bad, I have checked all the possible action from my side. And this seems this is not possible as of now.

View solution in original post