Skip to content

Commit 50a8ae2

Browse files
authored
Update cloud-evaluation.md
1 parent 5ee4fc4 commit 50a8ae2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/ai-foundry/how-to/develop/cloud-evaluation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ If this is your first time running evaluations and logging it to your Azure AI F
3434
1. Make sure the connected storage account has access to all projects.
3535
1. If you connected your storage account with Microsoft Entra ID, make sure to give managed identity **Storage Blob Data Owner** permissions to both your account and the Foundry project resource in the Azure portal.
3636

37-
### Get started
37+
##Get started
3838

3939
1. Install the Azure AI Foundry SDK project client that runs the evaluations in the cloud:
4040

@@ -55,7 +55,7 @@ If this is your first time running evaluations and logging it to your Azure AI F
5555
model_endpoint = os.environ["MODEL_ENDPOINT"] # https://<account>.services.ai.azure.com
5656
model_api_key = os.environ["MODEL_API_KEY"]
5757

58-
# Optional: reuse an existing dataset.
58+
# Optional: Reuse an existing dataset.
5959
dataset_name = os.environ.get("DATASET_NAME", "dataset-test")
6060
dataset_version = os.environ.get("DATASET_VERSION", "1.0")
6161
```

0 commit comments

Comments
 (0)