turbot/azure_insights

Query: sql_database_transparent_data_encryption_disabled_count

Usage

powerpipe query azure_insights.query.sql_database_transparent_data_encryption_disabled_count

Steampipe Tables

SQL

select
count(*) as value,
'TDE Disabled' as label,
case
count(*)
when 0 then 'ok'
else 'alert'
end as "type"
from
azure_sql_database
where
transparent_data_encryption ->> 'status' <> 'Enabled';

Dashboards

The query is used in the dashboards: