Skip to content

Commit aaed152

Browse files
committed
adding ms.custom of build-aifnd
1 parent b2e62a9 commit aaed152

31 files changed

+213
-141
lines changed

articles/ai-foundry/concepts/ai-resources.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,19 @@
22
title: Hubs and hub-based project overview
33
titleSuffix: Azure AI Foundry
44
description: This article introduces concepts about Azure AI Foundry hubs for your Azure AI Foundry projects.
5+
author: Blackmist
6+
ms.author: larryfr
57
manager: scottpolly
8+
ms.reviewer: deeikele
9+
ms.date: 04/28/2025
610
ms.service: azure-ai-foundry
11+
ms.topic: conceptual
712
ms.custom:
813
- ignite-2023
914
- build-2024
1015
- ai-learning-hub
1116
- ignite-2024
12-
ms.topic: conceptual
13-
ms.date: 04/28/2025
14-
ms.reviewer: deeikele
15-
ms.author: larryfr
16-
author: Blackmist
17+
- build-aifnd
1718
---
1819

1920
# Hub resources overview

articles/ai-foundry/concepts/encryption-keys-portal.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,13 @@ titleSuffix: Azure AI Foundry
44
description: Learn about using customer-managed keys for encryption to improve data security with Azure AI Foundry.
55
author: Blackmist
66
ms.author: larryfr
7+
ms.reviewer: deeikele
8+
ms.date: 05/01/2025
79
ms.service: azure-ai-services
10+
ms.topic: concept-article
811
ms.custom:
912
- ignite-2023
10-
ms.topic: concept-article
11-
ms.date: 05/01/2025
12-
ms.reviewer: deeikele
13+
- build-aifnd
1314
zone_pivot_groups: project-type
1415
# Customer intent: As an admin, I want to understand how I can use my own encryption keys with Azure AI Foundry.
1516
---

articles/ai-foundry/concepts/evaluation-evaluators/agent-evaluators.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,15 @@
22
title: Agent evaluators for generative AI
33
titleSuffix: Azure AI Foundry
44
description: Learn how to evaluate Azure AI agents using intent resolution, tool call accuracy, and task adherence evaluators.
5+
author: lgayhardt
6+
ms.author: lagayhar
57
manager: scottpolly
8+
ms.reviewer: changliu2
9+
ms.date: 05/19/2025
610
ms.service: azure-ai-foundry
711
ms.topic: reference
8-
ms.date: 05/19/2025
9-
ms.reviewer: changliu2
10-
ms.author: lagayhar
11-
author: lgayhardt
12+
ms.custom:
13+
- build-aifnd
1214
---
1315

1416
# Agent evaluators (preview)

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

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,15 @@
22
title: Azure OpenAI Graders for generative AI
33
titleSuffix: Azure AI Foundry
44
description: Learn about Azure OpenAI Graders for evaluating AI model outputs, including label grading, string checking, text similarity, and custom grading.
5+
author: lgayhardt
6+
ms.author: lagayhar
57
manager: scottpolly
8+
ms.reviewer: mithigpe
9+
ms.date: 05/19/2025
610
ms.service: azure-ai-foundry
711
ms.topic: reference
8-
ms.date: 05/19/2025
9-
ms.reviewer: mithigpe
10-
ms.author: lagayhar
11-
author: lgayhardt
12+
ms.custom:
13+
- build-aifnd
1214
---
1315

1416
# Azure OpenAI Graders (preview)

articles/ai-foundry/concepts/evaluation-evaluators/custom-evaluators.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,15 @@
22
title: Custom evaluators
33
titleSuffix: Azure AI Foundry
44
description: Learn how to create custom evaluators for your AI applications using code-based or prompt-based approaches.
5+
author: lgayhardt
6+
ms.author: lagayhar
57
manager: scottpolly
8+
ms.reviewer: mithigpe
9+
ms.date: 05/19/2025
610
ms.service: azure-ai-foundry
711
ms.topic: reference
8-
ms.date: 05/19/2025
9-
ms.reviewer: mithigpe
10-
ms.author: lagayhar
11-
author: lgayhardt
12+
ms.custom:
13+
- build-aifnd
1214
---
1315

