A problem: I have an ADF Pipeline. I would like that the Pipeline was automatically started when a BLOB file with certain name appears in certain folder of my Azure Storage.
A solution: create a Trigger of type Storage event:
With parameters like this:
The Trigger would immediately run as soon as a BLOB file ‘population_by_age.tsv.gz’ appears in the specified container ‘/population/’ of the specified Storage ‘sotnikovstorage’.