turbot/azure_insights

Query: compute_snapshot_create_option

Usage

powerpipe query azure_insights.query.compute_snapshot_create_option

Steampipe Tables

SQL

select
'Create Option' as label,
create_option 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: