Add deploy to azure buttons and use this repo as the baseTemplateUrl and scriptUrl (#3)

* add deploy to azure buttons and use this repo as the baseTemplateUrl and scriptUrl
This commit is contained in:
Ross Gardler 2018-01-18 13:24:10 -08:00 коммит произвёл GitHub
Родитель 36c8f1417f
Коммит f4883cdb30
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 9 добавлений и 6 удалений

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

@ -1,11 +1,14 @@
# Deploy and Manage a Scalable Moodle Cluster on Azure # Deploy and Manage a Scalable Moodle Cluster on Azure
This repo contains guides on how to deploy and manage a scalable This repo contains guides on how to deploy and manage a scalable
[Moodle](https://moodle.com) cluster on Azure. [Moodle](https://moodle.com) cluster on Azure. You can use an [Azure
free account](https://azure.microsoft.com/en-us/free/) to get started.
This document is designed to be "executed" by Simdem to produce an Once you have an Azure account you can deploy Moodle via the Azure
interactive tutorial or a demo environment. However, it can also be portal using the button below, or you can [deploy Moodle via the
read as standard documentation. CLI](docs/Deploy.md).
[![Deploy to Azure](http://azuredeploy.net/deploybutton.png)](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2FMoodle%2Fmaster%2Fazuredeploy.json) [![Visualize](https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/1-CONTRIBUTION-GUIDE/images/visualizebutton.png)](http://armviz.io/#/?load=https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2FMoodle%2Fmaster%2Fazuredeploy.json)
## What this stack will give you ## What this stack will give you

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

@ -504,8 +504,8 @@
"documentation10": " controller - creates a jumpbox and deploys code", "documentation10": " controller - creates a jumpbox and deploys code",
"documentation11": "GlusterFS Sizing guidance", "documentation11": "GlusterFS Sizing guidance",
"moodleCommon": { "moodleCommon": {
"baseTemplateUrl": "https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/moodle-scalable-cluster-ubuntu/nested/", "baseTemplateUrl": "https://raw.githubusercontent.com/Azure/Moodle/master/nested/",
"scriptLocation": "https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/moodle-scalable-cluster-ubuntu/scripts/", "scriptLocation": "https://raw.githubusercontent.com/Azure/Moodle/master/scripts/",
"applyScriptsSwitch": "[parameters('applyScriptsSwitch')]", "applyScriptsSwitch": "[parameters('applyScriptsSwitch')]",
"autoscaleVmCount": "[parameters('autoscaleVmCount')]", "autoscaleVmCount": "[parameters('autoscaleVmCount')]",