Skip to content

Commit def5c16

Browse files
authored
Merge pull request #268021 from sdgilley/sdg-data-labeling
add troubleshooting steps for data labeling
2 parents 7b22a67 + 6f0656e commit def5c16

File tree

3 files changed

+61
-0
lines changed

3 files changed

+61
-0
lines changed

articles/machine-learning/how-to-create-image-labeling-projects.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,10 @@ After a machine learning model is trained on your manually labeled data, the mod
219219
[!INCLUDE [initialize](includes/machine-learning-data-labeling-initialize.md)]
220220

221221

222+
## Troubleshooting
223+
224+
[!INCLUDE [troubleshoot](includes/machine-learning-data-labeling-troubleshoot.md)]
225+
222226

223227
## Next steps
224228

articles/machine-learning/how-to-create-text-labeling-projects.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,9 @@ After you train the machine learning model on your manually labeled data, the mo
173173

174174
[!INCLUDE [initialize](includes/machine-learning-data-labeling-initialize.md)]
175175

176+
## Troubleshooting
177+
178+
[!INCLUDE [troubleshoot](includes/machine-learning-data-labeling-troubleshoot.md)]
176179

177180
## Next steps
178181

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
---
2+
author: sgilley
3+
ms.service: machine-learning
4+
ms.topic: include
5+
ms.date: 03/04/2024
6+
ms.author: sdgilley
7+
---
8+
9+
If you have errors creating a data labeling project, or accessing data once the project is created, try the following two troubleshooting steps:
10+
11+
### Add Storage Blob Data Contributor access to the workspace identity
12+
13+
In many cases, an error creating the project could be due to access issues. To resolve access problems, add the Storage Blob Data Contributor role to the workspace identity with these steps:
14+
15+
1. Select the storage account in the Azure portal.
16+
17+
1. In 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 your workspace identity.
33+
1. By default, the workspace identity is the same as the workspace name.
34+
1. If the workspace was created with user assigned identity, search for the user identity name.
35+
1. Select the **Enterprise application** with the workspace identity name.
36+
1. Select the **Select** button at the bottom of the page.
37+
38+
1. Review and assign the role.
39+
40+
1. Select **Review + assign** to review the entry.
41+
1. Select **Review + assign** again and wait for the assignment to complete.
42+
43+
### Set datastore to use workspace managed identity
44+
45+
When your workspace is secured with a virtual network, use these steps to set the datastore to use the workspace managed identity:
46+
47+
1. In Azure Machine Learning studio, on the left menu, select **Data**.
48+
1. On the top tabs, select **Datastores**.
49+
1. Select the datastore you're using to access data in your labeling project.
50+
1. On the top toolbar, select **Update authentication**.
51+
1. Toggle on the entry for "Use workspace managed identity for data preview and profiling in Azure Machine Learning studio."
52+
53+
54+

0 commit comments

Comments
 (0)