You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/ai-services/agents/includes/quickstart-python.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,8 +14,9 @@ ms.date: 11/13/2024
14
14
15
15
* An Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services).
16
16
*[Python 3.8 or later](https://www.python.org/)
17
-
* 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.
18
-
* The minimum set of permissions required is: **agents/*/read**, **agents/*/action**, **agents/*/delete**
17
+
* 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.
18
+
* Note: assign these roles after the template has been deployed
19
+
* The minimum set of permissions required is: **agents/*/read**, **agents/*/action**, **agents/*/delete**
19
20
* 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.
0 commit comments