I have created a logic app and I want it to trigger when a new blob is added to a storage account. As soon as I add this trigger, the following error comes, its not very descriptive and not sure which permissions is it not seeing.
Please check your account info and/or permissions and try again. Details: This request is not authorized to perform this operation.
I am following instructions mentioned here https://docs.microsoft.com/en-us/azure/connectors/connectors-create-api-azureblobstorage#add-blob-storage-trigger
HTTP trigger works but then then storage connection step fails again. I am not sure what account info or permissions is not given.
Also, when I try to create a new connection . I am still seeing the same error.
Also, I noticed that storage account and logic app cant be in the same region. I kept them separate by having storage app in West US 2 and logic app in West US 1.
I am following the instructions in this article too. But have the same issue. https://techcommunity.microsoft.com/t5/integrations-on-azure/access-storage-accounts-behind-firewalls-from-logic-apps-within/ba-p/1997801
Here is a screenshot of that. Http connection works but Azure Blob storage connection does not.