Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们希望将 Azure Runbook 从 PowerShell 工作流更改为标准 PowerShell 脚本。我们需要保持与其他运行手册相同的名称。
不幸的是,您不能只更改 Runbook 类型。所以我们必须删除并重新创建同名。哪个有效,直到您单击编辑输入脚本。编辑器刀片打开,但屏幕上有一个大的深灰色“已删除”栏。它不允许您编辑文本。
所以我们现在有一个空的运行手册,许多脚本需要参考。如何在不使用新名称创建 Runbook 的情况下将新脚本放入门户?