How to identify Linked services and IR used by pipe lines

bk 466 Reputation points
2021-01-26T13:34:11.007+00:00

Hi All,
We have over 200 pipe lines and we have multiple Linked Services. We have 2SHIR and one Azure IR. Out of the two SHIR , one is on premises and the other is on a VM. I can go into each linked service and find out which IR they use and also i can open each pipeline and find the related Linked Service, the issue is we have more than 200 pipe lines and more than 50 linked services to go through. Is there an easy way ?
Thanks

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
11,009 questions
{count} vote

Accepted answer
  1. Nandan Hegde 32,911 Reputation points MVP
    2021-01-27T05:51:52.99+00:00

    Hey @bk ,
    one way would be to write a powershell code to get all the details like:
    Get-AzureRmDataFactoryV2LinkedService : gets all the linked service details in ADF
    Get-AzureRmDataFactoryV2Pipeline : gets all the pipeline details in ADF
    and you can segregate the usage of the IRs


0 additional answers

Sort by: Most helpful

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.