turbot/azure_insights

Query: storage_account_unrestricted_network_access_count

Usage

powerpipe query azure_insights.query.storage_account_unrestricted_network_access_count

Steampipe Tables

SQL

select
count(*) as value,
'Unrestricted Network Access' as label,
case
when count(*) = 0 then 'ok'
else 'alert'
end as type
from
azure_storage_account
where
network_rule_default_action <> 'Deny'

Dashboards

The query is used in the dashboards: