Skip to content

Commit db5f99b

Browse files
authored
Update README.md
1 parent 4a8fe7c commit db5f99b

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

scenarios/agents/setup/basic-setup/README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@
44

55
> **NOTE:** This template required the following workarounds to be performed after it is deployed:
66
>
7-
> 1. Create a project connection to your account. This connection is of category: Azure OpenAI and uses authType: ApiKey.
7+
> 1. Assign the project system managed identity (SMI) the following role ‘Azure AI Developer’ on its parent AI Services resource
88
>
9-
> 2. Assign the project system managed identity (SMI) the following role ‘Azure AI Developer’ on its parent AI Services resource
109
1110
This bicep template provisions required resources for a basic project setup. A new Cognitive Services Account is created, a gpt-4o model is deployed, and a new project is created.
1211

@@ -22,7 +21,10 @@ All agents created in this project will automatically use Microsoft managed, mul
2221
1. To deploy the template, you must have the following roles:
2322
* Cognitive Services Contributor or Contributor
2423
* [This is needed for the workarounds] Owner or Role Based Access Administrator (because we are assigning project SMI the AI Developer Role, won’t be needed once we fix this)
25-
* Permission for: Microsoft.Authorization/roleAssignments/write
24+
* Permission for: Microsoft.Authorization/roleAssignments/write
25+
1. To create an agent you must have the following roles:
26+
* Azure AI Developer
27+
* Cognitive Services User
2628

2729

2830
### Steps

0 commit comments

Comments
 (0)