turbot/azure_insights

Query: network_public_ip_tags

Usage

powerpipe query azure_insights.query.network_public_ip_tags

Steampipe Tables

SQL

select
tags ->> 'Key' as "Key",
tags ->> 'Value' as "Value"
from
azure_public_ip
where
lower(id) = $1
order by
tags ->> 'Key';

Dashboards

The query is used in the dashboards: