turbot/azure_insights

Query: network_load_balancer_rules_count

Usage

powerpipe query azure_insights.query.network_load_balancer_rules_count

Steampipe Tables

SQL

select
'Load balancing Rules' as label,
jsonb_array_length(load_balancing_rules) as value
from
azure_lb
where
lower(id) = $1;

Dashboards

The query is used in the dashboards: