This template allows you to create a Virtual Machines from a User image. This template also deploys a Virtual Network, Public IP addresses and a Network Interface.
Этот шаблон Azure Resource Manager (ARM) был создан участником сообщества, а не Майкрософт. Каждый шаблон ARM лицензирован для вас в соответствии с условиями лицензионного соглашения с владельцем, а не с Майкрософт. Майкрософт не несет ответственности за шаблоны ARM, предоставленные и лицензированные членами сообщества, и не отслеживает их безопасности, совместимости или производительности. Шаблоны ARM, созданные сообществом, не поддерживаются ни в соответствии с какой-либо программой поддержки Майкрософт, ни какими-либо службами поддержки Майкрософт и предоставляются КАК ЕСТЬ без каких-либо гарантий.
Параметры
Имя параметра | Описание |
---|---|
customVmName | This is the name of the your VM |
bootDiagnosticsStorageAccountName | This is the name of the your storage account |
bootDiagnosticsStorageAccountResourceGroupName | Resource group of the existing storage account |
osDiskVhdUri | Uri of the your user image |
dnsLabelPrefix | DNS Label for the Public IP. Must be lowercase. It should match with the following regular expression: ^[a-z][a-z0-9-]{1,61}[a-z0-9]$ or it will raise an error. |
adminUsername | User Name for the Virtual Machine |
adminPassword | Password for the Virtual Machine |
osType | This is the OS that your VM will be running |
vmSize | This is the size of your VM |
newOrExistingVnet | Select if this template needs a new VNet or will reference an existing VNet |
newOrExistingVnetName | New or Existing VNet Name |
newOrExistingSubnetName | New or Existing subnet Name |
existingVnetResourceGroupName | Resource group of the existing VNET |
location | Location for all resources. |
Использование шаблона
PowerShell
New-AzureRmResourceGroupDeployment -Name <deployment-name> -ResourceGroupName <resource-group-name> -TemplateUri https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/101-vm-from-user-image/azuredeploy.jsonУстановка и настройка служб Azure PowerShell
Командная строка
azure config mode armУстановка и настройка кросс-платформенного интерфейса командной стройки Azure
azure group deployment create <my-resource-group> <my-deployment-name> --template-uri https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/101-vm-from-user-image/azuredeploy.json