Upsert to Azure SQL DB with Azure Data Factory

Upsert to Azure SQL DB with Azure Data Factory

Copy data from Table Storage to an Azure SQL Database with Azure Data Factory, by invoking a stored procedure within the SQL sink to alter the default behaviour from append only to UPSERT (update / insert). 

Read More