Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
11,246 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi ,
I want to use c# script in adf which will take input from an array variable and will convert into a proper json format. After this i will use copy activity to store this formatted data to a json file. Can you please suggest me how can we run this c sharp script in adf.
Hi @Amar Agnihotri , basically Azure function activity and custom activity should be using for this. Below blog should be of help:
Create and deploy a C# Azure Function
https://microsoft-bitools.blogspot.com/2020/06/create-and-deploy-c-azure-function.html Thank you