Azure blob storage index tag AuthorizationPermissionMismatch

Carolina 21 Reputation points
2022-10-21T14:50:38.437+00:00

Hi, I am trying to get the blob files in Azure blob service, using the filter of index tags with REST API "https://myaccount.blob.core.windows.net?comp=blobs&where=

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.
3,431 questions
{count} votes

1 answer

Sort by: Most helpful
  1. SaiKishor-MSFT 17,331 Reputation points
    2022-10-26T18:20:11.953+00:00

    @Carolina As mentione din the doc here- https://learn.microsoft.com/en-us/rest/api/storageservices/find-blobs-by-tags#authorization

    The following users can perform this operation:

    • The account owner.
    • Anyone with a shared access signature (SAS) who has permission to find blobs by tags (the f SAS permission). An account SAS is required for authorization.
    • Role-based access control (RBAC) users who have the Microsoft.Storage/storageAccounts/blobServices/containers/blobs/filter/action permission.

    However, you are saying that you already tried using the Account owner role and you still cannot access it, right?

    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.