turbot/azure_insights

Query: compute_disk_os_type

Usage

powerpipe query azure_insights.query.compute_disk_os_type

Steampipe Tables

SQL

select
'OS Type' as label,
case
when os_type = '' then 'NA'
else os_type
end as value
from
azure_compute_disk
where
lower(id) = $1;

Dashboards

The query is used in the dashboards: