I have a Self hosted IR in a VM that is connected to an IR in ADF and that works fine. However, I want to connect a different IR to the VM. I just can't seem to find a way to remove integration of the existing IR in Microsoft Integration Runtime Configuration Manager.
I could always delete the IR from the ADF and maybe it reflects on the VM. But I am not sure if this would work and don't want to risk breaking the system.
The git config in the ADF is pointing to 2 ADF resources. The IR connects on the first one(where IR was created from portal). The 2nd ADF was created later and whose git was pointing to the same repo as 1st one. When I start the VM, the IR says Running in 1st one but 'Failed to get status' in 2nd one.
Edit - I want to delete 1st ADF and just have the 2nd one.
You don't need to uninstall the IR on VM, just create a shared self-hosted integration runtime for your second ADF, then both of them can access the data on VM. You can configure is on Portal:
For more details, please ref: Create a shared self-hosted integration runtime in Azure Data Factory:
One IR only can be register one time, if need want to remove it on VM, we need to do like this:
That's the way to safely uninstall the IR on VM.