Skip to content

Commit 0ff8056

Browse files
Merge pull request #226608 from fbsolo-ms1/updates-for-YP
Change the ms.reviewer metadata and "clean" the text . . .
2 parents a751021 + 8c460ad commit 0ff8056

File tree

2 files changed

+83
-85
lines changed

2 files changed

+83
-85
lines changed

articles/machine-learning/how-to-add-users.md

Lines changed: 26 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -4,49 +4,49 @@ title.suffix: Azure Machine Learning
44
description: Add users to your data labeling project so that they can label data, but not see the rest of your workspace.
55
author: kvijaykannan
66
ms.author: vkann
7-
ms.reviewer: sgilley
7+
ms.reviewer: franksolomon
88
ms.service: machine-learning
99
ms.subservice: mldata
1010
ms.topic: how-to
11-
ms.date: 06/24/2022
11+
ms.date: 02/07/2022
1212
---
1313

1414
# Add users to your data labeling project
1515

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).
1717

1818
## Prerequisites
1919

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.
2121
* An Azure Machine Learning workspace. See [Create workspace resources](quickstart-create-resources.md).
2222

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.
2424

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).
2727
* To add users to your workspace, you must be an **Owner** of the workspace.
2828

2929
## Add custom role
3030

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).
3232

3333
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.
3535
1. Select the **Resource group** link in the middle of the page.
3636
1. On the left, select **Access control (IAM)**.
3737
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**.
4040
1. Select **Start from JSON**.
4141
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**.
4444
1. In the **JSON** tab, above the edit box, select **Edit**.
4545
1. Select lines starting with **"actions:"** and **"notActions:"**.
4646

4747
:::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.":::
4848

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, `],`
5050

5151
1. Select **Save** at the top of the edit box to save your changes.
5252

@@ -57,12 +57,11 @@ To add a custom role, you must have `Microsoft.Authorization/roleAssignments/wri
5757
1. Select **Create** to create the custom role.
5858
1. Select **OK**.
5959

60-
6160
## Add guest user
6261

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.
6463

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.
6665

6766
1. In [Azure portal](https://portal.azure.com), in the top-left corner, expand the menu and select **Azure Active Directory**.
6867

@@ -77,18 +76,18 @@ To add a guest user, your organization's external collaboration settings must be
7776

7877
:::image type="content" source="media/how-to-add-users/invite-user.png" alt-text="Invite guest user from Azure Active Directory.":::
7978

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.
8180

8281
> [!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.
8483
8584
## Add users to your workspace
8685

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.
8887

8988
To add users to your workspace, you must be an owner of the workspace.
9089

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**.
9291
1. Select **Machine Learning**.
9392
:::image type="content" source="media/how-to-manage-workspace/find-workspaces.png" alt-text="Search for Azure Machine Learning workspace.":::
9493

@@ -98,7 +97,7 @@ To add users to your workspace, you must be an owner of the workspace.
9897

9998
:::image type="content" source="media/how-to-add-users/add-role-assignment.png" alt-text="Add role assignment from your workspace.":::
10099

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.
102101
1. Select **Next**.
103102
1. In the middle of the page, next to **Members**, select the **+ Select members** link.
104103
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.
109108

110109
## For your labelers
111110

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.
113112

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.
115114

116115
* [Create an image labeling project](how-to-create-image-labeling-projects.md).
117116
* [Create a text labeling project (preview)](how-to-create-text-labeling-projects.md)
118117

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:
120119

121120
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.
123122
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\>**.
125124
1. Select the **Label data** tool for **\<project-name\>**.
126125
:::image type="content" source="media/how-to-add-users/label-data.png" alt-text="Screenshot showing the label data tool.":::
127126
1. For more information about how to label data, see [Labeling images and text documents](how-to-label-data.md).

0 commit comments

Comments
 (0)