Skip to content

Commit 3286325

Browse files
authored
Update quickstart-csharp.md
1 parent adcb189 commit 3286325

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ ms.date: 01/15/2025
1313

1414
* An Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services).
1515
* [The latest version of .NET](https://dotnet.microsoft.com/en-us/download)
16-
* Make sure you have the **Azure AI Developer** [RBAC role](../../../ai-studio/concepts/rbac-ai-studio.md) assigned at the appropriate level.
16+
* Ensure that each team member who wants to use the Agent Playground or 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.
17+
* **Note:** assign these roles after the template has been deployed
18+
* The minimum set of permissions required is: **agents/*/read**, **agents/*/action**, **agents/*/delete**
1719
* 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.
1820

1921
[!INCLUDE [bicep-setup](bicep-setup.md)]
@@ -146,4 +148,4 @@ public class Sample_Agent
146148
}
147149
}
148150
}
149-
```
151+
```

0 commit comments

Comments
 (0)