Azure 数据工厂 - 在不同的资源组上共享集成运行时

Azure Data Factory - share Integration Runtime on different Resource Groups

在来自资源组 (RS_1) 的 Azure 数据工厂 (ADF_1) 中,我需要共享来自 ADF_1 的自托管 IntegrationRuntime(此 IntegrationRuntime 所在的位置和运行 很好)进入 ADF_2,位于另一个资源组 (RS_2)。

对于共享过程,第一步是: "1.Grant 对要在其中引用此 IR 的数据工厂的权限(共享)"

当我尝试从 UI 授予权限时,我收到错误消息:

"具有对象 ID 'xxxx' 的客户端 'xxx@yyy.com' 无权在范围 '/subscriptions/...' 上执行操作 'Microsoft.Authorization/roleAssignments/write' 或范围无效。"

我在两个资源组(RS_1 和 RS_2)中的角色都是“贡献者

非常感谢任何建议

Contributor 角色不足以添加角色分配(即在这种情况下授予权限),为此,您需要错误消息中提到的 Microsoft.Authorization/roleAssignments/write 操作权限。

要解决此问题,您的帐户需要具有 Microsoft.Authorization/roleAssignments/write 权限的角色,例如User Access Administrator or Owner.