Skip to content

Commit 62ca5fd

Browse files
committed
accorlinx
1 parent d0e13f7 commit 62ca5fd

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ If this is your first time running evaluations and logging it to your Azure AI F
3232

3333
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:
3434
- [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 Azure Portal](../evaluations-storage-account.md).
35+
- [Manually create and provision access to your storage account in Azure portal](../evaluations-storage-account.md).
3636
1. Make sure the connected storage account has access to all projects.
3737
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.
3838

articles/ai-foundry/how-to/evaluations-storage-account.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ author: lgayhardt
1414
# How to create and configure your storage account for use in Azure AI Foundry Projects
1515

1616
> [!IMPORTANT]
17-
> This guidance only applies to the new Foundry resource based projects, not hub based projects. These steps are not required for hub based projects.
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.
1818
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 will be used to store these datasets. However, providing this connection is not 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 will walk you through how to create the storage account, connect it to your project, and give resource permission.
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.
2020

2121
## Prerequisites
2222

@@ -26,12 +26,12 @@ When running evaluations with user provided datasets, users must connect a Stora
2626

2727
If you have already created your blob storage account, you can skip this section.
2828

29-
Azure AI Foundry evaluations uses the user's blob storage account to store datasets for use in evaluations. To create the storage account, follow the below steps:
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:
3030

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 will take you to the resource group in Azure Portal.
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.
3232
1. Select **Create** on the Resource Group page.
3333
1. Search "Storage Account" and select the Storage Account option that is published by Microsoft.
34-
:::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":::
34+
:::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":::
3535
1. Create your storage account.
3636
1. *Storage account name*: Give your storage account a meaningful name.
3737
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.
@@ -44,14 +44,14 @@ Azure AI Foundry evaluations uses the user's blob storage account to store datas
4444

4545
## Connect your blob storage account in Azure AI Foundry
4646

47-
Now that the storage account has been created, it is 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.
47+
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.
4848

49-
1. Navigate to your project at ai.azure.com. Ensure you are in the project you are trying to run evaluations for.
49+
1. Navigate to your project at ai.azure.com. Ensure you are in the project you're trying to run evaluations for.
5050
1. In the lower left corner at the bottom of the menu, select **Management Center**.
5151
1. Select **Connected Resources** under "Resource (your resource name here)", NOT Project.
5252
1. Select **New connection**.
5353
1. Select **Storage account**.
54-
:::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":::
54+
:::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":::
5555
1. Search for your storage account name that you created.
5656
1. Authentication method: Recommended: Microsoft Entra ID.
5757
1. Select **Add Connection**.
@@ -63,24 +63,24 @@ The final step to setting up this storage account to store your datasets for eva
6363

6464
1. Navigate to your project in Azure AI Foundry.
6565
1. In the top left corner, select your project name dropdown.
66-
1. Select the Resource Group link, which will take you to Azure Portal for the resource group.
66+
1. Select the Resource Group link, which will take you to Azure portal for the resource group.
6767
1. Select the storage account you created under the *Resources* table.
6868
1. On the right hand side, select **Access Control (IAM)**.
6969
1. Select +Add -> Add role assignment.
7070
> [!NOTE]
71-
> If this is disabled, go to "Role assignments" and under "All", ask an owner to take the next steps.
71+
> If this is disabled, go to **Role assignments** and under *All*, ask an owner to take the next steps.
7272
73-
:::image type="content" source="../../media/evaluations/storage/access-control.png" alt-text="A screenshot of access control in the storage account settings hightlighing add role assignment. " lightbox="../../media/evaluations/storage/access-control.png":::
73+
:::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":::
7474
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.
7575
1. In the "Assign access to" option, select **Managed identity**.
7676
1. Select **+ Select members**.
7777
1. *Subscription*: Your subscription
7878
1. *Managed identity*: All system-assigned managed identities.
79-
1. Select: Search for your project name. Select your project, not the resource. It should be formatted [ResourceName]/[ProjectName]. Do not select the resource name, which does not have the "/[ProjectName] after it.
79+
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.
8080
1. Select **Select** button at the bottom.
8181
1. Select **Review + assign** twice.
8282

83-
You have now provided your project with write access to your blob storage account. After a few minutes, you will be able to add data during an evaluation in AI Foundry.
83+
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.
8484

8585
## Related content
8686

0 commit comments

Comments
 (0)