turbot/azure_insights

Query: cosmosdb_account_tags

Usage

powerpipe query azure_insights.query.cosmosdb_account_tags

Steampipe Tables

SQL

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

Dashboards

The query is used in the dashboards: