turbot/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
order by
tags ->> 'Key';

Dashboards

The query is used in the dashboards: