turbot/azure_insights

Query: compute_disks_for_storage_account

Usage

powerpipe query azure_insights.query.compute_disks_for_storage_account

Steampipe Tables

SQL

select
lower(id) as disk_id
from
azure_compute_disk
where
lower(creation_data_storage_account_id) = $1;