简体   繁体   English

独立计算机上的 Azure 自承载集成运行时

[英]Azure self-hosted integration runtime on a standalone machine

We have an on-premises MS-SQL Server where all the data is stored, which is also a backend for an application.我们有一个本地 MS-SQL Server,其中存储了所有数据,它也是应用程序的后端。 From this on-premises server, we would like to copy data to Azure Data Lake using Data Factory service.我们希望使用数据工厂服务将数据从这个本地服务器复制到 Azure Data Lake。 This would require installation of Azure self-hosted integration runtime on application backend server.这将需要在应用程序后端服务器上安装 Azure 自承载集成运行时。

Is there any other way, like, to create a standalone server for IR installation and use this IR for data copy activity from application backend to Data Lake?有没有其他方法,比如为 IR 安装创建一个独立的服务器,并将这个 IR 用于从应用程序后端到数据湖的数据复制活动?

I dont see a problem with that, you dont have to install it on the same server.我看不出有什么问题,您不必将其安装在同一台服务器上。 Point number 3 talks about this:第 3 点谈到了这一点:

The self-hosted integration runtime doesn't need to be on the same machine as the data source.自承载集成运行时不需要与数据源位于同一台机器上。 However, having the self-hosted integration runtime close to the data source reduces the time for the self-hosted integration runtime to connect to the data source.但是,让自承载集成运行时靠近数据源会减少自承载集成运行时连接到数据源的时间。 We recommend that you install the self-hosted integration runtime on a machine that differs from the one that hosts the on-premises data source.我们建议您在与托管本地数据源的计算机不同的计算机上安装自承载集成运行时。 When the self-hosted integration runtime and data source are on different machines, the self-hosted integration runtime doesn't compete with the data source for resources.当自承载集成运行时和数据源位于不同的机器上时,自承载集成运行时不会与数据源竞争资源。

https://docs.microsoft.com/en-us/azure/data-factory/create-self-hosted-integration-runtime#considerations-for-using-a-self-hosted-ir https://docs.microsoft.com/en-us/azure/data-factory/create-self-hosted-integration-runtime#thinkations-for-using-a-self-hosted-ir

Install IR on the on-premise machine and then configure it using Launch Configuration Manager.在本地计算机上安装 IR,然后使用启动配置管理器对其进行配置。 Doesn't need to be on the same machine as the data source.不需要与数据源在同一台机器上。 Details can be found here .可在此处找到详细信息。

在此处输入图片说明

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 自托管集成运行时无法连接到 Azure 数据工厂 - Self-Hosted Integration Runtime could not connect to Azure data factory 集成运行时(自托管)节点未注册 - Integration runtime (self-hosted) node is not registered 将数据从自托管集成运行时复制到 Azure 数据湖? - Copy data from self-hosted Integration runtime to azure data lake? 如何将 Azure 自托管集成运行时连接到数据工厂专用端点? - How do I connect an Azure self-hosted Integration Runtime to a Data Factory private endpoint? Azure 数据工厂:是否可以将自托管集成运行时配置为使用 Sql 集成安全性 - Azure Data Factory: Can self-hosted Integration Runtime be configured to use Sql Integrated Security 自托管集成运行时复制活动超时 - Self-Hosted Integration Runtime Copy Activity Timeout 通过 .NET SDK 创建链接的自托管集成运行时 - Create linked self-hosted integration runtime via .NET SDK 无法初始化集成运行时(自托管)节点组件 - Failed to initialize Integration Runtime (Self-hosted) node components 无法访问Azure虚拟机上的自托管WCF服务 - Unable to access a self-hosted WCF service on azure virtual machine Azure 自托管集成运行时加载 ORC 文件时数据工厂管道失败:OutOfMemory 异常,堆大小 - Azure Data Factory pipeline fails when Self-Hosted Integration runtime loads ORC file: OutOfMemory Exception, Heap size
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM