turbot/azure_insights

Query: storage_account_blob_public_access_enabled_count

Usage

powerpipe query azure_insights.query.storage_account_blob_public_access_enabled_count

Steampipe Tables

SQL

select
count(*) as value,
'Blob Public Access Enabled' as label,
case when count(*) = 0 then 'ok' else 'alert' end as type
from
azure_storage_account
where
allow_blob_public_access;

Dashboards

The query is used in the dashboards: