Assign an Azure role for access to blob data

溫梓渝-統智科技 0 Reputation points
2024-11-05T05:36:26.84+00:00
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.
830 questions
Not Monitored
Not Monitored
Tag not monitored by Microsoft.
39,704 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Luis Arias 7,121 Reputation points
    2024-11-05T07:25:45.34+00:00

    Hello, Azure Attribute-Based Access Control (ABAC) is generally available for Azure Blob Storage and Data Lake Storage Gen2. To check if ABAC is supported in your region, refer to the Azure Products by Region page.

    For more details:

    If the information helped address your question, please Accept the answer.

    Luis


  2. akinbade abiola 18,305 Reputation points
    2024-11-05T07:30:40.8066667+00:00

    When specifying conditions for the Microsoft.Storage/storageAccounts/blobServices/containers/blobs:path attribute, the values shouldn't include the container name or a preceding slash (/) character. Use the path characters without any URL encoding.

    Verify if this is the case.

    https://learn.microsoft.com/en-us/azure/storage/blobs/storage-auth-abac-portal?source=recommendations

    You can mark it 'Accept Answer' and 'Upvote' if this helped you

    Regards,

    Abiola


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.