turbot/steampipe-mod-azure-insights

Query: compute_disk_tags

Usage

powerpipe query azure_insights.query.compute_disk_tags

Steampipe Tables

SQL

select
tags ->> 'Key' as "Key",
tags ->> 'Value' as "Value"
from
azure_compute_disk
where
lower(id) = $1
and subscription_id = split_part($1, '/', 3)
order by
tags ->> 'Key';

Dashboards

The query is used in the dashboards: