Skip to content

Commit 0130ade

Browse files
authored
Update cloud-evaluation.md
1 parent 695989f commit 0130ade

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The Azure AI Evaluation SDK supports running evaluations locally on your own mac
2222

2323
In this article, you learn how to run evaluations in the cloud (preview) in pre-deployment testing on a test dataset. When you use the Azure AI Projects SDK, evaluation results are automatically logged into your Azure AI project for better observability. This feature supports all Microsoft-curated [built-in evaluators](../../concepts/observability.md#what-are-evaluators) and your own [custom evaluators](../../concepts/evaluation-evaluators/custom-evaluators.md). Your evaluators can be located in the [Evaluator library](../evaluate-generative-ai-app.md#view-and-manage-the-evaluators-in-the-evaluator-library) and have the same project-scope role-based access control (RBAC).
2424

25-
#Prerequisites
25+
## Prerequisites
2626

2727
- Azure AI Foundry project in the same supported [regions](../../concepts/evaluation-evaluators/risk-safety-evaluators.md#azure-ai-foundry-project-configuration-and-region-support) as risk and safety evaluators (preview). If you don't have an existing project, create one by following the guide [How to create Azure AI Foundry project](../create-projects.md?tabs=ai-studio).
2828
- Azure OpenAI Deployment with GPT model supporting `chat completion`. For example, `gpt-4`.
@@ -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

@@ -221,7 +221,7 @@ ml_client = MLClient(
221221
credential=DefaultAzureCredential()
222222
)
223223

224-
# # Convert the evaluator to evaluation flow and save it locally.
224+
# Convert the evaluator to evaluation flow and save it locally.
225225
local_path = "friendliness_local"
226226
pf_client = PFClient()
227227
pf_client.flows.save(entry=FriendlinessEvaluator, path=local_path)

0 commit comments

Comments
 (0)