Logic app is triggering multiple times for file size 690 mb on Microsoft.Storage.BlobCreated event type

AsheNone 26 Reputation points
2022-01-06T18:14:19.237+00:00

Logic app is triggering multiple times for file size 690 mb on Microsoft.Storage.BlobCreated event type

Does logic app triggers multiple times for a large files? If so, how can I make logic app trigger only once for such large files or any files? Is there a filter that I can add at logic app level?

@MayankBargali-MSFT

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,873 questions
Azure Event Grid
Azure Event Grid
An Azure event routing service designed for high availability, consistent performance, and dynamic scale.
318 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. MayankBargali-MSFT 68,986 Reputation points
    2022-01-07T09:41:12.307+00:00

    @AsheNone Thanks for reaching out. The logic app should only be triggered once for Microsoft.Storage.BlobCreated event type. But in case if event grid hasn't got the response after delivery of the event then the same event would have been scheduled for retry again and this could be one of the reasons that your logic app would have triggered for the same blob created event. This needs to be looked at from the backend logs why the logic app was triggered multiple times. If you have a support plan then you can create the support ticket with us to assist you further. If you don't have a support plan then please refer to my private comment for more details.