turbot/azure_insights

Query: compute_snapshot_tags

Usage

powerpipe query azure_insights.query.compute_snapshot_tags

Steampipe Tables

SQL

select
tags ->> 'Key' as "Key",
tags ->> 'Value' as "Value"
from
azure_compute_snapshot
where
lower(id) = $1
order by
tags ->> 'Key';

Dashboards

The query is used in the dashboards: