0

I need to start a copy job whenever a file(desired) is uploaded in an FTP location. so for notifying that the file is available in that location is there any way( like if the file is available then run this copy job) other than logic apps using ADF? can anyone please post some suggestions?

1 Answers1

0

Azure DataFactory event based triggers will not support FTP. So we cannot do directly from Azure DataFactory.

As you said, you might need to relay on other process such as logic apps or Azure functions or Azure Automation, etc. to check for file landing on FTP and kick off ADF pipeline execution.

IpsitaDash-MT
  • 1,326
  • 1
  • 3
  • 7