turbot/azure_insights

Query: storage_account_blob_soft_delete_status

Usage

powerpipe query azure_insights.query.storage_account_blob_soft_delete_status

Steampipe Tables

SQL

select
blob_soft_delete,
count(*)
from
(
select
case
when blob_soft_delete_enabled then 'enabled'
else 'disabled'
end blob_soft_delete
from
azure_storage_account
) as cd
group by
blob_soft_delete
order by
blob_soft_delete;

Dashboards

The query is used in the dashboards: