Getting Authorization error "This request is not authorized to perform this operation using this permission." when trigger file sync in Logic App? How to resolve?

Vaibhav Bhosale 0 Reputation points
2023-07-18T14:29:35.1233333+00:00
{
  "status": 403,
  "message": "This request is not authorized to perform this operation using this permission.\r\nclientRequestId: 5b495c3e-9bb4-438d-8008-f0b0b9c036d2",
  "error": {
    "message": "This request is not authorized to perform this operation using this permission."
  },
  "source": "azureblob-eus.azconn-eus-003.p.azurewebsites.net"
}
Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,335 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Sreeju Nair 12,611 Reputation points
    2023-07-18T15:15:36.9766667+00:00

    As the error indicates, the issue is related to the authorization. Since there could be several reasons for this, a detailed documentation covering all the scenarios are available in the following link.

    https://learn.microsoft.com/en-us/azure/connectors/connectors-create-api-azureblobstorage?tabs=consumption

    You need to understand, there are some limitations when you try to connect Azure Blob storage from logic apps.

    https://learn.microsoft.com/en-us/azure/connectors/connectors-create-api-azureblobstorage?tabs=consumption#limitations

    There are several other scenarios documented in the documentation that is referred above, so go through them to fix the problem you are facing.

    Hope this helps

    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.