зеркало из https://github.com/Azure/Moodle.git
Disabled Accelerated Networking for VMSS in migration flow (#247)
Migration flow uses assessment based VMSS sku and not all of them support Accelerated Networking. By default, Accelerated Networking will be disabled in migration flow and enabled as per need.
This commit is contained in:
Родитель
a148577b0c
Коммит
d5af9411af
|
@ -244,6 +244,7 @@
|
|||
"vNetAddressSpace": { "value": "[parameters('vNetAddressSpace')]"},
|
||||
"ubuntuVersion": { "value": "[parameters('ubuntuVersion')]"},
|
||||
"location": { "value": "[variables('location')]" },
|
||||
"enableAccelNwForOtherVmsSwitch": { "value" : false },
|
||||
"isMigration": { "value": true }
|
||||
},
|
||||
"templateLink": {
|
||||
|
|
Загрузка…
Ссылка в новой задаче