Error connecting Logic App to Azure Blob Storage.

Candelaria Centeno 0 Reputation points
2024-11-14T22:54:54.2133333+00:00

Screenshot 2024-11-14 193301

User's image

No matter what I do, I can’t get this workflow to run. I’ve checked connections, permissions, paths—everything seems correct. I have a container with many PDFs, and I need each one to be added and organized into a list. For each, a URL should be generated, and then the form recognition should read the image and extract the data (I’ve already trained it for this). But I’m still having connection issues with the Blob storage. Any idea what it could be? I’ve already given it data contributor permissions, registered different subscriptions, and I’m using the correct blob endpoint URLs, but I can’t identify what’s wrong. And every time I try to run it, it doesn’t even show up in the run history, so I can’t get an error code to better understand the problem. The connection just cuts off from the trigger.

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

1 answer

Sort by: Most helpful
  1. Giovanna Moreira 0 Reputation points Microsoft Employee
    2024-11-18T09:50:35.7+00:00

    Hello @Candelaria Centeno

    Welcome to Microsoft Q&A Forum, thank you for posting your query here!

    As per my understanding, you have a blank workflow, and you would like to create a trigger to Blob Storage. First thing to check it's the networking configuration. If the storage account is behind firewall, there are some limitations. For reference: https://learn.microsoft.com/en-us/azure/connectors/connectors-create-api-azureblobstorage?tabs=consumption#access-storage-accounts-behind-firewalls.

    The easiest option to confirm that is a network issue is to test a storage account with the public access enabled to all networks and make sure that works.

    Please, feel free to tag me if you have further questions.

    Best regards,


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.