将链接集成运行时自动化到数据工厂

automate linked integration runtime to data factory

我有一个将共享 IR 设置的数据工厂,资源 ID 已准备就绪,并且已授予 ADF 权限。我正在尝试在第二个数据工厂上自动执行 IR 设置,该数据工厂将从具有共享运行时的 adf 接收集成运行时作为链接集成运行时。我正在尝试使用二头肌进行设置,但我无法理解文档中的某些属性。 https://docs.microsoft.com/en-us/azure/templates/microsoft.datafactory/factories/integrationruntimes?tabs=bicep#credentialreference

  1. 是否可以自动为数据工厂创建链接集成运行时?
  2. linkedintegrationruntime 对象的 SecureString、CredentialReference、Key 的示例是什么?

是否可以自动为数据工厂创建链接集成运行时?

您可以仅通过创建 Self-host IR template.

在 Azure 虚拟机上自动执行 self-hosted Integration Runtime 设置

linkedintegrationruntime 对象的 SecureString、CredentialReference、Key 的示例是什么?

SecureString: 在 Get 或 List API 调用期间,字符串的值将用星号“*”隐藏,例如。密码="**********".

CredentialReference: Integration Runtime 的身份验证信息的引用。

密钥:这是一个安全字符串形式的集成运行时身份验证密钥。

参考:https://docs.microsoft.com/en-us/rest/api/datafactory/integration-runtimes/create-linked-integration-runtime