Skip to content

Commit aa73878

Browse files
authored
Update quickstart-python.md
1 parent 7d4dfc2 commit aa73878

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,13 @@ ms.date: 11/13/2024
1414

1515
* An Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services).
1616
* [Python 3.8 or later](https://www.python.org/)
17+
* Ensure that the individual deploying the template has the **Azure AI Developer** role assigned at the resource group level where the template is being deployed.
18+
* Additionally, to deploy the template, you need to have the preset **Role Based Access Administrator** role at the subscription level.
19+
* The **Owner** role at the subscription level satisfies this requirement.
20+
* The specific admin role that is needed is `Microsoft.Authorization/roleAssignments/write`
1721
* 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.
1822
* Note: assign these roles after the template has been deployed
19-
* The minimum set of permissions required is: **agents/*/read**, **agents/*/action**, **agents/*/delete**
23+
* The minimum set of permissions required is: `agents/*/read`, `agents/*/action`, `agents/*/delete`
2024
* 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.
2125

2226
[!INCLUDE [bicep-setup](bicep-setup.md)]

0 commit comments

Comments
 (0)