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

