question

suganthiG-4988 avatar image
0 Votes"
suganthiG-4988 asked SaurabhSharma-msft commented

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

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-data-factoryazure-queue-storage
· 4
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Hi @suganthig-4988,

Thanks for using Microsoft Q&A!!
As per my understanding you are getting error while trying Get Messages from Azure Storage Queue using a Web activity.
I have tried this, and it worked fine with "Storage Queue Data Contributor" role.
182938-image.png


Can you please check if are passing "Resource" parameter correctly as https://storage.azure.com in your Web Activity? (Screenshot below)
183824-image.png

Please let me know if you have any questions.

Thanks
Saurabh


0 Votes 0 ·
image.png (32.5 KiB)
image.png (35.1 KiB)

Hi @suganthig-4988,


We haven't heard back from you. Just wanted to check if you are you still facing the issue? In case If you already found a solution, would you please share it here with the community? Otherwise, let us know and we will continue to engage with you on the issue.

Thanks
Saurabh

0 Votes 0 ·

Hi @suganthig-4988,
We haven't heard back from you. Just wanted to check if you are you still facing the issue?

Thanks
Saurabh

0 Votes 0 ·
Show more comments

0 Answers