I am using azure data factory where I have configured an event based trigger pointing to ADLS Gen 2 storage. The trigger expects a file to end with Completed-DS001_01.csv ("Blob Path Ends With") in the file location specified in
"Blob Path Begins With".
When a file (having filename as Completed-DS001_01.csv) is manually uploaded or moved via pipeline or logic app to the specified folder location, the trigger is working as expected but when the file having filename
Completed-DS001_01.csv is being placed by some java code (code is written in some different resource) the trigger is not working.