gpt4 book ai didi

azure - 如何在 azure cli 2.0 中使用 blob 存储中的现有 VHD 镜像创建新虚拟机?

转载 作者:行者123 更新时间:2023-12-02 23:19:40 25 4
gpt4 key购买 nike

我们的 blob 存储中有一个自定义 vhd 镜像,我们希望通过 azure 中的 cli 2.0 使用该 vhd 镜像创建一个新虚拟机。任何人都可以为我指出正确的方向吗?或者任何建议,我将不胜感激。

最佳答案

我们可以使用此脚本来创建 Azure VM,如下所示:

az vm create -n MyVm -g jasonvm2 --use-unmanaged-disk --os-type linux --public-ip-address "" --attach-os-disk https://jasonvm2disks653.blob.core.windows.net/vhds/jasonvm220170915094051.vhd

我们可以使用--attach-os-disk来指定VHD的URL:

--attach-os-disk

Attach an existing OS disk to the VM. Can use the name or ID of a managed disk or the URI to an unmanaged disk VHD.

有关az vm create的更多信息,请参阅此link .

关于azure - 如何在 azure cli 2.0 中使用 blob 存储中的现有 VHD 镜像创建新虚拟机?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46225790/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com