turbot/azure_insights

Query: network_subnet_num_ips

Usage

powerpipe query azure_insights.query.network_subnet_num_ips

Steampipe Tables

SQL

select
power(2, 32 - masklen(address_prefix :: cidr)) as "IP Addresses"
from
azure_subnet
where
lower(id) = $1;

Dashboards

The query is used in the dashboards: