Azure Logic app trigger error connection

Grace Blainville 1 Reputation point
2022-10-24T15:27:00.143+00:00

Hello,

I have a curious problem when creating my logic app.
Here is the context:

  • I have an XML file in my container, which I would like to modify with a logic app
  • A Vnet associated with my container
  • I have the roles "Contributor" and "Owner" on my objects
  • On my container (Networking tab), I checked the option "Enabled from selected virtual networks and IP addresses" and “Allow Azure services on the trusted services list to access this storage account.”
  • My logic app and my Container are hosted in the same region (this is an obligatory constraint in my context)
  • I'm trying to add a trigger "Azure BlobStorage – When a blob is added or modified"
    But I have this message : "Please check your account info and/or permissions and try again.
    Details: This request is not authorized to perform this operation."
    253588-image.png

Why do I have this problem?

Thank you very much for your help, and have a nice day

Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,848 questions
Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,135 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Bruno Lucas 4,431 Reputation points MVP
    2022-10-25T07:15:46.077+00:00

    hi @Grace Blainville

    Adding an exception to the logic app under the storage networking settings worked for me

    253796-image.png

    if not, think you will need integration service environment (ISE)

    https://learn.microsoft.com/en-us/azure/logic-apps/add-artifacts-integration-service-environment-ise

    the azure services is for the ones on the trusted list:

    https://learn.microsoft.com/en-us/azure/storage/common/storage-network-security?tabs=azure-portal#grant-access-to-trusted-azure-services

    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.