turbot/azure_insights

Query: sql_server_default_encrypted_servers_count

Usage

powerpipe query azure_insights.query.sql_server_default_encrypted_servers_count

Steampipe Tables

SQL

select
count(*) as "Service-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: