Skip to content

Commit 7d4dfc2

Browse files
authored
Update quickstart-rest.md
1 parent 72d48de commit 7d4dfc2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

articles/ai-services/agents/includes/quickstart-rest.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ ms.date: 02/15/2025
1111
## Prerequisites
1212

1313
* An Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services).
14-
* Make sure you have the **Azure AI Developer** [RBAC role](../../../ai-studio/concepts/rbac-ai-studio.md) assigned at the appropriate level.
14+
* Ensure that each team member who wants to use the Agent Playground or Agent SDK to create or edit agents has been assigned the built-in **Azure AI Developer** [RBAC role](../../../ai-studio/concepts/rbac-ai-studio.md) for the project.
15+
* Note: assign these roles after the template has been deployed
16+
* The minimum set of permissions required is: **agents/*/read**, **agents/*/action**, **agents/*/delete**
1517
* You need the **Cognitive Services OpenAI User** role assigned to use the Azure AI Services resource.
1618
* Install [the Azure CLI and the machine learning extension](/azure/machine-learning/how-to-configure-cli). If you have the CLI already installed, make sure it's updated to the latest version.
1719

@@ -117,4 +119,4 @@ curl $AZURE_AI_AGENTS_ENDPOINT/threads/thread_abc123/runs/run_abc123?api-version
117119
```console
118120
curl $AZURE_AI_AGENTS_ENDPOINT/threads/thread_abc123/messages?api-version=2024-12-01-preview \
119121
-H "Authorization: Bearer $AZURE_AI_AGENTS_TOKEN"
120-
```
122+
```

0 commit comments

Comments
 (0)