turbot/azure_insights

Query: storage_account_blob_soft_delete_disabled_count

Usage

powerpipe query azure_insights.query.storage_account_blob_soft_delete_disabled_count

Steampipe Tables

SQL

select
count(*) as value,
'Blob Soft Delete Disabled' as label,
case
when count(*) = 0 then 'ok'
else 'alert'
end as type
from
azure_storage_account
where
blob_soft_delete_enabled is not true;

Dashboards

The query is used in the dashboards: