Skip to content

Commit f966c24

Browse files
committed
fix links/warnings
1 parent 774005c commit f966c24

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,20 +31,20 @@ 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-applications.md#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).
3535

3636
### Set up online evaluation
3737

38-
After setting up tracing for your generative AI application, set up [online evaluation with the Azure AI Foundry SDK](./develop/online-evaluation.md) to continuously evaluate your trace data as it is collected. Doing so will enable you to monitor your application's performance in production over time.
38+
After setting up tracing for your generative AI application, set up [online evaluation with the Azure AI Foundry SDK](./online-evaluation.md) to continuously evaluate your trace data as it is collected. Doing so will enable you to monitor your application's performance in production over time.
3939

4040
> [!NOTE]
41-
> If you have multiple AI applications logging trace data to the same Azure Monitor Application Insights resource, it's recommended to use the service name to differentiate between application data in Application Insights. To learn how to set the service name, see [Azure AI Tracing](./develop/trace-local-sdk.md). To learn how to query for the service name within your online evaluation configuration, see [using service name in trace data](./develop/online-evaluation.md#using-service-name-in-trace-data).
41+
> If you have multiple AI applications logging trace data to the same Azure Monitor Application Insights resource, it's recommended to use the service name to differentiate between application data in Application Insights. To learn how to set the service name, see [Azure AI Tracing](./develop/trace-local-sdk.md). To learn how to query for the service name within your online evaluation configuration, see [using service name in trace data](./online-evaluation.md#using-service-name-in-trace-data).
4242
4343
### Monitor your generative AI application with Azure Monitor Application Insights
4444

4545
In this section, you learn how Azure AI integrates with Azure Monitor Application Insights to give you an out-of-the-box dashboard view that is tailored with insights regarding your generative AI app so you can stay updated with the latest status of your application.
4646

47-
### Insights for your generative AI application
47+
#### Insights for your generative AI application
4848

4949
If you haven’t set this up, here are some quick steps:
5050

@@ -80,7 +80,7 @@ You can also share this workbook with your team so they stay informed with the l
8080
8181
## Related content
8282

83-
- [How to run evaluations online with the Azure AI Foundry SDK](./develop/online-evaluation.md)
83+
- [How to run evaluations online with the Azure AI Foundry SDK](./online-evaluation.md)
8484
- [Trace your application with Azure AI Inference SDK](./develop/trace-local-sdk.md)
8585
- [Visualize your traces](./develop/visualize-traces.md)
8686
- [Evaluation of Generative AI Models & Applications](../concepts/evaluation-approach-gen-ai.md)

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](./develop/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)