Queue Service (Azure AD): Failed to list queues: authMode: 4

Clemens 21 Reputation points
2020-07-28T11:53:45.06+00:00

Hello,

I did open the Connectivity check for my storage account and found this error there:

Queue service (Azure AD)
Endpoint accessible: Yes
List queues: Failed
Failed to list queues: authMode: 4
code: AuthorizationPermissionMismatch
content: _CYCLIC_OBJECT_
message: This request is not authorized to perform this operation using this permission.
RequestId: [...]
Time:[timestamp]
name: StorageError
requestId: [...]
url: https://[storage_account].queue.core.windows.net/?comp=list&_=[ID]
xhr: {}

Storage account basics:

Kind: StorageV2
SKU: Standard_RAGZRS
Tier: Standard

How to solve this issue? I'm the owner of the Azure tenant and in IAM I have these roles:

  • Storage Blob Data Contributor
  • Storage Blob Data Owner
  • Storage Blob Data Reader

This issue persists longterm and I found no solution yet. The other checks are successful.

Best Regards,

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,871 questions
Azure Queue Storage
Azure Queue Storage
An Azure service that provides messaging queues in the cloud.
99 questions
0 comments No comments
{count} votes

Accepted answer
  1. deherman-MSFT 34,931 Reputation points Microsoft Employee
    2020-07-28T17:02:16.07+00:00

    @Clemens-7156 In order for this check to pass you need permission for ListQueues operation. Please add one of the built in Storage Queue roles listed here.

    https://video2.skills-academy.com/en-us/azure/storage/common/storage-auth-aad-rbac-portal#rbac-roles-for-blobs-and-queues

    After adding this role it should resolve your issue. If not please let us know.


    Please don’t forget to "Accept the answer” and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful