turbot/azure_insights

Query: compute_snapshot_encryption_setting_collection_status

Usage

powerpipe query azure_insights.query.compute_snapshot_encryption_setting_collection_status

Steampipe Tables

SQL

select
status,
count(*)
from
(
select
case
when encryption_setting_collection_enabled then 'enabled'
else 'disabled'
end as status
from
azure_compute_snapshot
) as cs
group by
status
order by
status;

Dashboards

The query is used in the dashboards: