Update azuredeploy.json (#350)
Update Linux VM subnet to use subnet 2 rather than subnet 1
This commit is contained in:
Родитель
930484f4c3
Коммит
b8fd67bff7
|
@ -107,7 +107,7 @@
|
|||
"linuxImageOffer": "UbuntuServer",
|
||||
"linuxOSDiskName": "linuxOSDisk",
|
||||
"linuxVnetID": "[resourceId('Microsoft.Network/virtualNetworks', 'virtualnetwork')]",
|
||||
"LinuxVMSubnetRef": "[concat(variables('linuxVnetID'), '/subnets/', variables('virtualnetworkSubnet1Name'))]",
|
||||
"LinuxVMSubnetRef": "[concat(variables('linuxVnetID'), '/subnets/', variables('virtualnetworkSubnet2Name'))]",
|
||||
"linuxVMStorageAccountContainerName": "lvhds",
|
||||
"linuxNicName": "[concat(parameters('linuxVMName'), 'NetworkInterface')]"
|
||||
},
|
||||
|
@ -303,4 +303,4 @@
|
|||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче