turbot/azure_insights

Query: storage_account_https_traffic_disabled_count

Usage

powerpipe query azure_insights.query.storage_account_https_traffic_disabled_count

Steampipe Tables

SQL

select
count(*) as value,
'HTTPS Disabled' as label,
case when count(*) = 0 then 'ok' else 'alert' end as type
from
azure_storage_account
where
enable_https_traffic_only is not true;

Dashboards

The query is used in the dashboards: