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.
是否有任何 REST API 或专用的 Azure CLI 命令可以帮助部署工作簿。 工作簿部署提到了 ARM 部署,但是在 arm 模板中维护一个巨大的“serializedData”是不切实际的。
我不知道任何用于工作簿部署的 CLI 命令。解决问题的一种简单方法是在 ARM 模板中为序列化数据添加一个参数,而不是在模板本身中维护该参数。然后,您可以使用模板进行常规az 部署并从外部传递您的 ARM 参数。