ADF V2 Azure IR,用于从 FTP 复制
ADF V2 Azure IR for copy from FTP
根据 ADF V2 的文档,Azure IR 应该用于 public 网络数据移动。我需要将文件从 FTP 复制到 Blob。文章 https://docs.microsoft.com/en-us/azure/data-factory/connector-ftp 重定向到自托管运行时而不是 Azure IR。
复制自FTP是否需要使用Self-hosted runtime?我们不能使用 Azure IR 吗?
您可以使用 Azure IR。对于这种情况,为了简化配置,您可以使用默认的 Azure IR,这意味着您不需要真正创建 IR 并关联链接服务,换句话说,只需从 [=10= 中删除 connectVia 部分].
根据 ADF V2 的文档,Azure IR 应该用于 public 网络数据移动。我需要将文件从 FTP 复制到 Blob。文章 https://docs.microsoft.com/en-us/azure/data-factory/connector-ftp 重定向到自托管运行时而不是 Azure IR。
复制自FTP是否需要使用Self-hosted runtime?我们不能使用 Azure IR 吗?
您可以使用 Azure IR。对于这种情况,为了简化配置,您可以使用默认的 Azure IR,这意味着您不需要真正创建 IR 并关联链接服务,换句话说,只需从 [=10= 中删除 connectVia 部分].