ADF 自托管集成运行时并发限制不可编辑

ADF Self hosted Integration Runtime concurrency limit not editable

在我的项目中,我无法修改SHIR 的并发限制。不知何故,管理员无法回忆起禁用此选项的位置。有人可以告诉我如何使它可编辑吗?

谢谢

我想我们可以创建一个新的自托管集成运行时进行测试,看看您是否有权编辑并发作业的数量。

不支持为链接子类型的集成运行时修改 concurrentJobsLimit

实际上,如果你试图通过相应的REST API来做,它会失败:

{
  "error": {
    "code": "UnsupportedIntegrationRuntimeOperation",
    "message": "The operation PatchIntegrationRuntimeNode on integration runtime type Linked is not supported.",
    "target": null,
    "details": null
  }
}

UI 注意到您的 SHIR 已链接,这就是它禁用铅笔图标的原因。

这是因为集成运行时是共享的。您需要编辑原始 ADF 资源中的设置