turbot/azure_insights

Query: virtual_network_subnets_count

Usage

powerpipe query azure_insights.query.virtual_network_subnets_count

Steampipe Tables

SQL

select
'Subnets' as label,
jsonb_array_length(subnets) as value
from
azure_virtual_network
where
lower(id) = $1;

Dashboards

The query is used in the dashboards: