turbot/azure_insights

Query: compute_disk_network_access_policy

Usage

powerpipe query azure_insights.query.compute_disk_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_disk
where
lower(id) = $1
and subscription_id = split_part($1, '/', 3);

Dashboards

The query is used in the dashboards: