Skip to content

Commit 6d36efd

Browse files
committed
acrolinx
1 parent 7de2fcd commit 6d36efd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

articles/ai-foundry/concepts/evaluation-evaluators/azure-openai-graders.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ model_config = AzureOpenAIModelConfiguration(
4040
`AzureOpenAILabelGrader` uses your custom prompt to instruct a model to classify outputs based on labels you define. It returns structured results with explanations for why each label was chosen.
4141

4242
> [!NOTE]
43-
> We recommend using Azure Open AI GPT o3-mini for best results.
43+
> We recommend using Azure OpenAI GPT o3-mini for best results.
4444
4545
Here's an example `data.jsonl` that is used in the following code snippets:
4646

articles/ai-foundry/how-to/develop/evaluate-sdk.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -336,11 +336,11 @@ After you spot-check your built-in or custom evaluators on a single row of data,
336336

337337
### Prerequisite set up steps for Azure AI Foundry Projects
338338

339-
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.
339+
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.
340340

341341
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.
342342
2. Make sure the connected storage account has access to all projects.
343-
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.
343+
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.
344344

345345
### Evaluate on a dataset and log results to Azure AI Foundry
346346

0 commit comments

Comments
 (0)