How to set access permissions for azure blob path

溫梓渝-統智科技 0 Reputation points
2024-11-05T05:36:26.84+00:00

https://learn.microsoft.com/zh-tw/azure/role-based-access-control/conditions-prerequisites

Hello,

How to set access permissions for azure blob path.

Thanks.

顯示具名容器中具有路徑之 Blob 讀取存取權的條件圖表。

User's image

Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,943 questions
0 comments No comments
{count} votes

Accepted answer
  1. akinbade abiola 18,725 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

    1 person found this answer helpful.

3 additional answers

Sort by: Most helpful
  1. Luis Arias 7,526 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

    1 person found this answer helpful.

  2. 溫梓渝-統智科技 0 Reputation points
    2024-11-15T02:18:18.28+00:00

    User's image

    "The attribute is not applicable to the selected action. Please select a different set of actions."


  3. 溫梓渝-統智科技 0 Reputation points
    2024-11-19T10:50:32.6666667+00:00

    Thanks for your swift response.

    storage account => Reader

    container => Storage Blob Data Reader + "conditions"

    0 comments No comments

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.