Hi Vindhya Sree Dharanikota , Welcome to Microsoft Q&A platform and thanks for posting your questions here. As I understand your requirement is that the master pipeline should fail in case the activity in any of the child pipelines is failing , however, it's not happening for you. Please let me know if that is not the correct understanding.
Kindly make sure that there is no error handling done in the child pipeline. If any activity is failing and there is an 'On Failure' conditional path attached to other activity , then it will render the pipeline to succeed. To avoid that, kindly ensure there is no try catch mechanism in the child pipelines.
- Child pipeline would fail leading to master pipeline failure as well if there is no activity attached to on failure case:
- Child pipeline would succeed leading to master pipeline success as well if there is an activity attached to on failure case:
For more details kindly check Common error handling mechanism Hope it helps. Kindly accept the answer if it's helpful. Thankyou