Tag Archives: ADF
Create Linked Service with Salesforce in Azure Data Factory
Pre-requisite: Salesforce Account (In this case we are having Developer trial license) Azure Data Factory in Azure. Steps To create linked service for Salesforce in Azure Data Factory we need username, password and secret key. The username and password is the same credential we use for login in Salesforce and we can create secret key … Continue reading Create Linked Service with Salesforce in Azure Data Factory
Creating On Premise SQL Server Linked Service in ADF
In this blog we will see how we can create on-premise SQL server linked serviceSteps Create Linked Service in ADF for SQL server It will ask for Server name, database and credentials along with integration runtime as we are using the On-premise SQL Server, we must configure Integration runtime. We have already created integration runtime … Continue reading Creating On Premise SQL Server Linked Service in ADF
Integration of CSV file from ADLS to Azure SQL DB using ADF
Go through the blog to understand how to integrate a CSV file stored in your ADLS to Azure SQL DB.