Skip to content

Commit 50200b3

Browse files
add azure ai user role description
1 parent 9fcc054 commit 50200b3

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

docs/LocalDevelopmentSetup.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,13 @@ az role assignment create \
252252
--role "Cognitive Services OpenAI User" \
253253
--scope /subscriptions/<subscription-id>/resourceGroups/<resource-group-name>/providers/Microsoft.CognitiveServices/accounts/<azure-openai-name>
254254
```
255+
```bash
256+
# Assign Azure AI User role
257+
az role assignment create \
258+
--assignee <aad-user-upn> \
259+
--role "Azure AI User" \
260+
--scope /subscriptions/<subscription-id>/resourceGroups/<resource-group-name>/providers/Microsoft.CognitiveServices/accounts/<azure-openai-name>
261+
```
255262

256263
#### Other Required Roles
257264
Depending on the features you use, you may also need:

0 commit comments

Comments
 (0)