How to identify Shared IR via PowerShell or RestAPI

Priya Jha 901 Reputation points
2022-12-19T06:41:29.337+00:00

Hi All,

Is there any Rest API or powershell script to get the details/objects/ADF's with which an Integration Runtime is shared.

271973-image.png

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
Windows for business | Windows Server | User experience | PowerShell
0 comments No comments
{count} votes

Answer accepted by question author
  1. Nandan Hegde 36,716 Reputation points MVP Volunteer Moderator
    2022-12-19T14:00:33.303+00:00

    Below code should help:

    $AllDependencies=Get-AzDataFactoryV2Integrationruntime -ResourceGroupName $ResourceGroupName -DataFactoryName $DataFactoryName -name "<<>>" -Status
    $AllDependencies.Links.DataFactoryName

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.