azureazure-storage

Getting "Storage Blob Data Contributor" Role Error in Azure Language Studio Despite Role Assignment


I’m working in Azure Language Studio and trying to create a Custom Text Classification project. I have already created the project and selected the appropriate Azure Blob Storage account.

To ensure permissions are correctly set, I assigned the "Storage Blob Data Contributor" role to my current user for the selected Blob Storage account. However, when I attempt to proceed with the project creation, I still get this error:

"The user must have 'Storage Blob Data Contributor' role in the Azure Blob storage account to run Custom Text Classification."

I've verified that the role is assigned correctly at the storage account level. I’ve waited some time to account for any propagation delays, but the issue persists.

what could be the reason?


Solution

  • Storage Blob Data Contributor Role Error in Azure Language Studio Despite Role Assignment

    Initially I too got the same error as "The user must have 'Storage Blob Data Contributor' role in the Azure Blob storage account to run Custom Text Classification."

    enter image description here

    Then I assigned the Storage Blob Data Contributor role to the Custom user and the Azure Language Studio Using both User assigned and Managed Identity

    enter image description here

    Also assigned the Contributor role to the storage account and to the Azure Language Studio

    enter image description here

    Then Created the New project, connected to the storage account

    enter image description here

    The project was created successfully

    Output:

    enter image description here

    Reference:

    How to create custom text classification project