Search code examples
eventtriggerazure-data-factory

ADF doesnt create BlobCreation event with dataflow


I have pipeline and a dataflow activity inside which copies the data to blob storage. I have trigger activated.

Problem is, the trigger works If I place the file manually on storage. But it doesn't get triggered when the dataflow puts file on the blob storage with copy activity.

Here is the trigger info: enter image description here


Solution

  • I ended up using web activity to send custom blob events to custom events and using custom triggers on the receiving pipeline.