Tuesday, October 16, 2018

Create Azure Data Factory And Pipeline Using .NET SDK

In this article, we will create Azure Data Factory and pipeline using .NET SDK. We will create two linked services and two datasets. One for source dataset and another for destination (sink) dataset. Here we will use Azure Blob Storage as input data source and Cosmos DB as output (sink) data source. We will copy data from CSV file (which is in Azure Blob Storage) to Cosmos DB database.

source https://www.c-sharpcorner.com/article/create-azure-data-factory-and-pipeline-using-net-sdk/

No comments:

Post a Comment