For the below scenario where the left side is my source and the Right side is the destination:
Source Destination
---------- -----------------
sourceContainer/StaticFiles/Finance/X1.tsv DestinationContainer/StaticFiles/Finance/X1.tsv
sourceContainer/StaticFiles/Customer/X2.tsv DestinationContainer/StaticFiles/Customer/X2.tsv
I would want to place files at any of the source locations one at a time and it should trigger a copy pipeline to create path dynamically for destination. I have used one copy activity in a pipeline where I have created triggers for each like Finance and Customer.
I have referred to the below link, but no luck https://docs.microsoft.com/en-us/azure/data-factory/how-to-create-event-trigger








