linux - 如何在特定云服务中创建 azure VM?

标签 linux azure cloud virtual-machine

当我这样做时(在 Linux 命令行中):

azure vm create Machine 0b11de9248dd4d87b18621318e037d37__RightImage-CentOS-7.0-x64-v14.2.1 USER passuser --location "West Europe"

总有一行“+创建云服务”

如果不创建新的云服务并使用现有的云服务,我该如何做?

最佳答案

基于文档here ,请尝试使用 -c-connect 选项。

来自文档页面:

vm create [options] [password]

This command creates a new Azure virtual machine. By default, each virtual machine (vm) is created in its own cloud service; however, you can specify that a virtual machine should be added to an existing cloud service through use of the -c option as documented here.

关于linux - 如何在特定云服务中创建 azure VM?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31263160/

相关文章:

azure - 为什么 Azure 事件中心订阅者无法工作?

mobile - Parse.com 中的一个类实际上可以处理多少行?

.net - 在云环境中记录 .NET 异常和消息有哪些选项?

linux - 在 bash 脚本 (Linux) 中从 maven POM 读取属性

c# - 找不到应用程序依赖项 list (project.deps.json) 中指定的程序集

linux - 将任意 k 个文件夹从给定目录复制到目标

azure - 如何从 SQL Azure V11 升级到 V12?

python - Azure/bin/sh : 1: [gunicorn, 中的 Docker 容器:未找到

glassfish - 亚马逊 EC2 : How install glassfish in EC2?

linux - 如果 Ubuntu 18.04 上安装了两个 Perl 版本,如何将新的 Perl 版本设置为默认版本?