azure Storage Blob Data Contibuter role issue

Sri Jyothsna 0 Reputation points
2024-09-11T10:59:54.2833333+00:00

Hi, I have a Blob storage name 'aisanomastorage' and a Translator service name TechOps-AI-Services-Translator-Service .To configure translation jobs i get the below error message though the role already exists.
'Your translator resource must have Storage Blob Data Contibuter role in Azure Blob Storage account to run document traslation jobs'

However the storage blob contributer role already exists for the aisanomastorage name blob storage.

How to fix this issues? TIA

User's image

Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,920 questions
Azure Translator
Azure Translator
An Azure service to easily conduct machine translation with a simple REST API call.
412 questions
Azure Role-based access control
Azure Role-based access control
An Azure service that provides fine-grained access management for Azure resources, enabling you to grant users only the rights they need to perform their jobs.
830 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Sina Salam 12,011 Reputation points
    2024-09-11T12:05:29.57+00:00

    Hello Sri Jyothsna,

    Welcome to the Microsoft Q&A and thank you for posting your questions here.

    Regarding your explanation and image provided, role and permission is the main issue. Try to use a managed identity for authentication and not SAS tokens, and make sure you assign Storage Blob Data Contributor role at the container level within your Blob storage account and also reader role. Read this links for similar answer to your issue and for more details - https://learn.microsoft.com/en-us/answers/questions/1983870/your-translator-resource-must-have-storage-blob-da and https://learn.microsoft.com/en-us/azure/storage/blobs/assign-azure-role-data-access

    If the issue persists, kindly provide the activity logs or check it for any related issue with permission and role.

    I hope this is helpful! Do not hesitate to let me know if you have any other questions.

    Please don't forget to close up the thread here by upvoting and accept it as an answer if it is helpful

    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.