turbot/azure_insights

Query: storage_account_infrastructure_encryption_disabled_count

Usage

powerpipe query azure_insights.query.storage_account_infrastructure_encryption_disabled_count

Steampipe Tables

SQL

select
count(*) as value,
'Infrastructure Unencrypted' as label,
case
when count(*) = 0 then 'ok'
else 'alert'
end as type
from
azure_storage_account
where
require_infrastructure_encryption is not true;

Dashboards

The query is used in the dashboards: