Forum Discussion
TakuyaNoguchi
Mar 26, 2024Copper Contributor
Send File From Blob Storage to FTP Server
Hello!
I am using DataFactory in my work.
I'm considering transferring files from Blob storage to an on-premises FTP server, but is there a good way to implement it?
When I looked into it, I found Logic Apps, Azure Functions, and Custom Activities, but I wonder if there is an easier way to implement it...
1 Reply
- Hello have use considered using Self Hoested Integration Runtime with Azure Data Factory. This is a faster approach with all the necessary settings.
This article covers it: https://www.mssqltips.com/sqlservertip/7930/dynamically-copy-data-from-sql-server-to-azure-sql-database/