Updated CMS Application parameter

This commit is contained in:
Asif iTalent 2020-07-10 20:14:25 +05:30 коммит произвёл GitHub
Родитель e50e3b1b61
Коммит fecc47edb6
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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'))]"