turbot/azure_insights

Query: network_interface_private_ip_address

Usage

powerpipe query azure_insights.query.network_interface_private_ip_address

Steampipe Tables

SQL

select
'Private IP Address' as label,
ip -> 'properties' ->> 'privateIPAddress' as value
from
azure_network_interface
cross join jsonb_array_elements(ip_configurations) as ip
where
lower(id) = $1;

Dashboards

The query is used in the dashboards: