ADF Trigger in custom Integrated Runtime

Kousik Majumder (external) 1 Reputation point
2022-05-27T10:30:16.237+00:00

Hi Team,

I need a help on ADF trigger. Basically we are using a custom Integrated Runtime which supports Managed Virtual Network. We also have many triggers to run the ADF pipelines. Linked Services are attached to custom IR.
Problem is when the triggers are run it is running using AutoResolveIR NOT using custom IR which is why the jobs are failing.

Is there a way to change this default behavior?

Thanks,
Kousik

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
{count} votes

4 answers

Sort by: Most helpful
  1. Trystan Mortimer 1 Reputation point
    2022-05-30T00:19:24.25+00:00

    This was a simple fix for me - I had not published my changes after changing the integration runtime on each of my linked services.


  2. Trystan Mortimer 1 Reputation point
    2022-05-30T06:30:53.553+00:00

    In your source2 that needs the custom IR go to the activity, open it and you should see what runtime it is set to use. Once you have the correct runtime selected then save / publish and test.

    Good luck!

    206550-image.png

    -

    -
    206529-image.png

    0 comments No comments

  3. Kousik Majumder (external) 1 Reputation point
    2022-05-30T06:54:47.68+00:00

    That is correctly configured and published too.


  4. Kousik Majumder (external) 1 Reputation point
    2022-06-16T08:44:02.587+00:00

    Hi @HimanshuSinha ,

    At last we were able to resolve the issue. The problem was that we missed to change IR mapping inside the pipeline data flow. Because of that it was failing.

    Thanks for your help.

    Thanks,
    Kousik


Your answer

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