Skip to content

Commit b4cb118

Browse files
committed
add substeps; update image
1 parent 4dac8f4 commit b4cb118

File tree

2 files changed

+30
-28
lines changed

2 files changed

+30
-28
lines changed

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

Lines changed: 30 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -35,27 +35,31 @@ If you want to create a custom role, follow these steps. Make sure to define all
3535

3636
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).
3737

38-
1. Open your workspace in [Azure Machine Learning studio](https://ml.azure.com).
39-
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.
40-
1. Select the **Resource group** link in the middle of the page.
41-
1. On the left, select **Access control (IAM)**.
42-
1. At the top, select **+ Add > Add custom role**.
43-
1. For the **Custom role name**, type the name you want to use. For example, **Labeler**.
44-
1. In the **Description** box, add a description. For example, **Labeler access for data labeling projects**.
45-
1. Select **Start from JSON**.
46-
1. At the bottom of the page, select **Next**.
47-
1. Don't do anything for the **Permissions** tab. You add permissions in a later step. Select **Next**.
48-
1. The **Assignable scopes** tab shows your subscription information. Select **Next**.
49-
1. In the **JSON** tab, above the edit box, select **Edit**.
50-
1. Select lines starting with **"actions:"** and **"notActions:"**.
51-
52-
:::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.":::
53-
54-
1. Replace these two lines with the `Actions` and `NotActions` from the appropriate role in the following tabs. Make sure to copy from `Actions` through the closing bracket, `],`.
55-
56-
[!INCLUDE [custom-role-data-labeling](includes/custom-role-data-labeling.md)]
57-
58-
1. Select **Save** at the top of the edit box to save your changes.
38+
1. Access the resource group for your workspace in the Azure portal.
39+
1. Open your workspace in [Azure Machine Learning studio](https://ml.azure.com).
40+
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 section.
41+
1. Select the **Resource group** link in the middle of the page.
42+
1. Add a custom role
43+
1. On the left, select **Access control (IAM)**.
44+
1. At the top, select **+ Add > Add custom role**.
45+
1. For the **Custom role name**, type the name you want to use. For example, **Labeler**.
46+
1. In the **Description** box, add a description. For example, **Labeler access for data labeling projects**.
47+
1. Select **Start from JSON**.
48+
1. At the bottom of the page, select **Next**.
49+
1. Skip tabs.
50+
1. Don't do anything for the **Permissions** tab. You add permissions in a later step. Select **Next**.
51+
1. The **Assignable scopes** tab shows your subscription information. Select **Next**.
52+
1. Edit the JSON definition.
53+
1. In the **JSON** tab, above the edit box, select **Edit**.
54+
1. Select lines starting with **"actions:"** and **"notActions:"**.
55+
56+
:::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.":::
57+
58+
1. Replace these two lines with the `Actions` and `NotActions` from the appropriate role in the following tabs. Make sure to copy from `Actions` through the closing bracket, `],`.
59+
60+
[!INCLUDE [custom-role-data-labeling](includes/custom-role-data-labeling.md)]
61+
62+
1. Select **Save** at the top of the edit box to save your changes.
5963

6064
> [!IMPORTANT]
6165
> Don't select **Next** until you've saved your edits.
@@ -83,22 +87,20 @@ To add a guest user, your organization's external collaboration settings need th
8387

8488
:::image type="content" source="media/how-to-add-users/invite-user.png" alt-text="Invite guest user from Microsoft Entra ID.":::
8589

86-
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.
90+
Repeat these steps for each of the guest users. Or use the link at the bottom of the **Invite user** box to invite multiple users in bulk.
8791

8892
> [!TIP]
89-
> Inform your labelers that they will receive this email. They must accept the invitation in order to gain access to your project.
93+
> Inform your labelers that they will receive an email. They must accept the invitation in order to gain access to your project.
9094
9195
## Add users to your workspace
9296

9397
Once you have the appropriate users in your system and the role(s) defined, add the users to your workspace so that they can access your data labeling project.
9498

9599
To add users to your workspace, you must be an owner of the workspace.
96100

97-
1. In [Azure portal](https://portal.azure.com), in the top search field, type **Machine Learning**.
98-
1. Select **Machine Learning**.
99-
:::image type="content" source="media/how-to-manage-workspace/find-workspaces.png" alt-text="Search for Azure Machine Learning workspace.":::
100-
101-
1. Select the workspace that contains your data labeling project.
101+
1. Access your workspace in the Azure portal.
102+
1. Open your workspace in [Azure Machine Learning studio](https://ml.azure.com).
103+
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 section.
102104
1. On the left, select **Access control (IAM)**.
103105
1. At the top, select **+ Add > Add role assignment**.
104106

-30.2 KB
Loading

0 commit comments

Comments
 (0)