turbot/azure_insights

Query: network_express_route_circuit_allow_classic_operations

Usage

powerpipe query azure_insights.query.network_express_route_circuit_allow_classic_operations

SQL

select
'Classic Operations' as label,
case
when allow_classic_operations then 'Enabled'
else 'Disabled'
end as value,
case
when allow_classic_operations then 'ok'
else 'alert'
end as type
from
azure_express_route_circuit
where
lower(id) = $1;

Dashboards

The query is used in the dashboards: