turbot/azure_insights

Query: compute_snapshots_for_storage_account

Usage

powerpipe query azure_insights.query.compute_snapshots_for_storage_account

Steampipe Tables

SQL

select
lower(id) as snapshot_id
from
azure_compute_snapshot
where
lower(storage_account_id) = $1;