Tuesday, January 8, 2019

Data Factory connection

I would like to share some pitfalls when you connect FTP server to Azure Data Factory as I had some troubles connecting Data Factory to data sources.






1. FTP server
FTP server is built on Azure App Services.


2. File Storage
Parameter
Azure Storage account name: koheikawatastorage
File Storage File Share: testfileshare

Settings for Data Factory connection
Host: \\koheikawatastorage.file.core.windows.net\testfileshare
User name: AZURE\koheikawatastorage
Password: <Storage account key>



No comments:

Post a Comment