IN Azure Data Factory, is it possible to use one Integration Run time to connect two different On-Premise data sources?
Scenario: I have created one self hosted Integration Runtime installed in Virtual Machine for DB2 Database which is On-Premise DB.
I wanted to add one more On-Premises DB which is SQL Server. Is it possible to use the existing Self Hosted Integration Runtime for SQL Server On Prem DB?
I have tried connecting to existing Self Hosted Integration Runtime in Linked Service. The test connection is getting failed.
I know, some where access privileges required for SQL Server DB either from VM or from the SQL Server to make the connectivity possible via existing Integration Runtime.
Connectivity to SQL Server DB is getting failed, while I use the existing IR, which is already used for DB2.