1416
# Custom evaluators
@@ -152,4 +154,4 @@ friendliness_score = friendliness_eval(response="I will not apologize for my beh
152154
## Related content
153155

154156
- [How to run batch evaluation on a dataset](../../how-to/develop/evaluate-sdk.md#local-evaluation-on-test-datasets-using-evaluate)
155-
- [How to run batch evaluation on a target](../../how-to/develop/evaluate-sdk.md#local-evaluation-on-a-target)
157+
- [How to run batch evaluation on a target](../../how-to/develop/evaluate-sdk.md#local-evaluation-on-a-target)

articles/ai-foundry/concepts/evaluation-evaluators/general-purpose-evaluators.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,15 @@
22
title: General purpose evaluators for generative AI
33
titleSuffix: Azure AI Foundry
44
description: Learn about general-purpose evaluators for generative AI, including coherence, fluency, and question-answering composite evaluation.
5+
author: lgayhardt
6+
ms.author: lagayhar
57
manager: scottpolly
8+
ms.reviewer: changliu2
9+
ms.date: 05/19/2025
610
ms.service: azure-ai-foundry
711
ms.topic: reference
8-
ms.date: 05/19/2025
9-
ms.reviewer: changliu2
10-
ms.author: lagayhar
11-
author: lgayhardt
12+
ms.custom:
13+
- build-aifnd
1214
---
1315

1416
# General purpose evaluators
@@ -161,4 +163,4 @@ While F1 score outputs a numerical score on 0-1 float scale, the other evaluator
161163
## Related content
162164

163165
- [How to run batch evaluation on a dataset](../../how-to/develop/evaluate-sdk.md#local-evaluation-on-test-datasets-using-evaluate)
164-
- [How to run batch evaluation on a target](../../how-to/develop/evaluate-sdk.md#local-evaluation-on-a-target)
166+
- [How to run batch evaluation on a target](../../how-to/develop/evaluate-sdk.md#local-evaluation-on-a-target)

articles/ai-foundry/concepts/evaluation-evaluators/rag-evaluators.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,15 @@
22
title: Retrieval-augmented Generation (RAG) evaluators for generative AI
33
titleSuffix: Azure AI Foundry
44
description: Learn about Retrieval-augmented Generation (RAG) evaluators for assessing relevance, groundedness, and response completeness in generative AI systems.
5+
author: lgayhardt
6+
ms.author: lagayhar
57
manager: scottpolly
8+
ms.reviewer: changliu2
9+
ms.date: 05/19/2025
610
ms.service: azure-ai-foundry
711
ms.topic: reference
8-
ms.date: 05/19/2025
9-
ms.reviewer: changliu2
10-
ms.author: lagayhar
11-
author: lgayhardt
12+
ms.custom:
13+
- build-aifnd
1214
---
1315

1416
# Retrieval-augmented Generation (RAG) evaluators

articles/ai-foundry/concepts/evaluation-evaluators/risk-safety-evaluators.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,15 @@
22
title: Risk and safety evaluators for generative AI
33
titleSuffix: Azure AI Foundry
44
description: Learn about risk and safety evaluators for generative AI, including tools for assessing content safety, jailbreak vulnerabilities, and code security risks.
5+
author: lgayhardt
6+
ms.author: lagayhar
57
manager: scottpolly
8+
ms.reviewer: mithigpe
9+
ms.date: 05/19/2025
610
ms.service: azure-ai-foundry
711
ms.topic: reference
8-
ms.date: 05/19/2025
9-
ms.reviewer: mithigpe
10-
ms.author: lagayhar
11-
author: lgayhardt
12+
ms.custom:
13+
- build-aifnd
1214
---
1315

1416
# Risk and safety evaluators (preview)

articles/ai-foundry/concepts/evaluation-evaluators/textual-similarity-evaluators.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,15 @@
22
title: Textual similarity evaluators for generative AI
33
titleSuffix: Azure AI Foundry
44
description: Learn about textual similarity evaluators for generative AI, including semantic similarity, F1 score, BLEU, GLEU, ROUGE, and METEOR metrics.
5+
author: lgayhardt
6+
ms.author: lagayhar
57
manager: scottpolly
8+
ms.reviewer: changliu2
9+
ms.date: 05/19/2025
610
ms.service: azure-ai-foundry
711
ms.topic: reference
8-
ms.date: 05/19/2025
9-
ms.reviewer: changliu2
10-
ms.author: lagayhar
11-
author: lgayhardt
12+
ms.custom:
13+
- build-aifnd
1214
---
1315

1416
# Textual similarity evaluators
@@ -218,4 +220,4 @@ The numerical score is a 0-1 float and a higher score is better. Given a numeric
218220
## Related content
219221

220222
- [How to run batch evaluation on a dataset](../../how-to/develop/evaluate-sdk.md#local-evaluation-on-test-datasets-using-evaluate)
221-
- [How to run batch evaluation on a target](../../how-to/develop/evaluate-sdk.md#local-evaluation-on-a-target)
223+
- [How to run batch evaluation on a target](../../how-to/develop/evaluate-sdk.md#local-evaluation-on-a-target)

articles/ai-foundry/concepts/models-featured.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,17 @@
22
title: Azure AI Foundry Models available for standard deployment
33
titleSuffix: Azure AI Foundry
44
description: Explore various models available for standard deployment in Azure AI Foundry.
5-
manager: scottpolly
65
author: msakande
6+
ms.author: mopeakande
7+
manager: scottpolly
78
reviewer: santiagxf
9+
ms.reviewer: fasantia
10+
ms.date: 05/19/2025
811
ms.service: azure-ai-foundry
912
ms.topic: conceptual
10-
ms.date: 05/19/2025
11-
ms.author: mopeakande
12-
ms.reviewer: fasantia
13-
ms.custom: references_regions
13+
ms.custom:
14+
- references_regions
15+
- build-aifnd
1416
---
1517

1618
# Azure AI Foundry Models available for standard deployment

0 commit comments

Comments
 (0)