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-foundry/openai/how-to/role-based-access-control.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,15 +74,14 @@ This role has all the permissions of Cognitive Services OpenAI User and is also
74
74
✅ View, query, filter Stored completions data <br>
75
75
✅ Create new model deployments or edit existing model deployments **[Added Fall 2023]** <br>
76
76
✅ Grant access to the Assistants API <br>
77
-
✅ Add data sources to Azure OpenAI On Your Data.**You must also have the [Cognitive Services Contributor](#cognitive-services-contributor) role as well**.
77
+
✅ Add data sources to Azure OpenAI On Your Data.
78
78
79
79
A user with only this role assigned would be unable to:
80
80
81
81
❌ Create new Azure OpenAI resources <br>
82
82
❌ View/Copy/Regenerate keys under **Keys and Endpoint** <br>
83
83
❌ Access quota <br>
84
84
❌ Create customized content filters <br>
85
-
❌ Add a data source for Azure OpenAI On Your Data
86
85
87
86
### Cognitive Services Contributor
88
87
@@ -95,7 +94,7 @@ This role is typically granted access at the resource group level for a user in
95
94
✅ Ability to view what models are available for deployment in [Azure AI Foundry portal](https://ai.azure.com/?cid=learnDocs) <br>
96
95
✅ 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>
97
96
✅ Create customized content filters <br>
98
-
✅ Add data sources to Azure OpenAI On Your Data. **You must also have the [Cognitive Services OpenAI Contributor](#cognitive-services-openai-contributor) role as well**. <br>
97
+
✅ Add data sources to Azure OpenAI On Your Data. <br>
99
98
✅ Create new model deployments or edit existing model deployments (via API) <br>
100
99
✅ Create custom fine-tuned models **[Added Fall 2023]**<br>
101
100
✅ Upload datasets for fine-tuning **[Added Fall 2023]**<br>
0 commit comments