turbot/steampipe-mod-azure-insights

Query: compute_snapshot_incremental_status

Usage

powerpipe query azure_insights.query.compute_snapshot_incremental_status

Steampipe Tables

SQL

select
status,
count(*)
from
(
select
incremental,
case
when incremental 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: