'Find referenced pipelines in Azure data factory

I have many pipelines arranged in folders in my ADF. I want to see if 'Pipeline-A' is being called (referenced) from other pipelines. How to do that?

  1. I can run a search in the Json files(repository). Is that my only option?


Solution 1:[1]

You can see this in the Pipeline properties inside Data Factory:

enter image description here

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Joel Cochran