turbot/azure_insights

Query: compute_disk_input

Usage

powerpipe query azure_insights.query.compute_disk_input

SQL

select
d.title as label,
lower(d.id) as value,
json_build_object(
'subscription',
s.display_name,
'resource_group',
d.resource_group,
'region',
d.region
) as tags
from
azure_compute_disk as d,
azure_subscription as s
where
lower(d.subscription_id) = lower(s.subscription_id)
order by
d.title;

Dashboards

The query is used in the dashboards: