How to Execute Java program in Azure Data Factory

Joshi, Prasad-ZA-XT 21 Reputation points
2021-05-10T18:52:46.27+00:00

Hi ,

I want to execute Java program after I upload file to ADLS. I am aware of Azure Functions but as my program might take more time and also for better control I want to avoid that. Data Bricks Jar activity is overkill so don't want to use that. I am thinking of executing using Azure VM on which I already installed Self-Hosted IR. But I am not sure which activity should I use to connect to Azure VM . Please suggest best way to run Java program using ADF

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

2 answers

Sort by: Most helpful
  1. HimanshuSinha-msft 19,486 Reputation points Microsoft Employee Moderator
    2021-05-10T23:43:25.05+00:00

    Hello @,
    Thanks for the ask and using the Microsoft Q&A platform .

    I think you should explore Custom activity

    Please do let me know how it goes .
    Thanks
    Himanshu
    Please do consider to click on "Accept Answer" and "Up-vote" on the post that helps you, as it can be beneficial to other community members


  2. Joshi, Prasad-ZA-XT 21 Reputation points
    2021-05-14T21:03:42.807+00:00

    Hi Himanshu,
    Did you get a change to look into my follow-up query?


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.