standard
turbot/azure_compliance

Trigger: Detect & correct App Service web apps with remote debugging enabled

Detect App Service web apps with remote debugging enabled and then disable remote debugging.

Query

select
concat(id, ' [', subscription_id, '/', resource_group, ']') as title,
id as id,
name,
resource_group,
subscription_id,
_ctx ->> 'connection_name' as conn
from
azure_app_service_web_app
where
configuration -> 'properties' ->> 'remoteDebuggingEnabled' <> 'false';

Schedule

15m

Tags

category = Compliance
plugin = azure
service = Azure/AppService