I am trying to create an Event Trigger in Azure Data Factory on Blob Created in my Azure Storage Container. The challenge I am facing in doing so is what if I receive multiple files in one single event say 10 files.
Now what happens is the event is fired 10 times and all these 10 files are executed at-least 100 times by the Data Factory.
Edit -- My pipeline does xml to json transformation.
The error I get
The issue I am facing is similar to Azure Data Factory - Event based triggers on multiple files/blobs