turbot/azure_insights

Query: app_service_web_app_http_logging

Usage

powerpipe query azure_insights.query.app_service_web_app_http_logging

SQL

select
'HTTP Logging' as label,
case
when (
configuration -> 'properties' -> 'httpLoggingEnabled'
) :: boolean then 'Enabled'
else 'Disabled'
end as value,
case
when (
configuration -> 'properties' -> 'httpLoggingEnabled'
) :: boolean 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: