Share via

Cannot upload file into storage container!

rain purple 300 Reputation points
2025-11-09T08:41:30.9633333+00:00

屏幕截图(488)

Hello, support team:

I face a technical problem, maybe the basic problem because I don't know how to use this software or language.

I just write the expression about this issue I faced with storage account, and meet a language trouble together, when I want to adjust the text, the writing page is locked with SQL language, so I use screenshot to copy and save the previous input ,please check on attached.

How can I fix this issue described on attached with my storage account?

Thanks a lot!

rain

Nov. 9th ,2025

Azure Storage
Azure Storage

Globally unique resources that provide access to data management services and serve as the parent namespace for the services.


2 answers

Sort by: Most helpful
  1. Venkatesan S 9,305 Reputation points Microsoft External Staff Moderator
    2025-11-10T20:34:13.9633333+00:00

    Hi rain purple,

    Thanks for reaching out Microsoft Q&A,

    OAuthAuthorizationErrorDetail: [RBAC] Access denied - no role assignment that permits Data Action Microsoft.Storage/storageAccounts/blobServices/containers/blobs/read, reason DeniedWithNoValidRBAC.

    The above error happens when you lack the necessary permissions or rights to access the storage account.

    For accessing storage account, you need Storage Blob Data Contributor(存储 Blob 数据参与者) Role at storage account level.

    Portal -> Storage account -> Access Control (IAM) -> Role assignments(角色分配)->Scope: This resource(此资源)

    Portal:User's image

    Now, you can be able to upload the files to Azure Storage account.

    Error, you are not authorized to perform an upload operation on the data store (name) because... (details omitted here). You need to migrate the center/workspace to use the identifier and assign roles (specific role names, such as storage blob data participants, etc.) to the user (username) of the storage account (account name).

    You’re seeing this error because the current center/workspace is not using a managed identity. To resolve it, you need to:

    Migrate the workspace to use an identity (managed identity).

    Assign the required RBAC roles (for example: Storage Blob Data Contributor, Storage Blob Data Participant, etc.) to the specific user and the storage account mentioned in the error.

    Once the workspace is using the correct identity and the required roles are assigned, the operation should work without errors.

    Please let me know if you’d like any additional edits or information included. 

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

    Was this answer helpful?

    0 comments No comments

  2. RevelinoB 3,685 Reputation points
    2025-11-09T10:42:49.4666667+00:00

    Hi @rain purple

    Thanks for sharing the details and the screenshot! From what you described, it sounds like there may be two separate issues:

    1. Storage upload issue – this could be caused by a network or RBAC permission limit on your storage account. Could you please confirm if your account has the Storage Blob Data Contributor or Owner role assigned? You can check this in the Azure Portal under Access Control (IAM) for your storage account.

    Page locked in SQL/YAML editor – that’s most likely a display or format issue in the Q&A editor, not related to your storage service. You can try switching the Edit development language back to “None” or “Plain text,” then paste your YAML or script again.

    If you’re still unable to upload files to the container after checking permissions, please share the exact error message or screenshot from the Azure Portal or CLI. That’ll help narrow it down further.

    Hope this helps you move forward!

    Was this answer helpful?


Your answer

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