Hi @Mayur Saparia ,
Thank you for posting query in Microsoft Q&A Platform.
If I understand your question correctly, you would like to trigger pipelines once touch file gets create on Azure(on Azure Storage account). Please correct me if my understanding is wrong and share little more details.
In ADF or Synapse, we have some thing called event based triggers. These triggers runs ADF or synapse pipelines in response to events happened on storage account. Lets say once a file gets created on storage account we can run the pipeline with this trigger.
I believe using this event based triggers are file watchers in your case to run the pipelines.
Below are few useful resources to learn more about event based triggers.
- Create a trigger that runs a pipeline in response to a storage event
- Event based Triggers in Azure Data Factory
Hope this helps. Please let us know if any further queries.
-------------
Please consider hitting Accept Answer
button. Accepted answers help community as well.