是否可以将 Azure Integration Runtime 用于本地数据源?

Is it possible to use the Azure Integration Runtime for onpremise data sources?

在大多数情况下,它始终是在本地网络中安装自托管集成运行时。或者在另一台可以访问本地数据源(网络设置、防火墙规则)的主机(例如 vm 甚至云中的 vm)上。我很好奇是否可以使用 Azure 集成运行时(用于托管服务体验)连接到本地数据源。如果我使用 azure vnet 设置站点到站点是否可能?还是快递路线?我是否必须公开本地数据源的端点? Azure Integration Runtime 如何连接到它不在 vnet 中?

我不擅长网络,但我阅读了所有文档。我只是无法理解它。

可以将 Azure Integration Runtime 用于本地数据源,因为

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

通过使用私有 link,您可以通过私有终结点连接到 Azure 中的各种平台即服务 (PaaS) 部署。使用专用终结点,您可以通过特定虚拟网络和子网中的专用 IP 地址连接到 PaaS。

通过设置 Internet 协议安全 (IPsec) VPN(站点到站点)连接或 Azure ExpressRoute(专用对等互连)连接,您可以将本地网络连接到 Azure 虚拟网络。

此外,还有一个类似的 STARTED 功能请求 here 以供参考。