We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 938bb79 commit 45c5417Copy full SHA for 45c5417
2 files changed
examples/agent_otel_appinsights.py
@@ -22,7 +22,6 @@
22
logger.setLevel(logging.INFO)
23
24
# Configure OpenTelemetry export to Azure Application Insights
25
-# Set APPLICATIONINSIGHTS_CONNECTION_STRING in .env (run 'azd provision' or copy from the Azure Portal)
26
load_dotenv(override=True)
27
configure_azure_monitor(
28
connection_string=os.environ["APPLICATIONINSIGHTS_CONNECTION_STRING"],
examples/spanish/agent_otel_appinsights.py
# Configura la exportación de OpenTelemetry a Azure Application Insights
-# Configura APPLICATIONINSIGHTS_CONNECTION_STRING en .env (ejecuta 'azd provision' o copia desde el Portal de Azure)
0 commit comments