turbot/azure_insights

Query: sql_server_customer_managed_encryption_count

Usage

powerpipe query azure_insights.query.sql_server_customer_managed_encryption_count

Steampipe Tables

SQL

select
count(*) as "Customer-Managed Encryption"
from
azure_sql_server as s,
jsonb_array_elements(encryption_protector) as ep
where
ep ->> 'serverKeyType' <> 'ServiceManaged'

Dashboards

The query is used in the dashboards: