turbot/azure_insights

Query: monitor_log_profiles_for_storage_account

Usage

powerpipe query azure_insights.query.monitor_log_profiles_for_storage_account

Steampipe Tables

SQL

select
lower(id) as log_profile_id
from
azure_log_profile
where
lower(storage_account_id) = $1;