Hi @MANSI CHANU ,
Thanks for describing the issue in detail. As you mentioned that the issue still persists even after assigning the Storage Blob Data Contributor
and waited for some time to get the changes effected. I would also request you to follow the below recommendations.
Please make sure that the Storage Blob Data Contributor
role should be assigned at the storage account level rather than at the resource group or subscription level. Incorrect assignment may result in Azure Language Studio not recognizing the permissions.
Role assignments can take up to 15-30 minutes to propagate. If you recently assigned the role, waiting longer may resolve the issue. Please wait some more time and then test again from the language studio. It will work.
Also, if you are using Microsoft Entra authentication
, please make sure that the storage account is set up to permit identity-based access. Also, consider using Shared Access Signature (SAS) or Access Keys temporarily to verify access.
In addition to the above, also make sure that the storage service is registered.
- Go to Azure Portal → Subscriptions → Your Subscription → Resource Providers.
- Make sure
Microsoft.Storage
isregistered
. If not, clickRegister
.
Though you have assigned Storage Blob Data Contributor role. Some of Azure services require Storage Account Contributor
or
Owner
roles in addition to Storage Blob Data Contributor. Assign the Storage Account Contributor
role if needed.
Unfortunately, If the issue still persists, check logs in Azure Language Studio for additional error details.
I hope by following the above will help in resolving the issue.
Please let us know in the comments below, if the issue is resolved or still persists. We will be glad to assist you closely.
Please do consider to "Accept the answer” and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.