Linked Service - Datasets

Linked services:

Is essentially a connection Manager as in SSIS.
Defines connection information so that Data Factory can connect to the data source.
Can be reused among pipelines.
The linked service has the connection information that the Data Factory service uses at runtime to connect to it.


DataSets :
Name view of data that points or references the data.
Get more specific to item/object/file/table level.

Comments

Popular posts from this blog

How to access output of any activity in another connected activity. - Lookup Activity