turbot/azure_insights

Query: network_interface_tags

Usage

powerpipe query azure_insights.query.network_interface_tags

Steampipe Tables

SQL

select
jsonb_object_keys(tags) as "Key",
tags ->> jsonb_object_keys(tags) as "Value"
from
azure_network_interface
where
id = $1;

Dashboards

The query is used in the dashboards: