turbot/azure_insights

Query: compute_snapshot_by_encryption_type

Usage

powerpipe query azure_insights.query.compute_snapshot_by_encryption_type

Steampipe Tables

SQL

select
encryption_type as "Encryption Type",
count(os_type) as "Snapshots"
from
azure_compute_snapshot
group by
encryption_type
order by
encryption_type;

Dashboards

The query is used in the dashboards: