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
description: Add users to your data labeling project so that they can label data, but not see the rest of your workspace.
5
5
author: kvijaykannan
6
6
ms.author: vkann
7
-
ms.reviewer: sgilley
7
+
ms.reviewer: franksolomon
8
8
ms.service: machine-learning
9
9
ms.subservice: mldata
10
10
ms.topic: how-to
11
-
ms.date: 06/24/2022
11
+
ms.date: 02/07/2022
12
12
---
13
13
14
14
# Add users to your data labeling project
15
15
16
-
This article shows how to add users to your data labeling project so that they can label data, but not see the rest of your workspace. You can use these steps to add anyone to your project, whether or not they are from a [data labeling vendor company](how-to-outsource-data-labeling.md).
16
+
This article shows how to add users to your data labeling project so that they can label data, but can't see the rest of your workspace. These steps can add anyone to your project, whether or not they are from a [data labeling vendor company](how-to-outsource-data-labeling.md).
17
17
18
18
## Prerequisites
19
19
20
-
* An Azure subscription. If you don't have an Azure subscription [create a free account](https://azure.microsoft.com/free) before you begin.
20
+
* An Azure subscription. If you don't have an Azure subscription,[create a free account](https://azure.microsoft.com/free) before you begin.
21
21
* An Azure Machine Learning workspace. See [Create workspace resources](quickstart-create-resources.md).
22
22
23
-
You'll need certain permission levels to follow the steps in this article. If you can't follow one of the steps, contact your administrator to get the appropriate permissions.
23
+
You need certain permission levels to follow the steps in this article. If you can't follow one of the steps because of a permissions issue, contact your administrator to request the appropriate permissions.
24
24
25
-
* To add a guest user, your organization's external collaboration settings must be configured to allow you to invite guests.
26
-
* To add a custom role, you must have `Microsoft.Authorization/roleAssignments/write` permissions for your subscription, such as[User Access Administrator](../../articles/role-based-access-control/built-in-roles.md#user-access-administrator) or [Owner](../../articles/role-based-access-control/built-in-roles.md#owner).
25
+
* To add a guest user, your organization's external collaboration settings needs the correct configuration to allow you to invite guests.
26
+
* To add a custom role, you must have `Microsoft.Authorization/roleAssignments/write` permissions for your subscription - for example,[User Access Administrator](../../articles/role-based-access-control/built-in-roles.md#user-access-administrator) or [Owner](../../articles/role-based-access-control/built-in-roles.md#owner).
27
27
* To add users to your workspace, you must be an **Owner** of the workspace.
28
28
29
29
## Add custom role
30
30
31
-
To add a custom role, you must have `Microsoft.Authorization/roleAssignments/write` permissions for your subscription, such as[User Access Administrator](../../articles/role-based-access-control/built-in-roles.md).
31
+
To add a custom role, you must have `Microsoft.Authorization/roleAssignments/write` permissions for your subscription - for example,[User Access Administrator](../../articles/role-based-access-control/built-in-roles.md).
32
32
33
33
1. Open your workspace in [Azure Machine Learning studio](https://ml.azure.com)
34
-
1. Open the menu on the top right and select **View all properties in Azure Portal**. You'll use Azure portal for all the rest of the steps in this article.
34
+
1. Open the menu on the top right, and select **View all properties in Azure Portal**. You use the Azure portal for the remaining steps in this article.
35
35
1. Select the **Resource group** link in the middle of the page.
36
36
1. On the left, select **Access control (IAM)**.
37
37
1. At the top, select **+ Add > Add custom role**.
38
-
1. For the **Custom role name**, type the name you want to use. For example, **Labeler**.
39
-
1. In the **Description** box, add a description. For example, **Labeler access for data labeling projects**.
38
+
1. For the **Custom role name**, type the name you want to use. For example, **Labeler**.
39
+
1. In the **Description** box, add a description. For example, **Labeler access for data labeling projects**.
40
40
1. Select **Start from JSON**.
41
41
1. At the bottom of the page, select **Next**.
42
-
1. Don't do anything for the **Permissions** tab, you'll add permissions in a later step. Select **Next**.
43
-
1. The **Assignable scopes** tab shows your subscription information. Select **Next**.
42
+
1. Don't do anything for the **Permissions** tab. You'll add permissions in a later step. Select **Next**.
43
+
1. The **Assignable scopes** tab shows your subscription information. Select **Next**.
44
44
1. In the **JSON** tab, above the edit box, select **Edit**.
45
45
1. Select lines starting with **"actions:"** and **"notActions:"**.
46
46
47
47
:::image type="content" source="media/how-to-add-users/replace-lines.png" alt-text="Create custom role: select lines to replace them in the editor.":::
48
48
49
-
1. Replace these two lines with the `Actions` and `NotActions` from the appropriate role listed at [Manage access to an Azure Machine Learning workspace](how-to-assign-roles.md#data-labeling). Make sure to copy from `Actions` through the closing bracket, `],`
49
+
1. Replace these two lines with the `Actions` and `NotActions` from the appropriate role listed at [Manage access to an Azure Machine Learning workspace](how-to-assign-roles.md#data-labeling). Make sure to copy from `Actions` through the closing bracket, `],`
50
50
51
51
1. Select **Save** at the top of the edit box to save your changes.
52
52
@@ -57,12 +57,11 @@ To add a custom role, you must have `Microsoft.Authorization/roleAssignments/wri
57
57
1. Select **Create** to create the custom role.
58
58
1. Select **OK**.
59
59
60
-
61
60
## Add guest user
62
61
63
-
If your labelers are outside of your organization, you'll now add them so that they can access your workspace. If labelers are already inside your organization, skip this step.
62
+
If your labelers are outside of your organization, you'll now add them so that they can access your workspace. If labelers are already inside your organization, skip this step.
64
63
65
-
To add a guest user, your organization's external collaboration settings must be configured to allow you to invite guests.
64
+
To add a guest user, your organization's external collaboration settings need the correct configuration to allow you to invite guests.
66
65
67
66
1. In [Azure portal](https://portal.azure.com), in the top-left corner, expand the menu and select **Azure Active Directory**.
68
67
@@ -77,18 +76,18 @@ To add a guest user, your organization's external collaboration settings must be
77
76
78
77
:::image type="content" source="media/how-to-add-users/invite-user.png" alt-text="Invite guest user from Azure Active Directory.":::
79
78
80
-
Repeat for each of your labelers. Or use the link at the bottom of the **Invite user** box to invite multiple users in bulk.
79
+
Repeat these steps for each of your labelers. You can also use the link at the bottom of the **Invite user** box to invite multiple users in bulk.
81
80
82
81
> [!TIP]
83
-
> Inform your labelers that they'll be receiving this email. They need to accept the invitation in order to gain access to your project.
82
+
> Inform your labelers that they will receive this email. They must accept the invitation in order to gain access to your project.
84
83
85
84
## Add users to your workspace
86
85
87
-
Now that you have your labelers added to the system, you're ready to add them to your workspace.
86
+
Now that you added your labelers to the system, you can add them to your workspace.
88
87
89
88
To add users to your workspace, you must be an owner of the workspace.
90
89
91
-
1. In [Azure portal](https://portal.azure.com), in the top search field, type **Machine Learning**.
90
+
1. In [Azure portal](https://portal.azure.com), in the top search field, type **Machine Learning**.
92
91
1. Select **Machine Learning**.
93
92
:::image type="content" source="media/how-to-manage-workspace/find-workspaces.png" alt-text="Search for Azure Machine Learning workspace.":::
94
93
@@ -98,7 +97,7 @@ To add users to your workspace, you must be an owner of the workspace.
98
97
99
98
:::image type="content" source="media/how-to-add-users/add-role-assignment.png" alt-text="Add role assignment from your workspace.":::
100
99
101
-
1. Select the **Labeler** or **Labeling Team Lead** role in the list. Use **Search** if necessary to find it.
100
+
1. Select the **Labeler** or **Labeling Team Lead** role in the list. Use **Search** if necessary to find it.
102
101
1. Select **Next**.
103
102
1. In the middle of the page, next to **Members**, select the **+ Select members** link.
104
103
1. Select each of the users you want to add. Use **Search** if necessary to find them.
@@ -109,19 +108,19 @@ To add users to your workspace, you must be an owner of the workspace.
109
108
110
109
## For your labelers
111
110
112
-
Your labelers are now all set up to begin labeling in your project. But they'll still need information from you to access the project.
111
+
Now, your labelers can begin labeling in your project. However, they still need information from you to access the project.
113
112
114
-
If you haven't created your labeling project yet, do so before you contact your labelers.
113
+
Be sure to create your labeling project before you contact your labelers.
115
114
116
115
*[Create an image labeling project](how-to-create-image-labeling-projects.md).
117
116
*[Create a text labeling project (preview)](how-to-create-text-labeling-projects.md)
118
117
119
-
Send the following to your labelers, after filling in your workspace and project names:
118
+
Send the following information to your labelers, after you fill in your workspace and project names:
120
119
121
120
1. Accept the invite from **Microsoft Invitations ([email protected])**.
122
-
1. Follow the steps on the web page after you accept. Don't worry if at the end you're on a page that says you don't have any apps.
121
+
1. Follow the steps on the web page after you accept. Don't worry if, at the end, you find yourself on a page that says you don't have any apps.
123
122
1. Open [Azure Machine Learning studio](https://ml.azure.com).
124
-
1. Use the dropdown to select the workspace **\<workspace-name\>**.
123
+
1. Use the dropdown to select the workspace **\<workspace-name\>**.
125
124
1. Select the **Label data** tool for **\<project-name\>**.
126
125
:::image type="content" source="media/how-to-add-users/label-data.png" alt-text="Screenshot showing the label data tool.":::
127
126
1. For more information about how to label data, see [Labeling images and text documents](how-to-label-data.md).
0 commit comments