Share via

Azure Storage Account and Understanding of the Access Rights

~OSD~ 2,206 Reputation points
2022-09-09T12:34:45.94+00:00

Hi,

I have azure subscription and have created one storage account as well. I am the default administrator of the subscription and storage account as well.
I am considering to create another user account with limited access to resources, for example, can read only but can't make changes or deletion. And similarly, when this use access the File Share, they should be able to see the files but should not be able to delete or modify the records.
Does it require changing the permissions for the file share under Azure Storage Account? If possible, I don't want to modify the Storage permissions, but create a user account with limited access.
Any step by step instructions /document will be appreciated.

Azure Files
Azure Files

An Azure service that offers file shares in the cloud.

Azure Storage
Azure Storage

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

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.

0 comments No comments

Answer accepted by question author

Sam Cogan 10,867 Reputation points Microsoft Employee
2022-09-09T14:16:53.8+00:00

Permissions are applied to a resource, not a user, so you will need to apply the appriopriate permissions to your storage account for your required user. For example, the "storage blob data reader" permission will give you read only access to blob data. You would assign this role to your second user on this storage account.

Was this answer helpful?

1 person found this answer helpful.

0 additional answers

Sort by: Most 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.