turbot/azure_insights

Query: compute_snapshot_incremental

Usage

powerpipe query azure_insights.query.compute_snapshot_incremental

Steampipe Tables

SQL

select
'Incremental' as label,
case when incremental then 'Enabled' else 'Disabled' end as value
from
azure_compute_snapshot
where
lower(id) = $1
and subscription_id = split_part($1, '/', 3);

Dashboards

The query is used in the dashboards: