turbot/azure_insights

Query: compute_snapshot_by_os_type

Usage

powerpipe query azure_insights.query.compute_snapshot_by_os_type

Steampipe Tables

SQL

select
os_type as "OS Type",
count(os_type) as "Snapshots"
from
azure_compute_snapshot
group by
os_type
order by
os_type;

Dashboards

The query is used in the dashboards: