azure:azure_resource_graph_explorer

This is an old revision of the document!


Azure Resource Graph Explorer

Find all regions where resources are located.

resources | summarize resourceCount = count() by location | project location, resourceCount

Find all regions where VNets are located.

resources | where type == 'microsoft.network/virtualnetworks' | summarize count() by location | project location
  • azure/azure_resource_graph_explorer.1745587642.txt.gz
  • Last modified: 2025/04/25 13:27
  • by mmuze