Skip to content

Commit 5f1fbc7

Browse files
Merge pull request #258728 from mrbullwinkle/mrb_11_15_2023_rbac
[Azure OpenAI] RBAC updates
2 parents 798c63c + 31305da commit 5f1fbc7

File tree

1 file changed

+24
-6
lines changed

1 file changed

+24
-6
lines changed

articles/ai-services/openai/how-to/role-based-access-control.md

Lines changed: 24 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: mrbullwinkle
77
manager: nitinme
88
ms.service: azure-ai-language
99
ms.topic: how-to
10-
ms.date: 08/30/2022
10+
ms.date: 11/15/2023
1111
ms.author: mbullwin
1212
recommendations: false
1313
---
@@ -52,7 +52,7 @@ If a user were granted role-based access to only this role for an Azure OpenAI r
5252
✅ View the resource endpoint under **Keys and Endpoint** <br>
5353
✅ Ability to view the resource and associated model deployments in Azure OpenAI Studio. <br>
5454
✅ Ability to view what models are available for deployment in Azure OpenAI Studio. <br>
55-
✅ Use the Chat, Completions, and DALL-E (preview) playground experiences to generate text and images with any models that have already been deployed to this Azure OpenAI resource.
55+
✅ Use the Chat, Completions, and DALL-E (preview) playground experiences to generate text and images with any models that have already been deployed to this Azure OpenAI resource. <br>
5656

5757
A user with only this role assigned would be unable to:
5858

@@ -71,12 +71,12 @@ This role has all the permissions of Cognitive Services OpenAI User and is also
7171

7272
✅ Create custom fine-tuned models <br>
7373
✅ Upload datasets for fine-tuning <br>
74+
✅ Create new model deployments or edit existing model deployments **[Added Fall 2023]**
7475

7576
A user with only this role assigned would be unable to:
7677

7778
❌ Create new Azure OpenAI resources <br>
7879
❌ View/Copy/Regenerate keys under **Keys and Endpoint** <br>
79-
❌ Create new model deployments or edit existing model deployments <br>
8080
❌ Access quota <br>
8181
❌ Create customized content filters <br>
8282
❌ Add a data source for the use your data feature
@@ -94,13 +94,13 @@ This role is typically granted access at the resource group level for a user in
9494
✅ Create customized content filters <br>
9595
✅ Add a data source for the use your data feature <br>
9696
✅ Create new model deployments or edit existing model deployments (via API) <br>
97+
✅ Create custom fine-tuned models **[Added Fall 2023]**<br>
98+
✅ Upload datasets for fine-tuning **[Added Fall 2023]**<br>
99+
✅ Create new model deployments or edit existing model deployments (via Azure OpenAI Studio) **[Added Fall 2023]**
97100

98101
A user with only this role assigned would be unable to:
99102

100-
❌ Create new model deployments or edit existing model deployments (via Azure OpenAI Studio) <br>
101103
❌ Access quota <br>
102-
❌ Create custom fine-tuned models <br>
103-
❌ Upload datasets for fine-tuning
104104

105105
### Cognitive Services Usages Reader
106106

@@ -131,6 +131,24 @@ All the capabilities of Cognitive Services Contributor plus the ability to:
131131
✅ View & edit quota allocations in Azure OpenAI Studio <br>
132132
✅ Create new model deployments or edit existing model deployments (via Azure OpenAI Studio) <br>
133133

134+
## Summary
135+
136+
| Permissions | Cognitive Services OpenAI User | Cognitive Services OpenAI Contributor |Cognitive Services Contributor | Cognitive Services Usages Reader |
137+
|-------------|--------------------|------------------------|------------------|-------------------------|
138+
|View the resource in Azure Portal |||||
139+
|View the resource endpoint under “Keys and Endpoint” |||||
140+
|View the resource and associated model deployments in Azure OpenAI Studio |||||
141+
|View what models are available for deployment in Azure OpenAI Studio|||||
142+
|Use the Chat, Completions, and DALL-E (preview) playground experiences with any models that have already been deployed to this Azure OpenAI resource.|||||
143+
|Create or edit model deployments|||||
144+
|Create or deploy custom fine-tuned models|||||
145+
|Upload datasets for fine-tuning|||||
146+
|Create new Azure OpenAI resources|||||
147+
|View/Copy/Regenerate keys under “Keys and Endpoint”|||||
148+
|Create customized content filters|||||
149+
|Add a data source for the “on your data” feature|||||
150+
|Access quota|||||
151+
134152
## Common Issues
135153

136154
### Unable to view Azure Cognitive Search option in Azure OpenAI Studio

0 commit comments

Comments
 (0)