added storageAccountType Premium_LRS value

This commit is contained in:
asift91 2020-07-06 14:56:25 +05:30
Родитель 92bf2a45f4
Коммит 05f30047cd
2 изменённых файлов: 12 добавлений и 10 удалений

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

@ -31,15 +31,16 @@
"properties": {
"mode": "Incremental",
"parameters": {
"_artifactsLocation": { "value": "[parameters('_artifactsLocation')]" },
"_artifactsLocationSasToken": { "value": "[parameters('_artifactsLocationSasToken')]" },
"redisDeploySwitch": { "value": true },
"sshPublicKey": { "value": "[parameters('sshPublicKey')]" },
"autoscaleVmCountMax": { "value": 20 },
"mysqlPgresVcores": { "value": 16 },
"mysqlPgresStgSizeGB": { "value": 512 },
"fileServerType": { "value": "azurefiles" },
"fileServerDiskSize": { "value": 512 }
"_artifactsLocation": { "value": "[parameters('_artifactsLocation')]" },
"_artifactsLocationSasToken": { "value": "[parameters('_artifactsLocationSasToken')]" },
"redisDeploySwitch": { "value": true },
"sshPublicKey": { "value": "[parameters('sshPublicKey')]" },
"autoscaleVmCountMax": { "value": 20 },
"mysqlPgresVcores": { "value": 16 },
"mysqlPgresStgSizeGB": { "value": 512 },
"fileServerType": { "value": "azurefiles" },
"fileServerDiskSize": { "value": 512 },
"storageAccountType": { "value": "Premium_LRS" }
},
"templateLink": {
"uri": "[concat(parameters('_artifactsLocation'), 'azuredeploy.json', parameters('_artifactsLocationSasToken'))]"

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

@ -490,7 +490,8 @@
"allowedValues": [
"Standard_LRS",
"Standard_GRS",
"Standard_ZRS"
"Standard_ZRS",
"Premium_LRS"
],
"metadata": {
"description": "Storage Account type. This storage account is only for the Moodle ObjectFS plugin and/or the (currently disabled) Azure Files file share option"