Help with Azure Blob Storage Upload Issues

0
1
Asked By CuriousSky304 On

Hey everyone, I'm really struggling here. I'm trying to upload a file to my Azure account, but no matter what I do, I can't seem to make it work. I've got two admin-level users, and I've created the storage space along with a sub area. My user has rights assigned directly in IAM, through a group, and a couple of inherited permissions based on the IAM user's status. However, when I try to upload even a small file, I get this error: 'Failed to upload 1 out of 1 blob(s): smalPic.jpg: This request is not authorized to perform this operation.' The error message is pretty vague, so I'm wondering if the issue might be linked to the type of account I have. Where should I check for that? Any help would be greatly appreciated!

2 Answers

Answered By CloudWhizKid On

You need to assign data plane roles for Azure Storage to upload blobs successfully. For uploading files, the Storage Blob Data Contributor role is essential. And just so you know, using EntraID integrated authentication is typically the best practice rather than relying on storage access keys.

CuriousSky304 -

Thanks for the info! Where do I actually add the data plane roles?

Answered By AzureNinja42 On

It sounds like the issue might be related to the permissions you have. Make sure you check which rights you actually assigned. Just having Contributor or Owner roles doesn't mean you can upload to the Storage account; you actually need specific roles for that.

TechieGuru22 -

Yeah, exactly! If you're pushing files, you'll need the Blob Storage Contributor role for your account.

CuriousSky304 -

Those were the only ones I had. What specific storage account permissions do I need? Do I add those directly within the Storage account settings?

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.