turbot/azure_insights

Query: network_express_route_circuit_by_peerings

Usage

powerpipe query azure_insights.query.network_express_route_circuit_by_peerings

SQL

select
peering,
count(*)
from (
select
case when jsonb_array_length(peerings) = 0 then
'no peering'
else
'with peering'
end as peering
from
azure_express_route_circuit) as cd
group by
peering
order by
peering;

Dashboards

The query is used in the dashboards: