Skip to content

Commit 4d87db8

Browse files
Merge pull request #252966 from ArcherAZ/patch-59
Update role-based-access-control.md
2 parents 483c3c0 + e75c75f commit 4d87db8

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

articles/ai-services/speech-service/role-based-access-control.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ You can manage access and permissions to your Speech resources with Azure role-b
2222

2323
A role definition is a collection of permissions. When you create a Speech resource, the built-in roles in this table are assigned by default.
2424

25-
| Role | Can list resource keys | Access to data, models, and endpoints|
26-
| ---| ---| ---|
27-
|**Owner** |Yes |View, create, edit, and delete |
28-
|**Contributor** |Yes |View, create, edit, and delete |
29-
|**Cognitive Services Contributor** |Yes |View, create, edit, and delete |
30-
|**Cognitive Services User** |Yes |View, create, edit, and delete |
31-
|**Cognitive Services Speech Contributor** |No | View, create, edit, and delete |
32-
|**Cognitive Services Speech User** |No |View only |
33-
|**Cognitive Services Data Reader (Preview)** |No |View only |
25+
| Role | Can list resource keys | Access to data, models, and endpoints in custom projects| Access to speech transcription and synthesis APIs
26+
| ---| ---| ---| ---|
27+
|**Owner** |Yes |View, create, edit, and delete |Yes |
28+
|**Contributor** |Yes |View, create, edit, and delete |Yes |
29+
|**Cognitive Services Contributor** |Yes |View, create, edit, and delete |Yes |
30+
|**Cognitive Services User** |Yes |View, create, edit, and delete |Yes |
31+
|**Cognitive Services Speech Contributor** |No | View, create, edit, and delete |Yes |
32+
|**Cognitive Services Speech User** |No |View only |Yes |
33+
|**Cognitive Services Data Reader (Preview)** |No |View only |Yes |
3434

3535
> [!IMPORTANT]
3636
> Whether a role can list resource keys is important for [Speech Studio authentication](#speech-studio-authentication). To list resource keys, a role must have permission to run the `Microsoft.CognitiveServices/accounts/listKeys/action` operation. Please note that if key authentication is disabled in the Azure Portal, then none of the roles can list keys.

0 commit comments

Comments
 (0)