Ravi
Ravi

Reputation: 45

Function app to load data from .csv in azure data lake store to azure sql server

I have a .csv file in azure data lake store, Is there a way to load the data from that file to azure sql server using Function app? Currently I am using ADF to load the data.

Thanks, Rav

Upvotes: 1

Views: 507

Answers (1)

William Xifaras
William Xifaras

Reputation: 5312

There is an Azure Data Lake Store Binding for Azure Functions. It supports input and output bindings.

Samples

Upvotes: 1

Related Questions