Skip to content

Commit 9533dab

Browse files
committed
adding role assignments
1 parent 79e1924 commit 9533dab

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

articles/ai-services/agents/includes/file-search/azure-blob-storage-code-examples.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ In this example, we use Azure AI Agent Service to create an agent that can help
1515

1616
2. Ensure that you have the role **Storage Blob Data Contributor** on your project's storage account.
1717

18+
3. Ensure that you have the role **Azure AI Developer** on your project.
1819

1920
> [!IMPORTANT]
2021
> File search using Blob storage is only supported by the standard agent setup.

articles/ai-services/agents/includes/file-search/upload-files-code-examples.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,11 @@ ms.date: 12/10/2024
1212
In this example, we use Azure AI Agent Service to create an agent that can help answer questions on information you upload from local files.
1313

1414
## Prerequisites
15-
Complete the [agent setup](../../quickstart.md).
15+
1. Complete the [agent setup](../../quickstart.md).
16+
17+
2. Ensure that you have the role **Storage Blob Data Contributor** on your project's storage account.
18+
19+
3. Ensure that you have the role **Azure AI Developer** on your project.
1620

1721
## Step 1: Create a project client
1822

0 commit comments

Comments
 (0)