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/develop/cloud-evaluation.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,15 +28,15 @@ In this article, you learn how to run evaluations in the cloud (preview) in pre-
28
28
- Azure OpenAI Deployment with GPT model supporting `chat completion`, for example `gpt-4`.
29
29
- Make sure you're first logged into your Azure subscription by running `az login`.
30
30
31
-
If this is your first time running evaluations and logging it to your Azure AI Foundry project, you may need to do a few additional set up steps.
31
+
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.
32
32
33
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
34
2. Make sure the connected storage account has access to all projects.
35
-
3. If you connected your storage account with 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.
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.
36
36
37
37
### Getting started
38
38
39
-
First, install Azure AI Foundry SDK's project client which will run the evaluations in the cloud
39
+
First, install Azure AI Foundry SDK's project client which runs the evaluations in the cloud
0 commit comments