1
votes

Is it possible to somehow package and execute already written azure function as a custom activity in azure data factory?

My workflow is next:

I want to use azure function (which is doing some data processing) in ADF pipeline as a custom activity. This custom activity is just one of the activities in pipeline but its key to be executed.

1

1 Answers

4
votes

Is it possible to somehow package and execute already written azure function as a custom activity in azure data factory?

As I know, there is no way to do that so far. In my opinion, you do not need to package the Azure Function. I suggest you using Web Activity to invoke the endpoint of your Azure Function which could merge into previous pipeline nicely.