Skip to content

Commit aa07a68

Browse files
Merge pull request #268462 from sdgilley/sdg-data-labeling
New data labeling troubleshoot page
2 parents 508d55d + 41c852b commit aa07a68

File tree

9 files changed

+91
-48
lines changed

9 files changed

+91
-48
lines changed

articles/machine-learning/how-to-manage-labeling-projects.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ You can also add users and customize the permissions so that they can access lab
306306

307307
## Troubleshoot issues
308308

309-
Use these tips if you see any of the following issues:
309+
Use these tips if you see any of the following issues while managing your project:
310310

311311
|Issue |Resolution |
312312
|---------|---------|
@@ -320,7 +320,9 @@ Use these tips if you see any of the following issues:
320320

321321
|Issue |Resolution |
322322
|---------|---------|
323-
|If you select the Esc key when you label for object detection, a zero-size label is created and label submission fails.|To delete the label, select the **X** delete icon next to the label.|
323+
|If you select the Esc key when you label for object detection, a zero-size label is created and label submission fails.|To delete the label, select the **X** delete icon next to the label.
324+
325+
If you have problems creating the project, see [Troubleshoot problems during creation of a data labeling project](how-to-troubleshoot-data-labeling.md)
324326

325327
## Next step
326328

Lines changed: 83 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,83 @@
1+
---
2+
title: Troubleshoot data labeling project creation
3+
titleSuffix: Azure Machine Learning
4+
description: Learn how to troubleshoot and resolve issues when creating your data labeling project.
5+
author: kvijaykannan
6+
ms.author: vkann
7+
ms.reviewer: sgilley
8+
services: machine-learning
9+
ms.service: machine-learning
10+
ms.subservice: mldata
11+
ms.date: 03/07/2024
12+
ms.topic: troubleshooting
13+
#customer intent: To troubleshoot and resolve issues that occur when creating your data labeling project.
14+
---
15+
16+
# Troubleshoot problems during creation of a data labeling project
17+
18+
If you have errors that occur while creating a data labeling project try the following troubleshooting steps.
19+
20+
## Add Storage Blob Data Contributor access to the workspace identity
21+
22+
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:
23+
24+
1. Select the storage account in the Azure portal.
25+
26+
1. In [Azure Machine Learning studio](https://ml.azure.com), on the top right banner, select the workspace name.
27+
1. At the bottom of the section that appears, select **View all properties in Azure portal**.
28+
29+
:::image type="content" source="media/how-to-troubleshoot-data-labeling/view-all-properties.png" alt-text="Screenshot shows where to access View all properties in Azure portal.":::
30+
31+
1. In the Azure portal page for your workspace, select link for **Storage**.
32+
33+
:::image type="content" source="media/how-to-troubleshoot-data-labeling/select-storage.png" alt-text="Screenshot shows link for storage in Azure portal.":::
34+
35+
1. <a name="add"></a> Add role assignment.
36+
37+
1. In the storage account left menu, select **Access Control (IAM)**.
38+
1. In the top toolbar of the Access control settings, select **+ Add** then **Add role assignment**.
39+
40+
:::image type="content" source="media/how-to-troubleshoot-data-labeling/add-role-assignment.png" alt-text="Screenshot shows adding the role assignment.":::
41+
42+
1. Search for "Storage Blob Data Contributor."
43+
1. Select **Storage Blob Data Contributor** from the list of roles.
44+
1. Select **Next**.
45+
46+
:::image type="content" source="media/how-to-troubleshoot-data-labeling/storage-blob-data-contributor.png" alt-text="Screenshot shows Storage Blob Data Contributor role.":::
47+
48+
1. Select members.
49+
50+
1. In the Members page, select **+Select members**.
51+
1. Search for your workspace identity.
52+
1. By default, the workspace identity is the same as the workspace name.
53+
1. If the workspace was created with user assigned identity, search for the user identity name.
54+
1. Select the **Enterprise application** with the workspace identity name.
55+
1. Select the **Select** button at the bottom of the page.
56+
57+
:::image type="content" source="media/how-to-troubleshoot-data-labeling/select-members.png" alt-text="Screenshot shows selecting members.":::
58+
59+
1. Review and assign the role.
60+
61+
1. Select **Review + assign** to review the entry.
62+
1. Select **Review + assign** again and wait for the assignment to complete.
63+
64+
## Set access for external datastore
65+
66+
If the data for your labeling project is accessed from an external datastore, set access for that datastore as well as the default datastore.
67+
68+
1. Navigate to the external datastore in the [Azure portal](https://portal.azure.com).
69+
1. Follow steps above starting with [Add role assignment](#add) to add the Storage Blob Data Contributor role to the workspace identity.
70+
71+
## Set datastore to use workspace managed identity
72+
73+
When your workspace is secured with a virtual network, use these steps to set the datastore to use the workspace managed identity:
74+
75+
1. In Azure Machine Learning studio, on the left menu, select **Data**.
76+
1. On the top tabs, select **Datastores**.
77+
1. Select the datastore you're using to access data in your labeling project.
78+
1. On the top toolbar, select **Update authentication**.
79+
1. Toggle on the entry for "Use workspace managed identity for data preview and profiling in Azure Machine Learning studio."
80+
81+
## Related resources
82+
83+
For information on how to troubleshoot project management issues, see [Troubleshoot project management issues](how-to-manage-labeling-projects.md#troubleshoot-issues).

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

Lines changed: 1 addition & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -6,49 +6,4 @@ ms.date: 03/04/2024
66
ms.author: sdgilley
77
---
88

9-
If you have errors creating a data labeling project try the following 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-
9+
For problems creating a project or accessing data, see [Troubleshoot data labeling](../how-to-troubleshoot-data-labeling.md).
34.9 KB
Loading
37.6 KB
Loading
23.3 KB
Loading
35.3 KB
Loading
31.4 KB
Loading

articles/machine-learning/toc.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -351,6 +351,9 @@
351351
- name: Add users
352352
displayName: data, dataset, labeling
353353
href: how-to-add-users.md
354+
- name: Troubleshoot data labeling projects
355+
displayName: data, dataset, labeling
356+
href: how-to-troubleshoot-data-labeling.md
354357
- name: Manage labeling projects
355358
displayName: data, dataset
356359
href: how-to-manage-labeling-projects.md

0 commit comments

Comments
 (0)