Skip to content

Commit a6e5503

Browse files
authored
Merge pull request #7137 from lgayhardt/airedteamportal0925
ai red teaming results include
2 parents 9f268d7 + 6159f91 commit a6e5503

File tree

5 files changed

+16
-21
lines changed

5 files changed

+16
-21
lines changed

articles/ai-foundry/.openpublishing.redirection.ai-studio.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1282,6 +1282,11 @@
12821282
"source_path_from_root": "/articles/ai-foundry/openai/how-to/chat-markup-language.md",
12831283
"redirect_url": "/azure/ai-foundry/openai/how-to/responses",
12841284
"redirect_document_id": false
1285+
},
1286+
{
1287+
"source_path_from_root": "/articles/ai-foundry/how-to/view-ai-red-teaming-results.md",
1288+
"redirect_url": "/azure/ai-foundry/how-to/develop/run-scans-ai-red-teaming-agent#viewing-ai-red-teaming-results-in-azure-ai-foundry-project-preview",
1289+
"redirect_document_id": false
12851290
}
12861291
]
12871292
}

articles/ai-foundry/how-to/develop/run-ai-red-teaming-cloud.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ curl --request GET \ --header 'authorization: Bearer {{ai_token}}' --url https
172172

173173
---
174174

175-
Once your AI red teaming run is finished running, you can [view your results](../view-ai-red-teaming-results.md) in your Azure AI Foundry project.
175+
[!INCLUDE [view-ai-red-teaming-results](../../includes/view-ai-red-teaming-results.md)]
176176

177177
## Related content
178178

articles/ai-foundry/how-to/develop/run-scans-ai-red-teaming-agent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,7 @@ The red teaming scorecard also provides row-level data on each attack-response p
504504
}
505505
```
506506

507-
Once your AI red teaming scan is finished running, you can [view your results](../view-ai-red-teaming-results.md) in your Azure AI Foundry project.
507+
[!INCLUDE [view-ai-red-teaming-results](../../includes/view-ai-red-teaming-results.md)]
508508

509509
## Related content
510510

Lines changed: 9 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,19 @@
11
---
2-
title: View AI red teaming results in Azure AI Foundry
3-
titleSuffix: Azure AI Foundry
4-
description: This article provides instructions on how to view the results of the AI red teaming agent's scan of a Generative AI application in Azure AI Foundry.
2+
title: Include file
3+
description: Include file
4+
author: lgayhardt
55
ms.service: azure-ai-foundry
6-
ms.custom:
7-
- references_regions
8-
ms.topic: how-to
9-
ms.date: 08/29/2025
10-
ms.reviewer: minthigpen
6+
ms.topic: include
7+
ms.date: 9/18/2025
118
ms.author: lagayhar
12-
author: lgayhardt
9+
ms.custom: include file
1310
---
1411

15-
# Viewing AI red teaming results in Azure AI Foundry project (preview)
12+
## Viewing AI red teaming results in Azure AI Foundry project (preview)
1613

17-
[!INCLUDE [feature-preview](../includes/feature-preview.md)]
14+
After your automated scan is finished running, the results also get logged to your Azure AI Foundry project which you specified in the creation of your AI red teaming agent.
1815

19-
After your automated scan is finished running [locally](./develop/run-scans-ai-red-teaming-agent.md) or [remotely](./develop/run-ai-red-teaming-cloud.md), the results also get logged to your Azure AI Foundry project which you specified in the creation of your AI red teaming agent.
20-
21-
## View report of each scan
16+
### View report of each scan
2217

2318
In your Azure AI Foundry project or hub-based project, navigate to the **Evaluations** page and select the **AI red teaming** tab to view the comprehensive report with a detailed drill-down of each scan.
2419

@@ -40,6 +35,3 @@ To view each conversation, selecting **View more** opens up the full conversatio
4035

4136
:::image type="content" source="../media/evaluations/red-teaming-agent/ai-red-team-data-conversation.png" alt-text="Screenshot of AI Red Teaming data page with a conversation history opened in Azure AI Foundry." lightbox="../media/evaluations/red-teaming-agent/ai-red-team-data-conversation.png":::
4237

43-
## Related content
44-
45-
Try out an [example workflow](https://aka.ms/airedteamingagent-sample) in our GitHub samples.

articles/ai-foundry/toc-files/observability/toc.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,6 @@ items:
4343
href: ../../how-to/develop/run-scans-ai-red-teaming-agent.md
4444
- name: Run red teaming scans in the cloud (Azure AI Foundry SDK)
4545
href: ../../how-to/develop/run-ai-red-teaming-cloud.md
46-
- name: View red teaming results in the portal
47-
href: ../../how-to/view-ai-red-teaming-results.md
4846
- name: CI/CD evaluations
4947
items:
5048
- name: Evaluation in GitHub Actions

0 commit comments

Comments
 (0)