diff --git a/schemas/host.json b/schemas/host.json index f9f33a7..13dfe61 100644 --- a/schemas/host.json +++ b/schemas/host.json @@ -396,6 +396,12 @@ }, "additionalProperties": false }, + "telemetryMode": { + "description": "The telemetry mode to use for the Functions host.", + "type": "string", + "enum": ["ApplicationInsights", "OpenTelemetry"], + "default": "ApplicationInsights" + }, "logging": { "description": "Configuration settings for logging.", "type": "object",