Skip to content

Commit d6d052d

Browse files
committed
add troubleshooting steps
1 parent 3280d0c commit d6d052d

File tree

3 files changed

+48
-0
lines changed

3 files changed

+48
-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: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
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
12+
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+
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.
29+
30+
### Set datastore to use workspace managed identity
31+
32+
When your workspace is secured with a virtual network, use these steps to set the datastore to use the workspace managed identity:
33+
34+
1. In Azure Machine Learning studio, on the left menu, select **Data**.
35+
1. On the top tabs, select **Datastores**.
36+
1. Select the datastore you're using to access data in your labeling project.
37+
1. On the top toolbar, select **Update authentication**.
38+
1. Toggle on the entry for "Use workspace managed identity for data preview and profiling in Azure Machine Learning studio."
39+
40+
41+

0 commit comments

Comments
 (0)