turbot/azure_insights

Query: compute_disk_platform_managed_encryption_count

Usage

powerpipe query azure_insights.query.compute_disk_platform_managed_encryption_count

Steampipe Tables

SQL

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

Dashboards

The query is used in the dashboards: