I am new to Azure data factory, currently I am working on to move the data from HDInsight Cluster with WASB(windows azure storage blob) to Azure SQL database using Azure data factory.
Before I used the Azure data factory, I used SQOOP for moving the data from HDInsight Cluster with WASB to Azure SQL database, but my requirement is to use azure data factory instead of SQOOP.
Getting started with Sqoop in HDInsight
For that I opened copy wizard from Azure Data factory and select the source as “HDFS” like this below figure.
But I am not clear about which credentials are entered under the HDFS source connection window, even I read the below documentation about Linked service properties of HDFS
Move data from on-premises HDFS using Azure Data Factory
Can you please explain which credentials are entered under HDFS connection and also tell me how to move the data from HDFS to Azure SQL database?