Configuration of App Service site logs.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/microsoft-azure-functions/refs/heads/main/json-schema/azure-functions-site-logs-config-schema.json", "title": "SiteLogsConfig", "description": "Configuration of App Service site logs.", "type": "object", "properties": { "properties": { "$ref": "#/definitions/SiteLogsConfigProperties", "description": "SiteLogsConfig resource specific properties", "x-ms-client-flatten": true }, "kind": { "type": "string", "description": "Kind of resource." } } }