turbot/azure_insights

Query: network_interface_input

Usage

powerpipe query azure_insights.query.network_interface_input

SQL

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

Dashboards

The query is used in the dashboards: