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/includes/machine-learning-data-labeling-troubleshoot.md
+25-14Lines changed: 25 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,20 +12,31 @@ If you have errors creating a data labeling project, or accessing data once the
12
12
13
13
In many cases, an error creating the project may be due to access issues. To resolve this, add the Storage Blob Data Contributor role to the workspace with these steps:
14
14
15
-
1. In the Azure Machine Learning studio, select the workspace name in the top right of the workspace.
16
-
1. At the bottom of the section that appears, select **View all properties in Azure Portal**
17
-
1. In the Azure Portal, select link for **Storage**.
18
-
1. In the storage account left menu, select **Access Control (IAM)**.
19
-
1. In the top toolbar, select **+ Add** then **Add role assignment**.
20
-
1. Search for "Storage Blob Data Contributor"
21
-
1. Select **Storage Blob Data Contributor** from the list of roles.
22
-
1. Select **Next**
23
-
1. In the Members tab, select **+Select members**
24
-
1. Search for name of workspace.
25
-
1. Select the Enterprise application with the workspace name.
26
-
1. Select the **Select** button at the bottom of the page.
27
-
1. Select **Review + assign** to review the entry.
28
-
1. Select **Review + assign** again and wait for the assignment to complete.
15
+
1. Select the storage account in the Azure Portal
16
+
17
+
1. In the Azure Machine Learning studio, on the top right banner, select the workspace name.
18
+
1. At the bottom of the section that appears, select **View all properties in Azure Portal**
19
+
1. In the Azure Portal page for your workspace, select link for **Storage**.
20
+
21
+
1. Add role assignment
22
+
23
+
1. In the storage account left menu, select **Access Control (IAM)**.
24
+
1. In the top toolbar of the Access control settings, select **+ Add** then **Add role assignment**.
25
+
1. Search for "Storage Blob Data Contributor".
26
+
1. Select **Storage Blob Data Contributor** from the list of roles.
27
+
1. Select **Next**.
28
+
29
+
1. Select members
30
+
31
+
1. In the Members page, select **+Select members**.
32
+
1. Search for name of workspace.
33
+
1. Select the Enterprise application with the workspace name.
34
+
1. Select the **Select** button at the bottom of the page.
35
+
36
+
1. Review and assign the role
37
+
38
+
1. Select **Review + assign** to review the entry.
39
+
1. Select **Review + assign** again and wait for the assignment to complete.
29
40
30
41
### Set datastore to use workspace managed identity
0 commit comments