azure:azure_resource_graph_explorer

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
azure:azure_resource_graph_explorer [2025/04/25 13:27] – created mmuzeazure:azure_resource_graph_explorer [2025/06/17 01:49] (current) mmuze
Line 10: Line 10:
 </code> </code>
  
 +Query for all the types resources in all regions.
 +<code>
 +Resources
 +| summarize by type, location
 +| order by type asc, location asc
 +</code>
  
 +List all virtual machines
 +<code>
 +Resources
 +| where type == "microsoft.compute/virtualmachines"
 +| project name, location, subscriptionId
 +</code>
  • azure/azure_resource_graph_explorer.1745587642.txt.gz
  • Last modified: 2025/04/25 13:27
  • by mmuze