How to use C# script in adf ?

Amar Agnihotri 921 Reputation points
2022-07-02T07:40:55.867+00:00

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.

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,196 questions
0 comments No comments
{count} votes

Accepted answer
  1. Samy Abdul 3,366 Reputation points
    2022-07-02T10:34:32.03+00:00

    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

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful