turbot/azure_insights

Query: network_firewall_overview

Usage

powerpipe query azure_insights.query.network_firewall_overview

Steampipe Tables

SQL

select
name as "Name",
provisioning_state as "Provisioning State",
etag as "Etag",
type as "Type",
region as "Region",
resource_group as "Resource Group",
subscription_id as "Subscription ID",
id as "ID"
from
azure_firewall
where
lower(id) = $1;

Dashboards

The query is used in the dashboards: