I have a requirement where I need to run azure data factory pipeline from copying data from On-Premise database to Azure SQL Server Virtual Machine database(using VM data server due to limitations with azure SQL database and Azure SQL managed instance).
Hence I have created two self-hosted integration Runtime, 1 for on-prem VM database server, and another for azure VM data server.
But when I validate or run the pipeline, getting below error message "source and sink in the copy activity must be connected via the same self-hosted integration runtime."
Can some please suggest the possible solution if any...