Your translator resource must have "Storage Blob Data Contributor" role in the Azure Blob storage account to run document translation jobs

Jonah Munholland 0 Reputation points
2024-08-23T22:49:59.74+00:00

I keep getting the following error when selecting my Azure Blob storage account when using the translator tool in language studio: {Your translator resource must have "Storage Blob Data Contributor" role in the Azure Blob storage account to run document translation jobs}. I have checked and my blob storage account is assigned as Storage Blob Data Contributor in my translator resource, but I still get this error after I've waited and tried again. I have tried new storage accounts and translator resources but still get the same.

Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,787 questions
Azure Translator
Azure Translator
An Azure service to easily conduct machine translation with a simple REST API call.
388 questions
{count} votes

3 answers

Sort by: Most helpful
  1. Bełz Michał 5 Reputation points
    2024-09-11T08:04:40.1033333+00:00

    Hi, I also had this problem and managed to solve it. Storage Blob Data Contributor role must be assigned on the translator resource by manage identity and on the user who runs Language Studio applications.

    1 person found this answer helpful.

  2. Sedat SALMAN 13,740 Reputation points
    2024-08-24T05:47:07.2233333+00:00

    The permission assignment should be done at the container level within your Azure Blob Storage to ensure that the Translator has the necessary permissions to read, write, and delete blobs and additionally when using the managed identity with Azure RBAC, do not use SAS tokens in your requests. Instead, use the plain storage account URLs, as the managed identity provides the necessary authentication.

    i have some troubleshooting linked those may help you

    https://video2.skills-academy.com/en-us/azure/ai-services/translator/document-translation

    https://video2.skills-academy.com/en-us/azure/ai-services/translator/document-translation/how-to-guides/create-use-managed-identities

    https://video2.skills-academy.com/en-us/answers/questions/1332915/unable-to-translate-blob-using-cognitive-services


  3. Nehruji R 7,306 Reputation points Microsoft Vendor
    2024-09-04T10:22:34.0733333+00:00

    Hello Jonah Munholland,

    Greetings Welcome to Microsoft Q&A Platform.

    I understand that you are facing issues while selecting Azure Blob storage account when using the translator tool in language studio and getting following error {Your translator resource must have "Storage Blob Data Contributor" role in the Azure Blob storage account to run document translation jobs}.

    Sometimes, the Storage Blob Data Contributor role alone might not be sufficient. You might also need to assign the Reader role to navigate through the Azure portal. Also check if the user has necessary permission to access the data as Managed identities for Azure resources are service principals that create a Microsoft Entra identity and specific permissions for Azure managed resources.

    Following doc will help you setting up the translator - https://techcommunity.microsoft.com/t5/ai-azure-ai-services-blog/document-translation-now-available-in-the-language-studio/ba-p/3825711.

    Please refer here for AI translator limitations.

    Hope this answer helps! please let us know if you have any further queries. I’m happy to assist you further.


    Please "Accept the answer” and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.