Skip to content

Commit 5259eaf

Browse files
Merge pull request #5750 from ssalgadodev/patch-695684
Update monitor-models.md
2 parents 1131a2a + dea6ac5 commit 5259eaf

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

articles/ai-foundry/foundry-models/how-to/monitor-models.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: ssalgadodev
55
ms.author: ssalgado
66
ms.service: azure-ai-model-inference
77
ms.topic: how-to
8-
ms.date: 4/30/2025
8+
ms.date: 06/30/2025
99
manager: scottpolly
1010
ms.reviewer: fasantia
1111
reviewer: santiagxf
@@ -26,7 +26,7 @@ To use monitoring capabilities for model deployments in Foundry Models, you need
2626
* An Azure AI services resource. For more information, see [Create an Azure AI Services resource](../../model-inference/how-to/quickstart-create-resources.md).
2727

2828
> [!TIP]
29-
> If you are using Serverless API Endpoints and you want to take advantage of monitoring capabilities explained in this document, [migrate your Serverless API Endpoints to Foundry Models](../../model-inference/how-to/quickstart-ai-project.md).
29+
> If you're using Serverless API Endpoints and you want to take advantage of monitoring capabilities explained in this document, [migrate your Serverless API Endpoints to Foundry Models](../../model-inference/how-to/quickstart-ai-project.md).
3030
3131
* At least one model deployment.
3232

@@ -54,11 +54,15 @@ You can view metrics within Azure AI Foundry portal. To view them, follow these
5454

5555
1. Select the tab **Metrics**.
5656

57-
1. You can see a high level view of the most common metrics you may be interested about.
57+
1. You can access an overview of common metrics that might be of interest. For cost-related metrics, use the Azure Cost Management deep link, which provides access to detailed post-consumption cost metrics in the Cost analysis section located in the Azure portal. Cost data in Azure portal displays actual post-consumption charges for model consumption, including other AI resources within Azure AI Foundry. Follow this link for a full list of [AI resources](https://azure.microsoft.com/products/ai-services#tabs-pill-bar-oc14f0_tab0). There's approximately a five hour delay from the billing event to when it can be viewed in Azure portal cost analysis.
5858

5959
:::image type="content" source="../media/monitor-models/deployment-metrics.png" alt-text="Screenshot showing the metrics displayed for model deployments in Azure AI Foundry portal." lightbox="../media/monitor-models/deployment-metrics.png":::
6060

61-
1. To slice, filter, or view model details about the metrics you can **Open in Azure Monitor**, where you have more advanced options.
61+
> [!IMPORTANT]
62+
> The **Azure Cost Management deep link**  provides a direct link within the Azure portal, allowing users to access detailed cost metrics for deployed AI models. This deep link integrates with the Azure Cost Analysis service view, offering transparent and actionable insights into model-level costs.
63+
> The deep link directs users to the Cost Analysis view in the Azure portal, providing a one-click experience to view deployments per resource, including input/output token cost/consumption. To view cost data, you need at least read access for an Azure account. For information about assigning access to Microsoft Cost Management data, see [Assign access to data](/azure/cost-management-billing/costs/assign-access-acm-data).
64+
65+
1. You can **view and analyze metrics with Azure Monitor metrics explorer** to further slice and filter your model deployment metrics.
6266

6367
:::image type="content" source="../media/monitor-models/deployment-metrics-azmonitor.png" alt-text="Screenshot showing the option to open model deployment metrics in Azure Monitor." lightbox="../media/monitor-models/deployment-metrics-azmonitor.png":::
6468

@@ -91,7 +95,7 @@ To use Azure Monitor, follow these steps:
9195

9296
:::image type="content" source="../media/monitor-models/azmon-add-filter.png" alt-text="Screenshot showing how to apply a filter to a metric." lightbox="../media/monitor-models/azmon-add-filter.png":::
9397

94-
1. It is useful to break down specific metrics by some of the dimensions. The following example shows how to break down the number of requests made to the resource by model by using the option **Add splitting**:
98+
1. It's useful to break down specific metrics by some of the dimensions. The following example shows how to break down the number of requests made to the resource by model by using the option **Add splitting**:
9599

96100
:::image type="content" source="../media/monitor-models/azmon-add-splitting.png" alt-text="Screenshot showing how to split the metric by a given dimension." lightbox="../media/monitor-models/azmon-add-splitting.png":::
97101

83.5 KB
Loading
66.7 KB
Loading

0 commit comments

Comments
 (0)