turbot/azure_insights

Query: network_security_group_by_region

Usage

powerpipe query azure_insights.query.network_security_group_by_region

SQL

select
region as "Region",
count(*) as "Network Security Groups"
from
azure_network_security_group
group by
region
order by
region;

Dashboards

The query is used in the dashboards: