Skip to content

Commit 124f8c2

Browse files
committed
fix warnings
1 parent 8a75537 commit 124f8c2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ In this section, you'll learn how Azure AI Online Evaluation works, how it integ
2626

2727
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.
2828

29-
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).
29+
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-applications.md#monitor-your-generative-ai-application).
3030

3131
### Online Evaluation
3232

articles/ai-studio/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ items:
344344
- name: Deploy and monitor generative AI apps
345345
items:
346346
- name: Continuously monitor your applications
347-
href: how-to/monitor-application.md
347+
href: how-to/monitor-applications.md
348348
- name: Deploy and monitor flows
349349
items:
350350
- name: Deploy a flow for real-time inference

0 commit comments

Comments
 (0)