File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed
Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change 2222logger .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)
2625load_dotenv (override = True )
2726configure_azure_monitor (
2827 connection_string = os .environ ["APPLICATIONINSIGHTS_CONNECTION_STRING" ],
Original file line number Diff line number Diff line change 2222logger .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)
2625load_dotenv (override = True )
2726configure_azure_monitor (
2827 connection_string = os .environ ["APPLICATIONINSIGHTS_CONNECTION_STRING" ],
You can’t perform that action at this time.
0 commit comments