Restrict access to a specific container in a Azure Storage BLOB

David Wong 21 Reputation points
2020-06-03T07:34:28.803+00:00

Hi,

Is it possible to restrict a user to access a specific container in a Azure Storage BLOB? i.e the user cannot read/write to other containers in the same storage account?

Regards,
David

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,910 questions
0 comments No comments
{count} votes

Accepted answer
  1. Sumarigo-MSFT 45,406 Reputation points Microsoft Employee
    2020-06-03T17:55:06.88+00:00

    Hi DavidWong-8227

    This option is not available yet! If you wish you may leave your feedback here All the feedback you share in these forums will be monitored and reviewed by the Microsoft engineering teams responsible for building Azure.

    Additional information: I would recommend, please refer to this link which provides you how RBAC and built-in roles works

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Sanjay Mohanan 1 Reputation point
    2020-12-07T16:08:19.027+00:00

    As given in the image taken from IAM blade: "At this time, the only way you can add your own deny assignments is by using Azure Blueprints."
    Denying access to users is quite a process. So it is best if you create two storage accounts and manage the access at storage account level instead of Container. 45861-accessstorage.png

    0 comments No comments