ADF Pipelines

Ram 66 Reputation points
2022-07-25T01:42:09.417+00:00

In my scenario, I have created 3 logic apps which will trigger once the file is uploaded to blob storage.
Now I need to add dependencies to run pipelines.
My dependency looks like after triggering logic app 1, I need to run two more pipelines(consider it as PL1 & PL2).
Now after triggering logic app 2, I need to run two more pipelines(consider PL3 & PL4). But PL3 & PL4 should run after a successful run of logic app 1, PL1 & PL2. Is there any way to achieve this kind of scenario? If yes, please provide the process.

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,179 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,786 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Kamlesh Kumar 3,861 Reputation points
    2022-07-25T03:48:22.89+00:00

    Hi @Ram ,

    Welcome to Microsoft Q&A Platform. Thank you for the question.

    First of all please confirm did you tired any approach from your end? If yes please let us know so we could help you to confirm if approach is correct or have any issue.

    Next, I would suggest you to try the below and confirm if this works for you,

    Here, you don't need to create 3 LogicApp though 2 LogicApp should be enough to achieve your scenario,

    In 1st LogicApp, I have added the "When a blob is added or modified (properties only) (V2)" trigger which will run whenever blob is added or modified. Next I added the Scope "LogicApp-1" and inside that I have added the steps to run PL1 & PL2. Next I added the another Scope "LogicApp-2" which will run only when the previous scope succeeded. And for that you have to make the configuration like below screenshot.

    224204-image.png

    Inside Scope "LogicApp-2", calling the 2nd LogicApp URL.

    224189-image.png

    2nd LogicApp design, And under this logicapp I am calling PL3 & PL4. Hope this help you.

    224145-image.png

    Regards,
    Kamlesh Kumar

    Please don't forget to click on 205836-130616-image.png or upvote 205759-130671-image.png button whenever the information provided helps you. Original posters help the community find answers faster by identifying the correct answer. Here is How

    Want a reminder to come back and check responses? Here is how to subscribe to a Notification

    If you are interested in joining the VM program and help shape the future of Q&A: Here is how you can be part of Q&A Volunteer Moderators


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.