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
+5-5Lines changed: 5 additions & 5 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/29/2024
10
+
ms.date: 02/24/2025
11
11
ms.author: mbullwin
12
12
recommendations: false
13
13
---
@@ -74,15 +74,16 @@ This role has all the permissions of Cognitive Services OpenAI User and is also
74
74
✅ Create custom fine-tuned models <br>
75
75
✅ Upload datasets for fine-tuning <br>
76
76
✅ View, query, filter Stored completions data <br>
77
-
✅ Create new model deployments or edit existing model deployments **[Added Fall 2023]**
77
+
✅ Create new model deployments or edit existing model deployments **[Added Fall 2023]** <br>
78
+
✅ Add data sources to Azure OpenAI On Your Data. **You must also have the [Cognitive Services Contributor](#cognitive-services-contributor) role as well**.
78
79
79
80
A user with only this role assigned would be unable to:
80
81
81
82
❌ Create new Azure OpenAI resources <br>
82
83
❌ View/Copy/Regenerate keys under **Keys and Endpoint** <br>
83
84
❌ Access quota <br>
84
85
❌ Create customized content filters <br>
85
-
❌ Add a data source for the use your data feature
86
+
❌ Add a data source for Azure OpenAI On Your Data
86
87
87
88
### Cognitive Services Contributor
88
89
@@ -95,14 +96,13 @@ This role is typically granted access at the resource group level for a user in
95
96
✅ Ability to view what models are available for deployment in Azure AI Foundry portal <br>
96
97
✅ 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
98
✅ Create customized content filters <br>
98
-
✅ Add a data source for the use your data feature <br>
99
+
✅ 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**.
99
100
✅ Create new model deployments or edit existing model deployments (via API) <br>
100
101
✅ Create custom fine-tuned models **[Added Fall 2023]**<br>
101
102
✅ Upload datasets for fine-tuning **[Added Fall 2023]**<br>
102
103
✅ Create new model deployments or edit existing model deployments (via Azure AI Foundry) **[Added Fall 2023]**<br>
103
104
✅ View, query, filter Stored completions data <br>
104
105
105
-
106
106
A user with only this role assigned would be unable to:
0 commit comments