You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/ai-foundry/how-to/evaluations-storage-account.md
+13-11Lines changed: 13 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,15 +31,17 @@ Azure AI Foundry evaluations use the user's blob storage account to store datase
31
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
32
1. Select **Create** on the Resource Group page.
33
33
1. Search "Storage Account" and select the Storage Account option that is published by Microsoft.
34
+
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
+
35
37
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**.
43
45
1. Your storage account is now created. Allow time for the resource to be fully provisioned, normally 1-2 minutes.
44
46
45
47
## 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
74
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.
75
77
1. In the "Assign access to" option, select **Managed identity**.
76
78
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.
81
83
1. Select **Review + assign** twice.
82
84
83
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.
0 commit comments