turbot/steampipe-mod-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
and subscription_id = split_part($1, '/', 3)
order by
name;

Dashboards

The query is used in the dashboards: