Cannot see Linked Integration Runtime (SlefHosted) when created via Azure CLI

Obaid Ur Rehman 86 Reputation points
2022-07-01T11:52:42.057+00:00

Hi,

I have a CD pipeline step with azure cli:

az config set extension.use_dynamic_install=yes_without_prompt  
      
az datafactory integration-runtime linked-integration-runtime create --factory-name "proj-dev-adf" --integration-runtime-name "original_selfhosted_IR_qqws" --resource-group "proj-datalake-dev-rg" --name "dummy" --data-factory-name "proj-test-adf" --location "West Europe" --subscription-id $(SUBSCRIPTION_ID)  

This creates the linked IR and in dev adf I can see the links, but when I move towards the proj-test-adf I cannot see any linked IR in Integ. Runtime panel.

Can someone help?

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,196 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. HimanshuSinha-msft 19,386 Reputation points Microsoft Employee
    2022-07-04T21:30:18.427+00:00

    Hello @Obaid Ur Rehman ,
    Thanks for the question and using MS Q&A platform.

    As we understand the ask here is how can we see the shared IR details between the ADF . , please do let us know if its not accurate.
    Well You are correct when i looked second ADF with which we shared the IT , it does not show in any ifo . But it does show the details of the shared IR on the ADF on whch the IT was fist leinked . In my case the initial IR was hisinhatest and the second was hsinhatest2 .
    On hsinhatest ( to this ADF the SHIR was attached first ) I can see the links ate two places .

    217506-image.png
    217459-image.png
    I could agree that it should also show up on the other linked ADF's / Linked services which it is not doing now .
    .
    Please do let me if you have any queries.
    Thanks
    Himanshu


    • Please don't forget to click on 130616-image.png or upvote 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
    1 person found this answer helpful.