Skip to content

Commit b397fe3

Browse files
committed
fixes
1 parent b9d6151 commit b397fe3

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,14 @@ author: lgayhardt
1717

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

20-
Though the AI Red Teaming Agent (preview) can be run [locally](./develop/run-scans-ai-red-teaming-agent.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](run-scans-ai-red-teaming-agent.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.
2121

2222
## Prerequisites
2323

2424
[!INCLUDE [uses-fdp-only](../../includes/uses-fdp-only.md)]
2525

26+
- An Azure AI Foundry project. To learn more, see [Create a project](../create-projects.md).
27+
2628
If this is your first time running evaluations or AI red teaming runs on your Azure AI Foundry project, you might need to do a few additional setup steps.
2729

2830
1. [Create and connect your storage account](https://github.com/azure-ai-foundry/foundry-samples/blob/main/samples/microsoft/infrastructure-setup/01-connections/connection-storage-account.bicep) to your Azure AI Foundry project at the resource level. This bicep template provisions and connects a storage account to your Foundry project with key authentication.

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ This article guides you through the process of
2626

2727
## Prerequisites
2828

29-
- An Azure AI Foundry project or hubs based project. To learn more, see [Create a project](/how-to/create-projects.md)
29+
- An Azure AI Foundry project or hubs based project. To learn more, see [Create a project](../create-projects.md).
30+
31+
If this is your first time running evaluations or AI red teaming runs on your Azure AI Foundry project, you might need to do a few additional setup steps.
3032

31-
If this is your first time running evaluations or AI red teaming runs on your Azure AI Foundry project, you might need to do a few additional setup steps.
32-
3333
1. [Create and connect your storage account](https://github.com/azure-ai-foundry/foundry-samples/blob/main/samples/microsoft/infrastructure-setup/01-connections/connection-storage-account.bicep) to your Azure AI Foundry project at the resource level. This bicep template provisions and connects a storage account to your Foundry project with key authentication.
3434
2. Make sure the connected storage account has access to all projects.
3535
3. If you connected your storage account with Microsoft Entra ID, make sure to give MSI (Microsoft Identity) permissions for Storage Blob Data Owner to both your account and Foundry project resource in Azure portal.

0 commit comments

Comments
 (0)