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/cognitive-services/language-service/concepts/role-based-access-control.md
+31-30Lines changed: 31 additions & 30 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,32 +1,32 @@
1
1
---
2
-
title: Language RBAC
2
+
title: Language service role-based access control (RBAC)
3
3
titleSuffix: Azure Cognitive Services
4
-
description: Langauge RBAC
4
+
description: Use this article to learn about access controls for Azure Cognitive Service for Language
5
5
services: cognitive-services
6
6
author: aahill
7
7
manager: nitinme
8
8
ms.service: cognitive-services
9
9
ms.subservice: language-service
10
10
ms.topic: conceptual
11
-
ms.date: 06/30/2022
11
+
ms.date: 08/02/2022
12
12
ms.author: aahi
13
13
---
14
14
15
15
16
16
# Language role-based access control
17
17
18
-
Azure Cognative Service for Language supports Azure role-based access control (Azure RBAC), an authorization system for managing individual access to Azure resources. Using Azure RBAC, you assign different team members different levels of permissions for your projects authoring resources. See the [Azure RBAC documentation](/azure/role-based-access-control/) for more information.
18
+
Azure Cognitive Service for Language supports Azure role-based access control (Azure RBAC), an authorization system for managing individual access to Azure resources. Using Azure RBAC, you assign different team members different levels of permissions for your projects authoring resources. See the [Azure RBAC documentation](/azure/role-based-access-control/) for more information.
19
19
20
20
## Enable Azure Active Directory authentication
21
21
22
-
To use Azure RBAC, you must enable Azure Active Directory authentication. You can [create a new resource with a custom subdomain](../authentication.md#create-a-resource-with-a-custom-subdomain) or [create a custom subdomain for your existing resource](../cognitive-services-custom-subdomains.md#how-does-this-impact-existing-resources).
22
+
To use Azure RBAC, you must enable Azure Active Directory authentication. You can [create a new resource with a custom subdomain](../../authentication.md) or [create a custom subdomain for your existing resource](../../cognitive-services-custom-subdomains.md#how-does-this-impact-existing-resources).
23
23
24
24
## Add role assignment to Language Authoring resource
25
25
26
26
Azure RBAC can be assigned to a Language Authoring resource. To grant access to an Azure resource, you add a role assignment.
27
27
1. In the [Azure portal](https://ms.portal.azure.com/), select **All services**.
28
28
2. Select **Cognitive Services**, and navigate to your specific Language Authoring resource.
29
-
1.
29
+
30
30
> [!NOTE]
31
31
> You can also set up Azure RBAC for whole resource groups, subscriptions, or management groups. Do this by selecting the desired scope level and then navigating to the desired item. For example, selecting **Resource groups** and then navigating to a specific resource group.
32
32
@@ -43,10 +43,11 @@ Within a few minutes, the target will be assigned the selected role at the selec
43
43
Use the following table to determine access needs for your Language projects.
44
44
45
45
These custom roles only apply to Language authoring resources.
46
-
> [!NOTE]
47
-
> All prebuilt capabilities are accessible to all roles
48
-
> 'Owner' and 'Contibutor' roles take priority over the custom language roles
49
-
> AAD is only used in case of custom Language roles
46
+
47
+
> [!NOTE]
48
+
> * All prebuilt capabilities are accessible to all roles.
49
+
> * The "Owner" and "Contributor" roles take priority over custom language roles.
50
+
> * Azure Active Directory (AAD) is only used for custom Language roles.
50
51
51
52
### Cognitive Services Language reader
52
53
@@ -68,17 +69,17 @@ A user that should only be validating and reviewing the Language apps, typically
0 commit comments