turbot/azure_insights

Query: compute_virtual_machine_by_region

Usage

powerpipe query azure_insights.query.compute_virtual_machine_by_region

SQL

select
region as "Region",
count(*) as "VMs"
from
azure_compute_virtual_machine
group by
region
order by
region;

Dashboards

The query is used in the dashboards: