Skip to content

Commit 92563f2

Browse files
committed
updated link
1 parent 1c66aa6 commit 92563f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/ai-foundry/how-to/develop/trace-agents-sdk.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ with tracer.start_as_current_span("example-tracing"):
137137
run = project_client.agents.runs.create_and_process(thread_id=thread.id, agent_id=agent.id)
138138
```
139139

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).
141141

142142
### Log traces locally
143143

@@ -263,7 +263,7 @@ Azure AI Foundry makes it easy to log traces with minimal changes by using our t
263263
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.
264264

265265
- 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)
267267

268268
### Enable tracing for Agents built on LangChain & LangGraph
269269

0 commit comments

Comments
 (0)