Updated CMS Application parameter
This commit is contained in:
Родитель
e50e3b1b61
Коммит
fecc47edb6
|
@ -22,7 +22,7 @@
|
||||||
},
|
},
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
"cmsApplication": {
|
"CMSApplication": {
|
||||||
"defaultValue": "WordPress",
|
"defaultValue": "WordPress",
|
||||||
"allowedValues": [
|
"allowedValues": [
|
||||||
"WordPress",
|
"WordPress",
|
||||||
|
@ -49,7 +49,7 @@
|
||||||
"mysqlPgresVcores": { "value": 8 },
|
"mysqlPgresVcores": { "value": 8 },
|
||||||
"mysqlPgresStgSizeGB": { "value": 128 },
|
"mysqlPgresStgSizeGB": { "value": 128 },
|
||||||
"fileServerDiskSize": { "value": 128 },
|
"fileServerDiskSize": { "value": 128 },
|
||||||
"cmsApplication": { "value": "[parameters('cmsApplication')]" }
|
"CMSApplication": { "value": "[parameters('CMSApplication')]" }
|
||||||
},
|
},
|
||||||
"templateLink": {
|
"templateLink": {
|
||||||
"uri": "[concat(parameters('_artifactsLocation'), 'azuredeploy.json', parameters('_artifactsLocationSasToken'))]"
|
"uri": "[concat(parameters('_artifactsLocation'), 'azuredeploy.json', parameters('_artifactsLocationSasToken'))]"
|
||||||
|
|
Загрузка…
Ссылка в новой задаче