Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个从 Azure 数据工厂到本地 SQL 服务器的链接服务。链接服务正在使用自托管 IR。为什么我需要一个 Azure-SSIS 代理来连接到 SSIS?我得到了什么??为什么它不能使用自托管 IR?
沟通是有效的,但我只需要了解原因。
谢谢
如果数据移动使用数据工厂复制活动,则不需要 Azure SSIS 集成运行时。如果数据移动逻辑在 SSIS 包内,并使用执行 SSIS 包活动,则需要 Azure SSIS 集成运行时和自托管 IR 作为代理。