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;

Dashboards

The query is used in the dashboards: