turbot/azure_insights

Query: load_balancer_frontend_ip_configurations

Usage

powerpipe query azure_insights.query.load_balancer_frontend_ip_configurations

Steampipe Tables

SQL

select
c ->> 'name' as "Name",
c -> 'properties' ->> 'privateIPAllocationMethod' as "Private IP Allocation Method",
c -> 'properties' -> 'publicIPAddress' ->> 'id' as "Public IP Address ID",
c ->> 'id' as "ID"
from
azure_lb,
jsonb_array_elements(frontend_ip_configurations) as c
where
lower(id) = $1;

Dashboards

The query is used in the dashboards: