Skip to content

Commit fc55aaf

Browse files
Learn Build Service GitHub AppLearn Build Service GitHub App
authored andcommitted
Merging changes synced from https://github.com/MicrosoftDocs/azure-ai-docs-pr (branch live)
2 parents 1230cc1 + aa4c8ea commit fc55aaf

Some content is hidden

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

42 files changed

+151
-57
lines changed

articles/ai-foundry/concepts/management-center.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.service: azure-ai-foundry
88
ms.custom:
99
- ignite-2024
1010
ms.topic: concept-article #Don't change.
11-
ms.date: 05/07/2025
11+
ms.date: 07/01/2025
1212
#customer intent: As an admin, I want a central location where I can perform governance and management activities.
1313
---
1414

@@ -27,26 +27,26 @@ The management center is a part of the Azure AI Foundry portal that streamlines
2727

2828
To access the management center, sign in to [Azure AI Foundry](https://ai.azure.com/?cid=learnDocs), select a project, and then select **Management center** from the bottom of left menu.
2929

30-
:::image type="content" source="../media/management-center/management-center.png" alt-text="Screenshot of the left menu of Azure AI Foundry with the management center selected." lightbox="../media/management-center/management-center.png":::
30+
:::image type="content" source="../media/management-center/management-center.png" alt-text="Screenshot of the left menu of Azure AI Foundry with the management center selected." :::
3131

3232
## Manage Foundry projects
3333

34-
You can use the management center to create and configure [!INCLUDE [FDP](../includes/fdp-project-name.md)]s. Use __All resources__ to view all [!INCLUDE [FDP](../includes/fdp-project-name.md)]s that you have access to, or to create new projects. Use the __Project__ section of the left menu to manage individual [!INCLUDE [FDP](../includes/fdp-project-name.md)].
34+
Use the management center to create and configure [!INCLUDE [FDP](../includes/fdp-project-name.md)]s. Use __All resources__ to view all [!INCLUDE [FDP](../includes/fdp-project-name.md)]s that you have access to, or to create new projects. Use the __Project__ section of the left menu to manage individual [!INCLUDE [FDP](../includes/fdp-project-name.md)].
3535

3636
:::image type="content" source="../media/management-center/project-management.png" alt-text="Screenshot of the all resources, hub, and project sections of the management studio selected." lightbox="../media/management-center/project-management.png":::
3737

38+
For more information, see [Create a [!INCLUDE [fdp-project-name](../includes/fdp-project-name.md)]](../how-to/create-projects.md?pivots=fdp-project)
39+
40+
3841
### Manage Azure AI Foundry hubs and hub based projects
3942

4043
You can also manage [!INCLUDE [hub](../includes/hub-project-name.md)]s from the management center. They're listed in the __All resources__ section, and when selected are displayed in the left menu.
4144

42-
For more information, see the following articles:
43-
44-
- [Create a project in Azure AI Foundry](../how-to/create-projects.md?pivots=fdp-project)
45-
- [Create a hub based project](../how-to/create-projects.md?pivots=hub-project)
45+
For more information, see [Create a [!INCLUDE [hub-project-name](../includes/hub-project-name.md)]](../how-to/create-projects.md?pivots=hub-project).
4646

4747
## Manage resource utilization
4848

49-
You can view and manage quotas and usage metrics across multiple projects and Azure subscriptions. Use the __Quota__ link from the left menu to view and manage quotas.
49+
View and manage quotas and usage metrics across multiple projects and Azure subscriptions. Use the __Quota__ link from the left menu to view and manage quotas.
5050

5151
:::image type="content" source="../media/management-center/quotas.png" alt-text="Screenshot of the quotas section of the management center." lightbox="../media/management-center/quotas.png":::
5252

articles/ai-foundry/how-to/develop/ai-template-get-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Available templates include:
2727
## Prerequisites
2828

2929
- [Azure subscription](https://azure.microsoft.com/free)
30-
- Either a [!INCLUDE [fdp-project-name](../../includes/fdp-project-name.md)](../create-projects.md?pivots=fdp-project) or a [!INCLUDE [hub-project-name](../../includes/hub-project-name.md)](../create-projects.md?pivots=hub-project).
30+
- Either a [[!INCLUDE [fdp-project-name](../../includes/fdp-project-name.md)]](../create-projects.md?pivots=fdp-project) or a [[!INCLUDE [hub-project-name](../../includes/hub-project-name.md)]](../create-projects.md?pivots=hub-project).
3131

3232
## Start with a sample application
3333

articles/ai-foundry/how-to/develop/cloud-evaluation.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,11 @@ In this article, you learn how to run evaluations in the cloud (preview) in pre-
3030

3131
If this is your first time running evaluations and logging it to your Azure AI Foundry project, you might need to do a few additional setup steps.
3232

33-
1. [Create and connect your storage account](https://github.com/azure-ai-foundry/foundry-samples/blob/main/samples/microsoft/infrastructure-setup/01-connections/connection-storage-account.bicep) to your Azure AI Foundry project at the resource level. This bicep template provisions and connects a storage account to your Foundry project with key authentication.
34-
2. Make sure the connected storage account has access to all projects.
35-
3. If you connected your storage account with Microsoft Entra ID, make sure to give MSI (Microsoft Identity) permissions for Storage Blob Data Owner to both your account and Foundry project resource in Azure portal.
33+
1. Create and connect your storage account to your Azure AI Foundry project at the resource level. There are two ways you can do this:
34+
- [Bicep template provisions and connects a storage account to your Foundry project with key authentication](https://github.com/azure-ai-foundry/foundry-samples/blob/main/samples/microsoft/infrastructure-setup/01-connections/connection-storage-account.bicep).
35+
- [Manually create and provision access to your storage account in the Azure portal](../evaluations-storage-account.md).
36+
1. Make sure the connected storage account has access to all projects.
37+
1. If you connected your storage account with Microsoft Entra ID, make sure to give MSI (Microsoft Identity) permissions for Storage Blob Data Owner to both your account and Foundry project resource in Azure portal.
3638

3739
### Getting started
3840

articles/ai-foundry/how-to/develop/langchain.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ manager: scottpolly
66
ms.service: azure-ai-foundry
77
ms.custom:
88
- ignite-2024
9+
- update-code
910
ms.topic: how-to
1011
ms.date: 06/26/2025
1112
ms.reviewer: fasantia
Lines changed: 89 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,89 @@
1+
---
2+
title: Create and Configure your Storage Account for Evaluations
3+
titleSuffix: Azure AI Foundry
4+
description: Learn how to create and configure your storage account for Azure AI Foundry evaluations.
5+
manager: scottpolly
6+
ms.service: azure-ai-foundry
7+
ms.topic: how-to
8+
ms.date: 06/30/2025
9+
ms.reviewer: gregharen
10+
ms.author: lagayhar
11+
author: lgayhardt
12+
---
13+
14+
# How to create and configure your storage account for use in Azure AI Foundry Projects
15+
16+
> [!IMPORTANT]
17+
> This guidance only applies to the new Foundry resource based projects, not hub based projects. These steps aren't required for hub based projects.
18+
19+
When running evaluations with user provided datasets, users must connect a Storage Account to their Azure AI Foundry Resource. This is the storage account that is used to store these datasets. However, providing this connection isn't enough, the project must also be given contributor access to the blob storage to allow read and write access to the storage account. These instructions walk you through how to create the storage account, connect it to your project, and give resource permission.
20+
21+
## Prerequisites
22+
23+
[!INCLUDE [uses-fdp-only](../includes/uses-fdp-only.md)]
24+
25+
## Create your blob storage account
26+
27+
If you have already created your blob storage account, you can skip this section.
28+
29+
Azure AI Foundry evaluations use the user's blob storage account to store datasets for use in evaluations. To create the storage account, follow the below steps:
30+
31+
1. Go to your AI Foundry Project and find your resource group. To find your resource group, select the project name in the top right corner and select your resource group. This takes you to the resource group in Azure portal.
32+
1. Select **Create** on the Resource Group page.
33+
1. Search "Storage Account" and select the Storage Account option that is published by Microsoft.
34+
35+
:::image type="content" source="../media/evaluations/storage/storage-account.png" alt-text="A screenshot showing the Microsoft storage account option." lightbox="../media/evaluations/storage/storage-account.png":::
36+
37+
1. Create your storage account.
38+
1. *Storage account name*: Give your storage account a meaningful name.
39+
1. *Region*: Recommendation: Create the storage account in the same region you created your project. To find this, go back to Azure AI Foundry, select the project name in the top right corner of the screen (which is the same option you selected earlier to find the link to your resource group), and review the Location of the resource group. Note: it will not default to the same region.
40+
1. *Primary service*: Azure Blob Storage or Azure Data Lake Storage Gen 2.
41+
1. *Performance*: Standard.
42+
1. *Redundancy*: Geo-redundant storage (GRS).
43+
1. Select **Review+Create**.
44+
1. Select **Create**.
45+
1. Your storage account is now created. Allow time for the resource to be fully provisioned, normally 1-2 minutes.
46+
47+
## Connect your blob storage account in Azure AI Foundry
48+
49+
Now that the storage account has been created, it's time to connect the blob storage account to the Azure AI Foundry resource. If you have already completed this step, you can skip to the next section.
50+
51+
1. Navigate to your project at ai.azure.com. Ensure you are in the project you're trying to run evaluations for.
52+
1. In the lower left corner at the bottom of the menu, select **Management Center**.
53+
1. Select **Connected Resources** under "Resource (your resource name here)", NOT Project.
54+
1. Select **New connection**.
55+
1. Select **Storage account**.
56+
:::image type="content" source="../media/evaluations/storage/add-storage-account.png" alt-text="A screenshot showing the adding a storage account as a new connection to your resource." lightbox="../media/evaluations/storage/add-storage-account.png":::
57+
1. Search for your storage account name that you created.
58+
1. Authentication method: Recommended: Microsoft Entra ID.
59+
1. Select **Add Connection**.
60+
1. The connection is now created. Continue to the next section to provision permissions for Azure AI Foundry resource to the blob storage account.
61+
62+
## Give Azure AI Foundry resource permission to read/write to the storage account
63+
64+
The final step to setting up this storage account to store your datasets for evaluation runs in Azure AI Foundry, you must provide the project permissions to access the storage account. To do so, follow the below steps:
65+
66+
1. Navigate to your project in Azure AI Foundry.
67+
1. In the top left corner, select your project name dropdown.
68+
1. Select the Resource Group link, which will take you to Azure portal for the resource group.
69+
1. Select the storage account you created under the *Resources* table.
70+
1. On the right hand side, select **Access Control (IAM)**.
71+
1. Select +Add -> Add role assignment.
72+
> [!NOTE]
73+
> If this is disabled, go to **Role assignments** and under *All*, ask an owner to take the next steps.
74+
75+
:::image type="content" source="../media/evaluations/storage/access-control.png" alt-text="A screenshot of access control in the storage account settings highlighting add role assignment. " lightbox="../media/evaluations/storage/access-control.png":::
76+
1. In the *Job function roles* table, search for "Storage Blob Data Contributor" and select that option. Then select **Next** at the bottom of the screen.
77+
1. In the "Assign access to" option, select **Managed identity**.
78+
1. Select **+ Select members**.
79+
1. *Subscription*: Your subscription
80+
1. *Managed identity*: All system-assigned managed identities.
81+
1. Select: Search for your project name. Select your project, not the resource. It should be formatted [ResourceName]/[ProjectName]. Don't select the resource name, which doesn't have the "/[ProjectName] after it.
82+
1. Select **Select** button at the bottom.
83+
1. Select **Review + assign** twice.
84+
85+
You have now provided your project with write access to your blob storage account. After a few minutes, you'll be able to add data during an evaluation in AI Foundry.
86+
87+
## Related content
88+
89+
- [Run evaluations in the cloud](./develop/cloud-evaluation.md)
121 KB
Loading
116 KB
Loading
16 KB
Loading

articles/ai-foundry/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -406,6 +406,8 @@ items:
406406
- name: View evaluation results in the portal
407407
href: how-to/evaluate-results.md
408408
displayName: accuracy,metrics
409+
- name: Create and configure storage account for evaluation
410+
href: how-to/evaluations-storage-account.md
409411
- name: AI red teaming
410412
items:
411413
- name: AI red teaming agent overview

articles/ai-services/content-understanding/audio/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Azure AI Content Understanding audio overview
33
titleSuffix: Azure AI services
44
description: Learn about Azure AI Content Understanding audio solutions
5-
author: laujan
5+
author: PatrickFarley
66
ms.author: jagoerge
77
manager: nitinme
88
ms.date: 05/19/2025

0 commit comments

Comments
 (0)