turbot/azure_insights

Query: azure_network_public_ip_ddos_settings_protected_ip

Usage

powerpipe query azure_insights.query.azure_network_public_ip_ddos_settings_protected_ip

Steampipe Tables

SQL

select
ddos_settings_protection_coverage as label,
ddos_settings_protected_ip as value
from
azure_public_ip
where
lower(id) = $1
and subscription_id = split_part($1, '/', 3);