changed dbServerType value from mssql to mysql in parameters.For LAMP it makes more sense to have mysql as DBserver
This commit is contained in:
Родитель
85e96dc608
Коммит
93c1622d1b
|
@ -37,7 +37,7 @@
|
|||
"sshPublicKey": { "value": "[parameters('sshPublicKey')]" },
|
||||
"autoscaleVmSku": { "value": "Standard_DS1_v2" },
|
||||
"enableAccelNwForOtherVmsSwitch": { "value": false },
|
||||
"dbServerType": { "value": "mssql" },
|
||||
"dbServerType": { "value": "mysql" },
|
||||
"fileServerDiskCount": { "value": 2 },
|
||||
"fileServerDiskSize": { "value": 32 }
|
||||
},
|
||||
|
|
Загрузка…
Ссылка в новой задаче