turbot/azure_insights

Query: network_express_route_circuit_global_reach

Usage

powerpipe query azure_insights.query.network_express_route_circuit_global_reach

SQL

select
'Global Reach' as label,
case when global_reach_enabled then 'Enabled' else 'Disabled' end as value,
case when global_reach_enabled then 'ok' else 'alert' end as type
from
azure_express_route_circuit
where
lower(id) = $1
and subscription_id = split_part($1, '/', 3);

Dashboards

The query is used in the dashboards: