turbot/azure_insights

Query: target_compute_snapshots_for_compute_snapshot

Usage

powerpipe query azure_insights.query.target_compute_snapshots_for_compute_snapshot

Steampipe Tables

SQL

select
lower(s.id) as snapshot_id
from
azure_compute_snapshot as s
where
lower(s.source_resource_id) = $1;