You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/ai-foundry/how-to/develop/trace-agents-sdk.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -137,7 +137,7 @@ with tracer.start_as_current_span("example-tracing"):
137
137
run = project_client.agents.runs.create_and_process(thread_id=thread.id, agent_id=agent.id)
138
138
```
139
139
140
-
After running your agent, you can begin to [view traces in Azure AI Foundry Portal](#view-traces-in-azure-the-ai-foundry-portal).
140
+
After running your agent, you can begin to [view traces in Azure AI Foundry Portal](#view-traces-in-the-azure-ai-foundry-portal).
141
141
142
142
### Log traces locally
143
143
@@ -263,7 +263,7 @@ Azure AI Foundry makes it easy to log traces with minimal changes by using our t
263
263
Azure AI Foundry has native integrations with Microsoft Agent Framework and Semantic Kernel. Agents built on these two frameworks get out-of-the-box tracing in Azure AI Foundry Observability.
264
264
265
265
- Learn more about tracing in [Semantic Kernel](/semantic-kernel/concepts/enterprise-readiness/observability)
266
-
- Learn more about tracing in [Microsoft Agent Framework](/agent-framework/user-guide/workflows/observability)
266
+
- Learn more about tracing in [Microsoft Agent Framework](https://learn.microsoft.com/agent-framework/user-guide/workflows/observability)
267
267
268
268
### Enable tracing for Agents built on LangChain & LangGraph
0 commit comments