turbot/azure_insights

Query: storage_account_https_traffic

Usage

powerpipe query azure_insights.query.storage_account_https_traffic

Steampipe Tables

SQL

select
'HTTPS' as label,
case
when enable_https_traffic_only then 'Enabled'
else 'Disabled'
end as value,
case
when enable_https_traffic_only then 'ok'
else 'alert'
end as type
from
azure_storage_account
where
lower(id) = $1;

Dashboards

The query is used in the dashboards: