turbot/azure_insights

Query: storage_account_https_traffic_status

Usage

powerpipe query azure_insights.query.storage_account_https_traffic_status

Steampipe Tables

SQL

select
https_traffic,
count(*)
from
(
select
case
when enable_https_traffic_only then 'enabled'
else 'disabled'
end https_traffic
from
azure_storage_account
) as cd
group by
https_traffic
order by
https_traffic;

Dashboards

The query is used in the dashboards: