turbot/azure_insights

Query: compute_disk_by_os_type

Usage

powerpipe query azure_insights.query.compute_disk_by_os_type

Steampipe Tables

SQL

select
os_type as "OS Type",
count(os_type) as "Disks"
from
azure_compute_disk
group by
os_type
order by
os_type;

Dashboards

The query is used in the dashboards: