turbot/azure_insights

Query: network_public_ip_input

Usage

powerpipe query azure_insights.query.network_public_ip_input

SQL

select
p.title as label,
lower(p.id) as value,
json_build_object(
'subscription',
s.display_name,
'resource_group',
p.resource_group,
'region',
p.region
) as tags
from
azure_public_ip as p,
azure_subscription as s
where
lower(p.subscription_id) = lower(s.subscription_id)
order by
p.title;

Dashboards

The query is used in the dashboards: