turbot/azure_insights

Query: compute_disk_cmk_and_platfrom_managed_encryption_count

Usage

powerpipe query azure_insights.query.compute_disk_cmk_and_platfrom_managed_encryption_count

Steampipe Tables

SQL

select
count(*) as value,
'Platform And Customer-Managed Encryption' as label
from
azure_compute_disk
where
encryption_type = 'EncryptionAtRestWithPlatformAndCustomerKeys';

Dashboards

The query is used in the dashboards: