简体   繁体   English

如何使用nodejs cli创建带有托管磁盘的Azure Linux VM?

[英]How to create azure linux vm with managed disk using nodejs cli?

As title suggest, I want to use 如标题所示,我想使用

azure vm create ... to create a virtual machine using managed disk, however I can't see good example on how to achieve that. azure vm create ...使用托管磁盘创建虚拟机,但是我看不到如何实现此目的的良好示例。 Ignoring the --storage-account-name parameter will random a storage account for me, which is not what I want. 忽略--storage-account-name参数将为我随机分配一个存储帐户,这不是我想要的。

I don't have a link to back that up, but I'm pretty sure its not available in the x-plat CLI. 我没有链接来备份它,但是我很确定它在x-plat CLI中不可用。

Looking at the x-plat CLI commit history , I can't seem to find a single commit mentioning Managed disks and help doesn't show anything like that. 查看x-plat CLI提交历史记录 ,我似乎找不到提及托管磁盘的单个提交,并且帮助未显示任何类似信息。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 使用 Terraform,如何在 Azure 上创建使用现有托管磁盘的 VM? - Using Terraform, how do I create a VM on Azure that uses an existing managed disk? Azure CLI - 如何更新附加到 Azure VM 的实时托管数据磁盘的缓存设置 - Azure CLI - How to update cache setting of a live managed data disk attached to an Azure VM 使用 Ansible 剧本在 Linux VM 上可靠地定位正确的 Azure 托管磁盘 - Reliably targeting correct Azure Managed Disk on a Linux VM using an Ansible playbook 如何使用来自 Powershell 的快照创建 Azure 托管磁盘 - How to Create a Azure managed Disk using snapshot from Powershell 使用共享图像库的托管磁盘对 Azure VM 进行 Terraform - Terraform Azure VM using Managed Disk using Shared image gallery 尝试在Linux虚拟机上的Azure CLI中创建虚拟机时出现响应错误 - response error while try to create a vm in Azure CLI on Linux vm 如何使用 powershell 或 API 根据 VM 大小获取 Azure 托管磁盘的成本? - How to get the Cost of Azure Managed Disk based on the VM Size using powershell or API? 如何使用更小的 OS 磁盘创建 azure VM - How to create a azure VM with smaller OS disk 适用于Linux VM的Azure磁盘加密 - Azure disk encryption for Linux VM 如何使用ARM Powershell在Azure中创建Linux VM - How to Create a Linux VM in Azure Using ARM Powershell
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM