Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| azure:azure_resource_graph_explorer [2025/04/25 13:27] – created mmuze | azure:azure_resource_graph_explorer [2025/06/17 01:49] (current) – mmuze | ||
|---|---|---|---|
| Line 10: | Line 10: | ||
| </ | </ | ||
| + | Query for all the types resources in all regions. | ||
| + | < | ||
| + | Resources | ||
| + | | summarize by type, location | ||
| + | | order by type asc, location asc | ||
| + | </ | ||
| + | List all virtual machines | ||
| + | < | ||
| + | Resources | ||
| + | | where type == " | ||
| + | | project name, location, subscriptionId | ||
| + | </ | ||