turbot/azure_insights

Query: virtual_network_ddos_protection_status

Usage

powerpipe query azure_insights.query.virtual_network_ddos_protection_status

Steampipe Tables

SQL

select
ddos,
count(*)
from
(
select
case
when enable_ddos_protection then 'enabled'
else 'disabled'
end ddos
from
azure_virtual_network
) as n
group by
ddos
order by
ddos;

Dashboards

The query is used in the dashboards: