Skip to content

Commit 72d48de

Browse files
authored
Update quickstart-javascript.md
1 parent c1c2c8d commit 72d48de

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ ms.custom: devx-track-js
1515

1616
* An Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services).
1717
* [Node.js LTS](https://nodejs.org/)
18-
* Make sure you have the **Azure AI Developer** [RBAC role](../../../ai-studio/concepts/rbac-ai-studio.md) assigned at the appropriate level.
18+
* 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.
19+
* Note: assign these roles after the template has been deployed
20+
* The minimum set of permissions required is: **agents/*/read**, **agents/*/action**, **agents/*/delete**
1921
* 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.
2022

2123
[!INCLUDE [bicep-setup](bicep-setup.md)]
@@ -178,4 +180,4 @@ main().catch((err) => {
178180
});
179181
```
180182
181-
Run the code using `node index.js` and observe.
183+
Run the code using `node index.js` and observe.

0 commit comments

Comments
 (0)