Skip to content

Commit 1e640cf

Browse files
committed
break up steps
1 parent d6d052d commit 1e640cf

File tree

1 file changed

+25
-14
lines changed

1 file changed

+25
-14
lines changed

articles/machine-learning/includes/machine-learning-data-labeling-troubleshoot.md

Lines changed: 25 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,31 @@ If you have errors creating a data labeling project, or accessing data once the
1212

1313
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:
1414

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

3041
### Set datastore to use workspace managed identity
3142

0 commit comments

Comments
 (0)