diff --git a/python/samples/02-agents/observability/README.md b/python/samples/02-agents/observability/README.md index 6066ea741a..ba3a184117 100644 --- a/python/samples/02-agents/observability/README.md +++ b/python/samples/02-agents/observability/README.md @@ -359,11 +359,11 @@ async def main(): credential=AzureCliCredential(), ) await client.configure_azure_monitor(enable_live_metrics=True) - + # For non-Azure AI projects from azure.monitor.opentelemetry import configure_azure_monitor from agent_framework.observability import create_resource, enable_instrumentation - + configure_azure_monitor( connection_string="InstrumentationKey=...", resource=create_resource(),