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