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/openai/how-to/role-based-access-control.md
+24-6Lines changed: 24 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ author: mrbullwinkle
7
7
manager: nitinme
8
8
ms.service: azure-ai-language
9
9
ms.topic: how-to
10
-
ms.date: 08/30/2022
10
+
ms.date: 11/15/2023
11
11
ms.author: mbullwin
12
12
recommendations: false
13
13
---
@@ -52,7 +52,7 @@ If a user were granted role-based access to only this role for an Azure OpenAI r
52
52
✅ View the resource endpoint under **Keys and Endpoint** <br>
53
53
✅ Ability to view the resource and associated model deployments in Azure OpenAI Studio. <br>
54
54
✅ 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>
56
56
57
57
A user with only this role assigned would be unable to:
58
58
@@ -71,12 +71,12 @@ This role has all the permissions of Cognitive Services OpenAI User and is also
71
71
72
72
✅ Create custom fine-tuned models <br>
73
73
✅ Upload datasets for fine-tuning <br>
74
+
✅ Create new model deployments or edit existing model deployments **[Added Fall 2023]**
74
75
75
76
A user with only this role assigned would be unable to:
76
77
77
78
❌ Create new Azure OpenAI resources <br>
78
79
❌ View/Copy/Regenerate keys under **Keys and Endpoint** <br>
79
-
❌ Create new model deployments or edit existing model deployments <br>
80
80
❌ Access quota <br>
81
81
❌ Create customized content filters <br>
82
82
❌ 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
94
94
✅ Create customized content filters <br>
95
95
✅ Add a data source for the use your data feature <br>
96
96
✅ 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]**
97
100
98
101
A user with only this role assigned would be unable to:
99
102
100
-
❌ Create new model deployments or edit existing model deployments (via Azure OpenAI Studio) <br>
101
103
❌ Access quota <br>
102
-
❌ Create custom fine-tuned models <br>
103
-
❌ Upload datasets for fine-tuning
104
104
105
105
### Cognitive Services Usages Reader
106
106
@@ -131,6 +131,24 @@ All the capabilities of Cognitive Services Contributor plus the ability to:
131
131
✅ View & edit quota allocations in Azure OpenAI Studio <br>
132
132
✅ Create new model deployments or edit existing model deployments (via Azure OpenAI Studio) <br>
|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
+
134
152
## Common Issues
135
153
136
154
### Unable to view Azure Cognitive Search option in Azure OpenAI Studio
0 commit comments