How to trigger an adf pipeline of one adf resource in another adf resource pipeline

Bhaskar Dindi 0 Reputation points
2024-03-26T13:21:49.15+00:00

We required to call a pipeline from one ADF resource to another ADF resource.

I tried to export and import json pipeline format but could not import same in other ADF resource due to asking Git configuration.

I tried through WEB activity but failed by System Assigned Managed Identity

not matched how to resolve it please help.

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

2 answers

Sort by: Most helpful
  1. Nandan Hegde 29,886 Reputation points MVP
    2024-03-26T14:32:12.9066667+00:00

    In addition to what @Sedat SALMAN stated of triggering an ADF pipeline via REST API through web activity, you can also create a blob trigger on the pipeline that needs to be triggered.
    And at the end of the parent pipeline use a copy activity to create a file at the blob trigger path

    This method would be needed if both the ADFs are in different tenant

    1 person found this answer helpful.

  2. Sedat SALMAN 13,160 Reputation points
    2024-03-26T14:20:34.9733333+00:00

    To initiate a pipeline from one ADF to another, you can use the Web activity option through ADF's REST API. Additionally, ensure you have set up the necessary access rights, specifically assigning the 'contributor' role in the originating ADF to the second ADF. After assigning roles, it might take approximately 10 to 15 minutes for these changes to take effect before you can successfully trigger the pipeline​

    there is a video below showing the steps

    https://www.youtube.com/watch?v=wbURJiKoBlg

    0 comments No comments