Skip to content

Commit 0856861

Browse files
Merge pull request #5809 from MicrosoftDocs/main
Merged by Learn.Build PR Management system
2 parents 5b7339b + 83e5f1f commit 0856861

File tree

497 files changed

+1338
-1431
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

497 files changed

+1338
-1431
lines changed

articles/ai-foundry/concepts/prompt-flow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.custom:
99
- build-2024
1010
- ignite-2024
1111
ms.topic: concept-article
12-
ms.date: 03/18/2025
12+
ms.date: 06/30/2025
1313
ms.reviewer: none
1414
ms.author: lagayhar
1515
author: lgayhardt

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

articles/ai-foundry/how-to/develop/simulator-interaction-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.custom:
99
- build-2024
1010
- references_regions
1111
ms.topic: how-to
12-
ms.date: 10/24/2024
12+
ms.date: 06/30/2025
1313
ms.reviewer: minthigpen
1414
ms.author: lagayhar
1515
author: lgayhardt

articles/ai-foundry/how-to/flow-process-image.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.service: azure-ai-foundry
77
ms.custom:
88
- build-2024
99
ms.topic: how-to
10-
ms.date: 02/14/2025
10+
ms.date: 06/30/2025
1111
ms.reviewer: none
1212
ms.author: lagayhar
1313
author: lgayhardt

articles/ai-foundry/how-to/prompt-flow-tools/azure-open-ai-gpt-4v-tool.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.service: azure-ai-foundry
77
ms.custom:
88
- build-2024
99
ms.topic: reference
10-
ms.date: 01/29/2025
10+
ms.date: 06/30/2025
1111
ms.reviewer: none
1212
ms.author: lagayhar
1313
author: lgayhardt

articles/ai-foundry/how-to/prompt-flow-tools/content-safety-tool.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.custom:
88
- ignite-2023
99
- build-2024
1010
ms.topic: reference
11-
ms.date: 01/29/2025
11+
ms.date: 06/30/2025
1212
ms.reviewer: none
1313
ms.author: lagayhar
1414
author: lgayhardt

articles/ai-foundry/how-to/prompt-flow-tools/embedding-tool.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.custom:
88
- ignite-2023
99
- build-2024
1010
ms.topic: reference
11-
ms.date: 01/29/2025
11+
ms.date: 6/30/2025
1212
ms.reviewer: none
1313
ms.author: lagayhar
1414
author: lgayhardt

articles/ai-foundry/how-to/prompt-flow-tools/index-lookup-tool.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.service: azure-ai-foundry
77
ms.custom:
88
- build-2024
99
ms.topic: reference
10-
ms.date: 01/29/2025
10+
ms.date: 6/30/2025
1111
ms.reviewer: none
1212
ms.author: lagayhar
1313
author: lgayhardt

0 commit comments

Comments
 (0)