Search code examples
azureblobazure-blob-storagerbac

Azure Blob Storage role based access control


Is there any role based access control for Azure Blob Storage? I'm aware of SAS tokens and ACL, which are great, but ACL allows only for 5 entries.


Solution

  • Is there any role based access control for Azure Blob Storage?

    Not as of today. You have to use Shared Access Signature for access control. The limit of 5 access policies is per container. One possibility would be to have multiple containers.