turbot/azure_insights

Query: network_firewall_input

Usage

powerpipe query azure_insights.query.network_firewall_input

SQL

select
f.title as label,
lower(f.id) as value,
json_build_object(
'subscription',
s.display_name,
'resource_group',
f.resource_group,
'region',
f.region
) as tags
from
azure_firewall as f,
azure_subscription as s
where
lower(f.subscription_id) = lower(s.subscription_id)
order by
f.title;

Dashboards

The query is used in the dashboards: