turbot/azure_insights

Query: compute_virtual_machine_by_size

Usage

powerpipe query azure_insights.query.compute_virtual_machine_by_size

SQL

select
size as "Size",
count(size) as "VMs"
from
azure_compute_virtual_machine
group by
size
order by
size;

Dashboards

The query is used in the dashboards: