turbot/azure_insights

Query: monitor_diagnostic_settings_for_storage_account

Usage

powerpipe query azure_insights.query.monitor_diagnostic_settings_for_storage_account

Steampipe Tables

SQL

select
lower(id) as monitor_diagnostic_settings_id
from
azure_diagnostic_setting
where
lower(storage_account_id) = $1;