Skip to content

Commit a82bbd6

Browse files
committed
fixes
1 parent 6a54a42 commit a82bbd6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ 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-
:::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.
@@ -51,7 +51,7 @@ Now that the storage account has been created, it's time to connect the blob sto
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**.
@@ -84,4 +84,4 @@ You have now provided your project with write access to your blob storage accoun
8484

8585
## Related content
8686

87-
- [Run evaluations in the cloud](/develop/cloud-evaluation.md)
87+
- [Run evaluations in the cloud](./develop/cloud-evaluation.md)

0 commit comments

Comments
 (0)