一个 Azure 自动化帐户中可以同时有多本 运行 本书 运行 吗?

Can multiple runbooks run simultaneously in an azure automation account?

可以在 azure automation account 中同时阅读多本 运行 本书 运行 吗?如果是,有多少?

我已经查看了 Microsoft 文档,但找不到任何相关内容。 根据我的经验,我看到一本 运行 书可以完成,而另一本处于 运行ning 状态。

但我看到 runbooks 正在排队。同时 运行 是否有限制?如果是,是否可以增加?

Can multiple runbooks run simultaneously in an azure automation account? If yes, how many?

是的,更具体地说应该是运行book jobs而不是运行books,在Azure Automation中启动一个运行book会创建一个job,它是一个单一的执行实例运行本书。

并且 Azure 自动化中的 运行 书籍可以 运行 在 Azure 沙箱或 Hybrid Runbook Worker 上,它们有不同的限制,如果您在 运行 中开始您的书籍门户,它使用 Azure 沙箱。

对于 Azure 沙箱:

对于混合 Runbook 辅助角色:

参考 - https://docs.microsoft.com/en-us/azure/azure-resource-manager/management/azure-subscription-service-limits#automation-limits

But I see that the runbooks are queued.

状态 Queued 并不意味着 运行 书籍正在等待 运行ning 作业完成,Azure Automation 会在 运行 每个作业期间分配一个工作人员运行预订执行,他们只是在等待工人。

参考 - https://docs.microsoft.com/en-us/azure/automation/automation-runbook-execution#job-statuses

Is there a limit for simultaneous runs?

是的,如上所述,Azure 沙盒的每个自动化帐户同时存在 200 秒 运行 的限制。

If yes, can it be increased?

不行,不能增加。