当我将数据从本地SQL Server迁移到Azure Data Lake时,以及当我试图用于另一个Azure Data Factory时,我已经安装了Microsoft Integration Runtime Configuration Manager,但是找不到用于添加新密钥的空间用于数据工厂。怎么做。 预先感谢
答案 0 :(得分:1)
在安装集成运行时的计算机上,您应该有一个名为:
的文件。 C:\Program Files\Microsoft Integration Runtime\3.0\PowerShellScript\RegisterIntegrationRuntime.ps1
以domain\username
作为$credential
,以Key1
从ADF运行$gatewayKey
来运行它会导致重新注册,将您的本地IR流程绑定到您新的数据工厂中的IR身份。
答案 1 :(得分:0)
欢迎来到StackOverflow ..!
不幸的是,您无法选择为数据工厂添加新密钥。
您可以重用您已经在数据工厂中设置的现有的自托管集成运行时基础结构。这样,您可以通过引用现有的自托管IR(共享)在其他数据工厂中创建链接的自托管集成运行时。
要使用PowerShell共享自托管的集成运行时,请参阅Create a shared self-hosted integration runtime in Azure Data Factory with PowerShell。
有关此功能的十二分钟介绍和演示,请观看以下视频:Hybrid data movement across multiple Azure Data Factories。
有关更多详细信息,请参阅“ Sharing the self-hosted integration runtime with multiple data factories”。
希望这会有所帮助。如果您还有其他疑问,请告诉我们。