Skip to content

Commit 5d0466f

Browse files
committed
links
1 parent f966c24 commit 5d0466f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/ai-studio/how-to/monitor-applications.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ In this section, learn how to monitor your generative AI applications using Azur
3131

3232
The first step in continuously monitoring your application is to ensure that its telemetry data is captured and stored for analysis. To accomplish this, you'll need to instrument your generative AI application’s code to use the [Azure AI Tracing package](./develop/trace-local-sdk.md) to log trace data to an Azure Monitor Application Insights resource of your choice. This package fully conforms with the OpenTelemetry standard for observability. After you have instrumented your application's code, the trace data will be logged to your Application Insights resource.
3333

34-
After you have included tracing in your application code, you can view the trace data in Azure AI Foundry or in your Azure Monitor Application Insights resource. To learn more about how to do this, see [monitor your generative AI application](#monitor-your-generative-ai-application).
34+
After you have included tracing in your application code, you can view the trace data in Azure AI Foundry or in your Azure Monitor Application Insights resource. To learn more about how to do this, see [monitor your generative AI application](#monitor-your-generative-ai-application-with-azure-monitor-application-insights).
3535

3636
### Set up online evaluation
3737

articles/ai-studio/how-to/online-evaluation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ project_client.evaluations.disable_schedule(name)
320320

321321
## Related content
322322

323-
- [Monitor your generative AI applications](./monitor.applications.md)
323+
- [Monitor your generative AI applications](./monitor-applications.md)
324324
- [Trace your application with Azure AI Inference SDK](./develop/trace-local-sdk.md)
325325
- [Visualize your traces](./develop/visualize-traces.md)
326326
- [Evaluation of Generative AI Models & Applications](../concepts/evaluation-approach-gen-ai.md)

0 commit comments

Comments
 (0)