turbot/azure_insights

Query: network_express_route_circuit_tags

Usage

powerpipe query azure_insights.query.network_express_route_circuit_tags

SQL

select
tag.key as "Key",
tag.value as "Value"
from
azure_express_route_circuit,
jsonb_each_text(tags) as tag
where
tag.key <> 'NAME'
and lower(id) = $1
order by
name;

Dashboards

The query is used in the dashboards: