Skip to content

Commit be09bba

Browse files
committed
fixes
1 parent bef9fd1 commit be09bba

File tree

1 file changed

+13
-11
lines changed

1 file changed

+13
-11
lines changed

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

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,17 @@ Azure AI Foundry evaluations use the user's blob storage account to store datase
3131
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+
3435
:::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+
3537
1. Create your storage account.
36-
- *Storage account name*: Give your storage account a meaningful name.
37-
- *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.
38-
- *Primary service*: Azure Blob Storage or Azure Data Lake Storage Gen 2.
39-
- *Performance*: Standard.
40-
- *Redundancy*: Geo-redundant storage (GRS).
41-
- Select **Review+Create**.
42-
- Select **Create**.
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**.
4345
1. Your storage account is now created. Allow time for the resource to be fully provisioned, normally 1-2 minutes.
4446

4547
## Connect your blob storage account in Azure AI Foundry
@@ -74,10 +76,10 @@ The final step to setting up this storage account to store your datasets for eva
7476
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.
7577
1. In the "Assign access to" option, select **Managed identity**.
7678
1. Select **+ Select members**.
77-
- *Subscription*: Your subscription
78-
- *Managed identity*: All system-assigned managed identities.
79-
- 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.
80-
- Select **Select** button at the bottom.
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.
8183
1. Select **Review + assign** twice.
8284

8385
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.

0 commit comments

Comments
 (0)