turbot/azure_insights

Query: app_service_web_app_https

Usage

powerpipe query azure_insights.query.app_service_web_app_https

SQL

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

Dashboards

The query is used in the dashboards: