Reputation: 129
I want to pull data from on-prem to azure data lake gen2 using Azure Data Factory. I have installed an Integration runtime in my local system and added an on-prem server as a linked server to Integration Runtime and was able to pull data successfully.
Now I want to install Integration Runtime in Azure Virtual Machine and add my on-prem server as a Linked service and pull data.
Can I do this?
Upvotes: 0
Views: 1265
Reputation: 2687
You can have a look at the documentation where it says
The installation of a self-hosted integration runtime needs an on-premises machine or a virtual machine inside a private network.
So the answer is yes. But the VM needs to be inside your network. In other words, your on prem network needs to extended to the cloud and the VM needs to be deployed on this.
Upvotes: 2