From 125d9448a498b6ffb02590210787b6076e4f0b89 Mon Sep 17 00:00:00 2001 From: "Niraj Chaudhari (Persistent Systems Inc)" Date: Wed, 11 Jun 2025 21:34:36 +0530 Subject: [PATCH] fix for incosistent steps of task --- src/backend/app_kernel.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backend/app_kernel.py b/src/backend/app_kernel.py index 005a9226f..a1ba44567 100644 --- a/src/backend/app_kernel.py +++ b/src/backend/app_kernel.py @@ -38,7 +38,7 @@ connection_string = os.getenv("APPLICATIONINSIGHTS_CONNECTION_STRING") if connection_string: # Configure Application Insights if the Instrumentation Key is found - configure_azure_monitor(connection_string=connection_string) + #configure_azure_monitor(connection_string=connection_string) logging.info( "Application Insights configured with the provided Instrumentation Key" )