turbot/azure_insights

Query: virtual_network_ddos_protection_enabled

Usage

powerpipe query azure_insights.query.virtual_network_ddos_protection_enabled

Steampipe Tables

SQL

select
count(*) as value,
'DDoS Protection Disabled' as label,
case
count(*)
when 0 then 'ok'
else 'alert'
end as type
from
azure_virtual_network
where
enable_ddos_protection is not true;

Dashboards

The query is used in the dashboards: