shiva
shiva

Reputation: 167

Azure Webjobs SDK - Can I create a binding/trigger on Azure Data Lake Store File

The requirements is to monitor an ADLS directory for any new files created. If so create a trigger which can be captured and actioned as applicable.

I have noticed the core Webjobs SDK provide Trigger : BlobTrigger and Binding : Blob.

I was wondering if there is any implementation out of the box or should be coded ? If this is something which needs to be coded can you help me with a code sample or links which could be of help ?

Upvotes: 1

Views: 426

Answers (2)

Thomas
Thomas

Reputation: 29491

Azure Webjob extensions SDK allows you to create your own bindings :

Upvotes: 0

Amit Kulkarni
Amit Kulkarni

Reputation: 965

This capability does not exist today. Please enter a uservoice item to officially have the feature request logged here: https://feedback.azure.com/forums/169385-web-apps-formerly-websites

Upvotes: 1

Related Questions