0
votes

In most cases it is always the installation of a self-hosted integration runtime in the onpremise network. Or on another host machine (e.g. vm or even vm in the cloud) that can reach the onpremise data source (network settings, firewall rules). I am curious if it is possible to use the Azure integration runtime (for the managed service experience) to connect to the onpremise data sources. Is it possible if I set up a site-to-site with the azure vnet? Or express route? Do i have to expose the endpoints of the onpremise datasource? And how can the azure integration runtime can connect to it it is not in a vnet?

I am not strong in networking but i read all the documentation. I just cannot get my head around it.

1

1 Answers

0
votes

It's possible to use Azure Integration Runtime for on-premise data sources because

By enabling Managed Virtual Network, Azure Integration Runtime supports connecting to data stores using private link service in a private network environment. Refer here.

By using a private link, you can connect to various platforms as a service (PaaS) deployments in Azure via a private endpoint. With a private endpoint, you can connect to PaaS via a private IP address within a specific virtual network and subnet.

By setting up an Internet Protocol security (IPsec) VPN (site-to-site) connection or an Azure ExpressRoute (private peering) connection, you can connect an on-premises network to your Azure virtual network.

Also, there is a similar STARTED feature request here for more reference.