Skip to content

Commit 70dadc3

Browse files
committed
fix screenshots
1 parent 7e44e4e commit 70dadc3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/ai-studio/how-to/develop/visualize-traces.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Before you can log to Azure AI Foundry portal, attach an Application Insights re
3333
1. Select **Create New** to attach a new Application Insights resource to your project.
3434
1. Supply a name and select **Create**.
3535

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":::
3737

3838
Next, install the `opentelemetry` SDK:
3939

@@ -81,13 +81,13 @@ In your project, you can filter your traces as you see fit.
8181

8282
By selecting a trace, I can step through each span and identify issues while observing how my application is responding.
8383

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":::
8585

8686
### Update your attached Application Insights resource
8787

8888
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.
8989

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":::
9191

9292
## View your traces in Azure Monitor
9393

@@ -105,4 +105,4 @@ Learn more about using this workbook to monitor your application, see [Azure Wor
105105

106106
## Related content
107107

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

Comments
 (0)