Read Only access is not working for storage accounts

VIRESH SAINI 1 Reputation point
2022-06-23T13:34:34.14+00:00

Hi All,

when we are providing the read only access from Azure to a user on storage accounts , after providing this access user can modify the shared files as well , but it should not be actually work for user, Please help me if any one has some solutions or faced such scenario in real time

Thanks,
Viresh Saini

Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
2,944 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. David Broggy 5,701 Reputation points MVP
    2022-06-23T14:40:11.307+00:00

    hi @VIRESH SAINI
    I suspect they have an inherited right from higher up in your storage container.
    Start at the top of the storage container and verify the user doesn't have access at a higher level.
    Or create a brand new test user account and begin giving that test user access to validate your understanding of the permissions.
    Good luck!