Forum Discussion

GouravIN's avatar
GouravIN
Brass Contributor
May 07, 2019
Solved

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.

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 

    • GouravIN's avatar
      GouravIN
      Brass Contributor

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

Resources