turbot/azure_insights

Query: compute_snapshot_network_access_policy

Usage

powerpipe query azure_insights.query.compute_snapshot_network_access_policy

Steampipe Tables

SQL

select
'Network Access Policy' as label,
network_access_policy as value,
case
when network_access_policy = 'AllowAll' then 'alert'
else 'ok'
end as type
from
azure_compute_snapshot
where
lower(id) = $1;

Dashboards

The query is used in the dashboards: