Moodle/azuredeploy.parameters.json

29 строки
1.7 KiB
JSON

{
"$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentParameters.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"autoscaleVmCount": { "value": 10 },
"autoscaleVmSku": { "value": "Standard_DS2_v2" },
"azureBackupSwitch": { "value": true },
"storageAccountType": { "value": "Standard_LRS"},
"controllerVmSku": { "value": "Standard_DS1_v2" },
"dbServerType": { "value": "mysql" },
"webServerType": { "value": "apache" },
"elasticVmSku": { "value": "Standard_DS2_v2" },
"fileServerDiskCount": { "value": 4 },
"fileServerDiskSize": { "value": 127 },
"glusterVmSku": { "value": "Standard_DS2_v2" },
"moodleVersion": { "value": "MOODLE_34_STABLE" },
"mysqlVersion": { "value": "5.7" },
"postgresVersion": { "value": "9.6" },
"siteURL": { "value": "www.example.org" },
"mysqlPgresVcores": { "value": 1 },
"mysqlPgresStgSizeGB": { "value": 5 },
"mysqlPgresSkuTier": { "value": "Basic" },
"vNetAddressSpace": { "value": "172.31.0.0" },
"sshPublicKey": { "value": "GEN-SSH-PUB-KEY" },
"mssqlDbServiceObjectiveName": { "value": "S7" },
"mssqlDbSize": { "value": "250GB" }
}
}