我可以在 Azure 虚拟机中安装 Integration Runtime 并将本地服务器添加为链接服务吗?
Can i install Integration Runtime in Azure Virtual Machine and add on-prem server as linked services?
我想使用 Azure 数据工厂将数据从本地提取到 Azure 数据湖 gen2。我在我的本地系统中安装了一个 Integration Runtime,并将一个本地服务器作为链接服务器添加到 Integration Runtime,并且能够成功提取数据。
现在我想在 Azure 虚拟机中安装 Integration Runtime 并将我的本地服务器添加为链接服务并拉取数据。
我可以这样做吗?
你可以看看 documentation 上面写着
The installation of a self-hosted integration runtime needs an
on-premises machine or a virtual machine inside a private network.
所以答案是肯定的。但是 VM 需要在您的网络内部。换句话说,你的本地网络需要扩展到云端,虚拟机需要部署在这上面。
我想使用 Azure 数据工厂将数据从本地提取到 Azure 数据湖 gen2。我在我的本地系统中安装了一个 Integration Runtime,并将一个本地服务器作为链接服务器添加到 Integration Runtime,并且能够成功提取数据。
现在我想在 Azure 虚拟机中安装 Integration Runtime 并将我的本地服务器添加为链接服务并拉取数据。
我可以这样做吗?
你可以看看 documentation 上面写着
The installation of a self-hosted integration runtime needs an on-premises machine or a virtual machine inside a private network.
所以答案是肯定的。但是 VM 需要在您的网络内部。换句话说,你的本地网络需要扩展到云端,虚拟机需要部署在这上面。