turbot/azure_insights

Query: storage_account_tags

Usage

powerpipe query azure_insights.query.storage_account_tags

Steampipe Tables

SQL

select
tag.key as "Key",
tag.value as "Value"
from
azure_storage_account,
jsonb_each_text(tags) as tag
where
lower(id) = $1
order by
tag.key;

Dashboards

The query is used in the dashboards: