如何使用 Knife Azure(Chef)在现有云服务中创建新的 Azure VM?

如何使用 Knife Azure(Chef)在现有云服务中创建新的 Azure VM?

我尝试使用“--azure-connect-to-existing-dns”参数,但没有作用。

我想创建 Azure VM,但将它们放在现有的云服务中,而不是为每个新 VM 创建新的云服务。

答案1

使用“Knife Azure 服务器创建”命令,需要同时使用下面两个参数:

--azure-connect-to-existing-dns mycloudservice

--azure-dns-name mycloudservice

...其中“mycloudservice”是您现有云服务的 DNS 名称。

相关内容