Azure 自动化 - 为什么我不能在图形 PowerShell 工作流 Runbook 上添加 PowerShell Runbook
Azure Automation - Why can't I add a PowerShell Runbook on a Graphical PowerShell Workflow Runbook
我刚刚开始使用 Azure Automation,我想使用 图形工作流,这样我就可以制作一个流程 操作手册。我创建了一个 PowerShellWorkflow Runbook 和一个 Powershell Runbook。
我可以将 Powershell Runbook 添加到 canvas 而不是 PowerShellWorkflow Runbook,它甚至不显示在 Runbook 菜单中。这是为什么?
谢谢!
根据您创建的图形 runbook 核心类型,您可以在图形 runbook 中包含的内容存在限制。
来自文档:https://docs.microsoft.com/en-us/azure/automation/automation-graphical-authoring-intro
These runbooks can be added to the canvas to be used as child runbooks. Only runbooks of the same core type as the runbook being edited are shown; for Graphical runbooks only PowerShell-based runbooks are shown, while for Graphical PowerShell Workflow runbooks only PowerShell-Workflow-based runbooks are shown.
我刚刚开始使用 Azure Automation,我想使用 图形工作流,这样我就可以制作一个流程 操作手册。我创建了一个 PowerShellWorkflow Runbook 和一个 Powershell Runbook。
我可以将 Powershell Runbook 添加到 canvas 而不是 PowerShellWorkflow Runbook,它甚至不显示在 Runbook 菜单中。这是为什么?
谢谢!
根据您创建的图形 runbook 核心类型,您可以在图形 runbook 中包含的内容存在限制。
来自文档:https://docs.microsoft.com/en-us/azure/automation/automation-graphical-authoring-intro
These runbooks can be added to the canvas to be used as child runbooks. Only runbooks of the same core type as the runbook being edited are shown; for Graphical runbooks only PowerShell-based runbooks are shown, while for Graphical PowerShell Workflow runbooks only PowerShell-Workflow-based runbooks are shown.