Skip to content

Commit 6ccb7f6

Browse files
committed
fixes
1 parent 11e9b24 commit 6ccb7f6

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ author: lgayhardt
1717

1818
[!INCLUDE [feature-preview](../../includes/feature-preview.md)]
1919

20-
Though the AI Red Teaming Agent (preview) can be run [locally](link/to/run-airedteaming-local.md) during prototyping and development to help identify safety risks, running them in the cloud allows for pre-deployment AI red teaming runs on larger combinations of attack strategies and risk categories for a fuller analysis.
20+
Though the AI Red Teaming Agent (preview) can be run [locally](./develop/run-scans-ai-red-teaming-agent) during prototyping and development to help identify safety risks, running them in the cloud allows for pre-deployment AI red teaming runs on larger combinations of attack strategies and risk categories for a fuller analysis.
2121

2222
## Prerequisites
2323

@@ -143,6 +143,6 @@ curl --request GET \ --header 'authorization: Bearer {{ai_token}}' --url https
143143

144144
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.
145145

146-
## Next steps
146+
## Related content
147147

148148
Try out an [example workflow](https://aka.ms/airedteamingagent-sample) in our GitHub samples.

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
@@ -509,6 +509,6 @@ The red teaming scorecard also provides row-level data on each attack-response p
509509

510510
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.
511511

512-
## Next steps
512+
## Related content
513513

514514
Try out an [example workflow](https://aka.ms/airedteamingagent-sample) in our GitHub samples.

articles/ai-foundry/how-to/view-ai-red-teaming-results.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,34 +13,34 @@ ms.author: lagayhar
1313
author: lgayhardt
1414
---
1515

16-
## Viewing AI red teaming results in Azure AI Foundry project (preview)
16+
# Viewing AI red teaming results in Azure AI Foundry project (preview)
1717

18-
[!INCLUDE [feature-preview](../../includes/feature-preview.md)]
18+
[!INCLUDE [feature-preview](../includes/feature-preview.md)]
1919

20-
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+
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.
2121

2222
## View report of each scan
2323

24-
In your Azure AI Foundry 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.
24+
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.
2525

26-
:::image type="content" source="../media/evaluations/red-teaming-agent/ai-red-team.png" alt-text="Screenshot of AI Red Teaming tab in Azure AI Foundry project page." lightbox="../../media/evaluations/red-teaming-agent/ai-red-team.png":::
26+
:::image type="content" source="../media/evaluations/red-teaming-agent/ai-red-team.png" alt-text="Screenshot of AI Red Teaming tab in Azure AI Foundry project page." lightbox="../media/evaluations/red-teaming-agent/ai-red-team.png":::
2727

2828
Once you select into the scan, you can view the report by risk categories, which shows you the overall number of successful attacks and a breakdown of successful attacks per risk categories:
2929

30-
:::image type="content" source="../media/evaluations/red-teaming-agent/ai-red-team-report-risk.png" alt-text="Screenshot of AI Red Teaming report view by risk category in Azure AI Foundry." lightbox="../../media/evaluations/red-teaming-agent/ai-red-team-report-risk.png":::
30+
:::image type="content" source="../media/evaluations/red-teaming-agent/ai-red-team-report-risk.png" alt-text="Screenshot of AI Red Teaming report view by risk category in Azure AI Foundry." lightbox="../media/evaluations/red-teaming-agent/ai-red-team-report-risk.png":::
3131

3232
Or by attack complexity classification:
3333

34-
:::image type="content" source="../media/evaluations/red-teaming-agent/ai-red-team-report-attack.png" alt-text="Screenshot of AI Red Teaming report view by attack complexity category in Azure AI Foundry." lightbox="../../media/evaluations/red-teaming-agent/ai-red-team-report-attack.png":::
34+
:::image type="content" source="../media/evaluations/red-teaming-agent/ai-red-team-report-attack.png" alt-text="Screenshot of AI Red Teaming report view by attack complexity category in Azure AI Foundry." lightbox="../media/evaluations/red-teaming-agent/ai-red-team-report-attack.png":::
3535

3636
Drilling down further into the data tab provides a row-level view of each attack-response pair, enabling deeper insights into system issues and behaviors. For each attack-response pair, you can see additional information such as whether or not the attack was successful, what attack strategy was used and its attack complexity. There's also an option for a human in the loop reviewer to provide human feedback by selecting the thumbs up or thumbs down icon.
3737

38-
:::image type="content" source="../../media/evaluations/red-teaming-agent/ai-red-team-data.png" alt-text="Screenshot of AI Red Teaming data page in Azure AI Foundry." lightbox="../../media/evaluations/red-teaming-agent/ai-red-team-data.png":::
38+
:::image type="content" source="../../media/evaluations/red-teaming-agent/ai-red-team-data.png" alt-text="Screenshot of AI Red Teaming data page in Azure AI Foundry." lightbox="../media/evaluations/red-teaming-agent/ai-red-team-data.png":::
3939

4040
To view each conversation, selecting **View more** opens up the full conversation for more detailed analysis of the AI system's response.
4141

42-
:::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":::
42+
:::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":::
4343

44-
## Next steps
44+
## Related content
4545

4646
Try out an [example workflow](https://aka.ms/airedteamingagent-sample) in our GitHub samples.

0 commit comments

Comments
 (0)