Skip to content

Commit 45c5417

Browse files
committed
remove redundant comment
1 parent 938bb79 commit 45c5417

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

examples/agent_otel_appinsights.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
logger.setLevel(logging.INFO)
2323

2424
# Configure OpenTelemetry export to Azure Application Insights
25-
# Set APPLICATIONINSIGHTS_CONNECTION_STRING in .env (run 'azd provision' or copy from the Azure Portal)
2625
load_dotenv(override=True)
2726
configure_azure_monitor(
2827
connection_string=os.environ["APPLICATIONINSIGHTS_CONNECTION_STRING"],

examples/spanish/agent_otel_appinsights.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
logger.setLevel(logging.INFO)
2323

2424
# Configura la exportación de OpenTelemetry a Azure Application Insights
25-
# Configura APPLICATIONINSIGHTS_CONNECTION_STRING en .env (ejecuta 'azd provision' o copia desde el Portal de Azure)
2625
load_dotenv(override=True)
2726
configure_azure_monitor(
2827
connection_string=os.environ["APPLICATIONINSIGHTS_CONNECTION_STRING"],

0 commit comments

Comments
 (0)