Get message from Azure Queue using Web Activity in Azure Data Factory

suganthi G 6 Reputation points
2022-03-13T20:15:39.23+00:00

Hi ,

I am facing issue getting messages from azure queue using web activity .Getting below error:

<?xml version="1.0" encoding="utf-8"?><Error><Code>AuthorizationPermissionMismatch</Code><Message>This request is not authorized to perform this operation using this permission.

request:
"method": "GET",
"headers": {
"x-ms-version": "2019-07-07",
"Content-Type": "application/xml",
"x-ms-date": "Sun, 13 Mar 2022 20:07:22 GMT"

Authenticated using Managed Identity and having Storage Queue Data Contributor role. Could you please help why am getting AuthorizationPermissionMismatch error .

Note: I am able to connect Blob storage using web activity without any error

Azure Queue Storage
Azure Queue Storage
An Azure service that provides messaging queues in the cloud.
100 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,196 questions
{count} vote

1 answer

Sort by: Most helpful
  1. MaraganiVamsi 0 Reputation points
    2023-04-07T16:26:39.6033333+00:00

    Hi Sharma, I am trying to connect to Queue storage through web activity in ADF but it is throwing connection error. can you help me with that

    0 comments No comments