azure - Azure 数据工厂复制事件使用什么协议(protocol)?

标签 azure azure-sql-database azure-data-factory

我正在尝试使用 Azure 数据工厂通过自托管集成运行时复制数据。因为我们有本地数据库(sql、postgress、oracle),中间有几个防火墙。我想知道链接服务使用什么协议(protocol)进行复制事件?是TCP吗?

提前致谢!

最佳答案

主要是https。来自 the docs :

自承载集成运行时运行需要哪些端口要求?

The self-hosted integration runtime makes HTTP-based connections to access the internet. The outbound ports 443 must be opened for the self-hosted integration runtime to make this connection. Open inbound port 8060 only at the machine level (not the corporate firewall level) for credential manager application. If Azure SQL Database or Azure Synapse Analytics is used as the source or the destination, you need to open port 1433 as well.

此外,除了 default ports ,以下场景需要开放1433端口。

Required only when you copy from or to Azure SQL Database or Azure Synapse Analytics and optional otherwise. Use the staged-copy feature to copy data to SQL Database or Azure Synapse Analytics without opening port 1433.

关于azure - Azure 数据工厂复制事件使用什么协议(protocol)?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/74432961/

相关文章:

azure - ClientSecretCredential身份验证失败: A configuration issue is preventing authentication - check the error message from the server for details

iis - 调试Azure : Error attaching the debugger to the IIS worker process

sql-server - 具有多个 DbContext 的事务,每个事务在 Entity Framework 上都有自己的连接

azure - VS2019 Azure服务身份验证帐户选择用于本地调试

Azure 数据工厂 ForEach 事件定价

Azure 数据工厂 - 如果有多个条件

git - 我可以运行位于 Azure 数据工厂上的 git 存储库中的 SQL 脚本文件吗?

sql-server - Azure SQL Blob 存储选择

c# - 如何在 Azure Function v2(核心)中静态使用 ConfigurationBuilder?

c# - 使用现有数据库的 Azure 移动应用程序