Skip to content

Commit af13074

Browse files
Merge pull request #262 from microsoft/psl-macae-stepIssue
fix: fix for inconsistent number of steps of task
2 parents 081176e + 125d944 commit af13074

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/app_kernel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
connection_string = os.getenv("APPLICATIONINSIGHTS_CONNECTION_STRING")
3939
if connection_string:
4040
# Configure Application Insights if the Instrumentation Key is found
41-
configure_azure_monitor(connection_string=connection_string)
41+
#configure_azure_monitor(connection_string=connection_string)
4242
logging.info(
4343
"Application Insights configured with the provided Instrumentation Key"
4444
)

0 commit comments

Comments
 (0)