We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 081176e + 125d944 commit af13074Copy full SHA for af13074
src/backend/app_kernel.py
@@ -38,7 +38,7 @@
38
connection_string = os.getenv("APPLICATIONINSIGHTS_CONNECTION_STRING")
39
if connection_string:
40
# Configure Application Insights if the Instrumentation Key is found
41
- configure_azure_monitor(connection_string=connection_string)
+ #configure_azure_monitor(connection_string=connection_string)
42
logging.info(
43
"Application Insights configured with the provided Instrumentation Key"
44
)
0 commit comments