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