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-foundry/how-to/benchmark-model-in-catalog.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ ms.service: azure-ai-foundry
7
7
ms.custom:
8
8
- ai-learning-hub
9
9
ms.topic: how-to
10
-
ms.date: 05/19/2025
10
+
ms.date: 07/31/2025
11
11
ms.reviewer: changliu2
12
12
reviewer: changliu2
13
13
ms.author: lagayhar
@@ -22,7 +22,7 @@ In this article, you learn to streamline your model selection process in the Azu
22
22
23
23
-[Quality, safety, cost, and performance leaderboards](#access-model-leaderboards) to quickly identify the model leaders along a single criterion (quality, cost, or throughput);
24
24
-[Trade-off charts](#compare-models-in-the-trade-off-charts) to see how models perform on one metric versus another, such as quality versus cost, among different selection criteria;
25
-
-[Leaderboards by scenario](#view-leaderboards-by-scenario) to find the best leaderboards that suite your scenario.
25
+
-[Leaderboards by scenario](#view-leaderboards-by-scenario) to find the best leaderboards that suit your scenario.
@@ -144,7 +145,7 @@ except HttpResponseError as err:
144
145
145
146
### Capture reasoning explanations for your evaluation result
146
147
147
-
AI-assisted evaluators employ chain-of-thought reasoning to generate an explanation for the score in your evaluation result. To enable this on, set redact_score_properties to True in the AgentEvaluationRedactionConfiguration object and pass that as part of your request.
148
+
AI-assisted evaluators employ chain-of-thought reasoning to generate an explanation for the score in your evaluation result. To enable this, set redact_score_properties to False in the AgentEvaluationRedactionConfiguration object and pass that as part of your request.
148
149
149
150
This helps you understand the reasoning behind the scores for each metric.
150
151
@@ -155,7 +156,7 @@ This helps you understand the reasoning behind the scores for each metric.
155
156
156
157
from azure.ai.projects.models import AgentEvaluationRedactionConfiguration
You can customize the sampling configuration by defining an `AgentEvaluationSamplingConfiguration` and specify your preferred sampling percent and maximum requests hour within the system limit of 1000/hour.
175
+
You can customize the sampling configuration by defining an `AgentEvaluationSamplingConfiguration` and specify your preferred sampling percent and maximum requests per hour within the system limit of 1000/hour.
After you deployed your application to production with continuous evaluation setup, you can [monitor the quality and safety of your agent with Azure AI Foundry and Azure Monitor](./monitor-applications.md).
202
+
After you deploy your application to production with continuous evaluation setup, you can [monitor the quality and safety of your agent with Azure AI Foundry and Azure Monitor](./monitor-applications.md).
Monitoring your generative AI applications has never been more important, due to the complexity and rapid evolvement of the AI industry. Azure AI Foundry Observability, integrated with Azure Monitor Application Insights, enables you to continuously monitor your deployed AI applications to ensure that they're performant, safe, and produce high-quality results in production. In addition to the continuous monitoring capabilities, we also provide [continuous evaluation capabilities for Agents](./continuous-evaluation-agents.md) to add further enhance the Foundry Observability dashboard with visibility into additional critical quality and safety metrics.
18
+
Monitoring your generative AI applications has never been more important, due to the complexity and rapid evolution of the AI industry. Azure AI Foundry Observability, integrated with Azure Monitor Application Insights, enables you to continuously monitor your deployed AI applications to ensure that they're performant, safe, and produce high-quality results in production. In addition to the continuous monitoring capabilities, we also provide [continuous evaluation capabilities for Agents](./continuous-evaluation-agents.md) to further enhance the Foundry Observability dashboard with visibility into additional critical quality and safety metrics.
@@ -57,7 +57,7 @@ Follow these steps to access and utilize the built-in monitoring view in your AI
57
57
58
58
Application Insights is a powerful tool for application performance monitoring (APM) that provides insights into the health and performance of your applications.
59
59
60
-
You can open the **Application analytics** dashboard in Azure Monitor Application Insights workbooks gallery by selecting on**View in Azure Monitor Application Insights** link at the end of the page.
60
+
You can open the **Application analytics** dashboard in Azure Monitor Application Insights workbooks gallery by selecting the**View in Azure Monitor Application Insights** link at the end of the page.
61
61
62
62
This dashboard is opened as an editable workbook where you can customize the workbook and save according to your needs.
63
63
@@ -70,14 +70,14 @@ This dashboard is opened as an editable workbook where you can customize the wor
70
70
3. Save your latest changes and create different views as needed by selecting **Save**.
71
71
:::image type="content" source="../media/how-to/monitor-applications/customize-dashboard-4.png" alt-text="Screenshot of workbooks tab under monitoring highlighting the save button and tab in Azure portal." lightbox="../media/how-to/monitor-applications/customize-dashboard-4.png":::
72
72
73
-
4. Share with your team by selecting "Share" icon in the command bar.
73
+
4. Share with your team by selecting the **Share** icon in the command bar.
74
74
:::image type="content" source="../media/how-to/monitor-applications/customize-dashboard-5.png" alt-text="Screenshot of workbooks tab under monitoring highlighting share workbook button and tab in Azure portal." lightbox="../media/how-to/monitor-applications/customize-dashboard-5.png":::
75
75
76
76
## Explore and analyze with Kusto Query Language (KQL)
77
77
78
78
[KQL (Kusto Query Language)](/kusto/query/) is a powerful query language used in Azure to explore, analyze, and visualize large volumes of telemetry and log data.
79
79
80
-
In the **Application analytics** dashboard view, you can **Open query link** by selecting on the icon in the top right for a particular tile or chart.
80
+
In the **Application analytics** dashboard view, you can **Open query link** by selecting the icon in the top right for a particular tile or chart.
81
81
82
82
:::image type="content" source="../media/how-to/monitor-applications/query-link.png" alt-text="Screenshot of application analytics dashboard view highlighting the open query link button in Azure portal." lightbox="../media/how-to/monitor-applications/query-link.png":::
83
83
@@ -91,7 +91,7 @@ You can define Azure Alert rules based on the previous KQL queries to proactivel
91
91
92
92
:::image type="content" source="../media/how-to/monitor-applications/create-new-alert-rule-1.png" alt-text="Screenshot of logs highlighting new alert rule button in Azure portal." lightbox="../media/how-to/monitor-applications/create-new-alert-rule-1.png":::
93
93
94
-
Selecting on the **New alert rule** button opens a wizard to create an alert rule on the related signal.
94
+
Selecting the **New alert rule** button opens a wizard to create an alert rule on the related signal.
95
95
96
96
:::image type="content" source="../media/how-to/monitor-applications/create-new-alert-rule-2.png" alt-text="Screenshot of create an alert rule wizard in Azure portal." lightbox="../media/how-to/monitor-applications/create-new-alert-rule-2.png":::
0 commit comments