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/machine-learning/how-to-add-users.md
+30-28Lines changed: 30 additions & 28 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,27 +35,31 @@ If you want to create a custom role, follow these steps. Make sure to define all
35
35
36
36
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).
37
37
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, `],`.
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, `],`.
1. Select **Save** at the top of the edit box to save your changes.
59
63
60
64
> [!IMPORTANT]
61
65
> 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
83
87
84
88
:::image type="content" source="media/how-to-add-users/invite-user.png" alt-text="Invite guest user from Microsoft Entra ID.":::
85
89
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.
87
91
88
92
> [!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.
90
94
91
95
## Add users to your workspace
92
96
93
97
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.
94
98
95
99
To add users to your workspace, you must be an owner of the workspace.
96
100
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.
102
104
1. On the left, select **Access control (IAM)**.
103
105
1. At the top, select **+ Add > Add role assignment**.
0 commit comments