updated the artifacts location

This commit is contained in:
asift91 2020-07-08 10:48:54 +05:30
Родитель 7f9acbf1af
Коммит acd56bd6c6
4 изменённых файлов: 30 добавлений и 30 удалений

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

@ -7,7 +7,7 @@
"metadata": {
"description": "The base URI where artifacts required by this template are located. When the template is deployed using the accompanying scripts, a private location in the subscription will be used and this value will be automatically generated."
},
"defaultValue": "https://raw.githubusercontent.com/Azure/Moodle/master/"
"defaultValue": "https://raw.githubusercontent.com/asift91/Moodle/mat81apf/"
},
"_artifactsLocationSasToken": {
"type": "securestring",

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

@ -7,7 +7,7 @@
"metadata": {
"description": "The base URI where artifacts required by this template are located. When the template is deployed using the accompanying scripts, a private location in the subscription will be used and this value will be automatically generated."
},
"defaultValue": "https://raw.githubusercontent.com/Azure/Moodle/master/"
"defaultValue": "https://raw.githubusercontent.com/asift91/Moodle/mat81apf/"
},
"_artifactsLocationSasToken": {
"type": "securestring",
@ -31,16 +31,16 @@
"properties": {
"mode": "Incremental",
"parameters": {
"_artifactsLocation": { "value": "[parameters('_artifactsLocation')]" },
"_artifactsLocationSasToken": { "value": "[parameters('_artifactsLocationSasToken')]" },
"redisDeploySwitch": { "value": true },
"azureBackupSwitch": { "value": true },
"searchType": { "value": "elastic" },
"sshPublicKey": { "value": "[parameters('sshPublicKey')]" },
"mysqlPgresVcores": { "value": 16 },
"mysqlPgresStgSizeGB": { "value": 512 },
"fileServerType": { "value": "gluster" },
"fileServerDiskSize": { "value": 512 }
"_artifactsLocation": { "value": "[parameters('_artifactsLocation')]" },
"_artifactsLocationSasToken": { "value": "[parameters('_artifactsLocationSasToken')]" },
"redisDeploySwitch": { "value": true },
"azureBackupSwitch": { "value": true },
"searchType": { "value": "elastic" },
"sshPublicKey": { "value": "[parameters('sshPublicKey')]" },
"mysqlPgresVcores": { "value": 16 },
"mysqlPgresStgSizeGB": { "value": 512 },
"fileServerType": { "value": "gluster" },
"fileServerDiskSize": { "value": 512 }
},
"templateLink": {
"uri": "[concat(parameters('_artifactsLocation'), 'azuredeploy.json', parameters('_artifactsLocationSasToken'))]"

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

@ -7,7 +7,7 @@
"metadata": {
"description": "The base URI where artifacts required by this template are located. When the template is deployed using the accompanying scripts, a private location in the subscription will be used and this value will be automatically generated."
},
"defaultValue": "https://raw.githubusercontent.com/Azure/Moodle/master/"
"defaultValue": "https://raw.githubusercontent.com/asift91/Moodle/mat81apf/"
},
"_artifactsLocationSasToken": {
"type": "securestring",
@ -31,15 +31,15 @@
"properties": {
"mode": "Incremental",
"parameters": {
"_artifactsLocation": { "value": "[parameters('_artifactsLocation')]" },
"_artifactsLocationSasToken": { "value": "[parameters('_artifactsLocationSasToken')]" },
"redisDeploySwitch": { "value": false },
"sshPublicKey": { "value": "[parameters('sshPublicKey')]" },
"autoscaleVmSku": { "value": "Standard_DS1_v2" },
"enableAccelNwForOtherVmsSwitch": { "value": false },
"dbServerType": { "value": "mssql" },
"fileServerDiskCount": { "value": 2 },
"fileServerDiskSize": { "value": 32 }
"_artifactsLocation": { "value": "[parameters('_artifactsLocation')]" },
"_artifactsLocationSasToken": { "value": "[parameters('_artifactsLocationSasToken')]" },
"redisDeploySwitch": { "value": false },
"sshPublicKey": { "value": "[parameters('sshPublicKey')]" },
"autoscaleVmSku": { "value": "Standard_DS1_v2" },
"enableAccelNwForOtherVmsSwitch": { "value": false },
"dbServerType": { "value": "mssql" },
"fileServerDiskCount": { "value": 2 },
"fileServerDiskSize": { "value": 32 }
},
"templateLink": {
"uri": "[concat(parameters('_artifactsLocation'), 'azuredeploy.json', parameters('_artifactsLocationSasToken'))]"

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

@ -7,7 +7,7 @@
"metadata": {
"description": "The base URI where artifacts required by this template are located. When the template is deployed using the accompanying scripts, a private location in the subscription will be used and this value will be automatically generated."
},
"defaultValue": "https://raw.githubusercontent.com/Azure/Moodle/master/"
"defaultValue": "https://raw.githubusercontent.com/asift91/Moodle/mat81apf/"
},
"_artifactsLocationSasToken": {
"type": "securestring",
@ -31,13 +31,13 @@
"properties": {
"mode": "Incremental",
"parameters": {
"_artifactsLocation": { "value": "[parameters('_artifactsLocation')]" },
"_artifactsLocationSasToken": { "value": "[parameters('_artifactsLocationSasToken')]" },
"redisDeploySwitch": { "value": false },
"sshPublicKey": { "value": "[parameters('sshPublicKey')]" },
"mysqlPgresVcores": { "value": 8 },
"mysqlPgresStgSizeGB": { "value": 128 },
"fileServerDiskSize": { "value": 128 }
"_artifactsLocation": { "value": "[parameters('_artifactsLocation')]" },
"_artifactsLocationSasToken": { "value": "[parameters('_artifactsLocationSasToken')]" },
"redisDeploySwitch": { "value": false },
"sshPublicKey": { "value": "[parameters('sshPublicKey')]" },
"mysqlPgresVcores": { "value": 8 },
"mysqlPgresStgSizeGB": { "value": 128 },
"fileServerDiskSize": { "value": 128 }
},
"templateLink": {
"uri": "[concat(parameters('_artifactsLocation'), 'azuredeploy.json', parameters('_artifactsLocationSasToken'))]"