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-studio/how-to/develop/visualize-traces.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ Before you can log to Azure AI Foundry portal, attach an Application Insights re
33
33
1. Select **Create New** to attach a new Application Insights resource to your project.
34
34
1. Supply a name and select **Create**.
35
35
36
-
:::image type="content" source="../../media/how-to/trace/visualize/tracing-setup-overview.gif" alt-text="Animation of going to tracing and creating an Application Insight resource." lightbox="../../media/how-to/trace/visualize/tracing-setup-overview.gif":::
36
+
:::image type="content" source="../../media/trace/visualize/tracing-setup-overview.gif" alt-text="Animation of going to tracing and creating an Application Insight resource." lightbox="../../media/trace/visualize/tracing-setup-overview.gif":::
37
37
38
38
Next, install the `opentelemetry` SDK:
39
39
@@ -81,13 +81,13 @@ In your project, you can filter your traces as you see fit.
81
81
82
82
By selecting a trace, I can step through each span and identify issues while observing how my application is responding.
83
83
84
-
:::image type="content" source="../../media/how-to/trace/visualize/debug-filter-tracing.gif" alt-text="Animation of filtering traces in the portal." lightbox="../../media/how-to/trace/visualize/debug-filter-tracing.gif":::
84
+
:::image type="content" source="../../media/trace/visualize/debug-filter-tracing.gif" alt-text="Animation of filtering traces in the portal." lightbox="../../media/trace/visualize/debug-filter-tracing.gif":::
85
85
86
86
### Update your attached Application Insights resource
87
87
88
88
To update the Application Insights resource that is attached to your project, go to **Manage data source** and **Edit** to switch to a new Application Insights resource.
89
89
90
-
:::image type="content" source="../../media/how-to/trace/visualize/tracing-manage-data-source.png" alt-text="Screenshot of manage data sources pop-up highlighting the edit button." lightbox="../../media/how-to/trace/visualize/tracing-manage-data-source.png":::
90
+
:::image type="content" source="../../mediatrace/visualize/tracing-manage-data-source.png" alt-text="Screenshot of manage data sources pop-up highlighting the edit button." lightbox="../../media/trace/visualize/tracing-manage-data-source.png":::
91
91
92
92
## View your traces in Azure Monitor
93
93
@@ -105,4 +105,4 @@ Learn more about using this workbook to monitor your application, see [Azure Wor
105
105
106
106
## Related content
107
107
108
-
-[Trace your application with Azure AI Inference SDK](develop/trace-local-sdk.md)
108
+
-[Trace your application with Azure AI Inference SDK](./trace-local-sdk.md)
0 commit comments