Azure Resource Graph Explorer - How to query virtual machine scale set instance properties

Rushikesh Gaidhani 161 Reputation points
2022-10-24T16:20:03.507+00:00

How do we query to get the "virtual machine scale set" instances properties? I see, we can query to get the properties of only the virtual machine scale set instance and not the "scale set instances"

resources  
| where type == "microsoft.compute/virtualmachinescalesets"  
| where name has "MyVirtualScaleSetInstance"  

Is there any way to query the instances of the virtual machine scale set using "Azure Resource Graph Explorer"? from the template I see the "scale set instance" type but, when updating the same in the above query, returns an empty result in the Azure Resource Graph Explorer

"type": "Microsoft.Compute/virtualMachineScaleSets/virtualMachines",

Azure Virtual Machine Scale Sets
Azure Virtual Machine Scale Sets
Azure compute resources that are used to create and manage groups of heterogeneous load-balanced virtual machines.
347 questions
0 comments No comments
{count} vote

Accepted answer
  1. Stanislav Zhelyazkov 21,181 Reputation points MVP
    2022-10-26T12:47:32.313+00:00

    Hi,
    Scale Sets virtual machine instances are not available in Azure Resource Graph Explorer.

    Please "Accept the answer" if the information helped you. This will help us and others in the community as well.

    2 people found this answer helpful.

0 additional answers

Sort by: Most helpful