From f4883cdb30190045216a6ab4e25a63efe5eb83be Mon Sep 17 00:00:00 2001 From: Ross Gardler Date: Thu, 18 Jan 2018 13:24:10 -0800 Subject: [PATCH] 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 --- README.md | 11 +++++++---- azuredeploy.json | 4 ++-- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 77b991e..c6abe17 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,14 @@ # Deploy and Manage a Scalable Moodle Cluster on Azure 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 -interactive tutorial or a demo environment. However, it can also be -read as standard documentation. +Once you have an Azure account you can deploy Moodle via the Azure +portal using the button below, or you can [deploy Moodle via the +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 diff --git a/azuredeploy.json b/azuredeploy.json index 78797e8..49a8350 100644 --- a/azuredeploy.json +++ b/azuredeploy.json @@ -504,8 +504,8 @@ "documentation10": " controller - creates a jumpbox and deploys code", "documentation11": "GlusterFS Sizing guidance", "moodleCommon": { - "baseTemplateUrl": "https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/moodle-scalable-cluster-ubuntu/nested/", - "scriptLocation": "https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/moodle-scalable-cluster-ubuntu/scripts/", + "baseTemplateUrl": "https://raw.githubusercontent.com/Azure/Moodle/master/nested/", + "scriptLocation": "https://raw.githubusercontent.com/Azure/Moodle/master/scripts/", "applyScriptsSwitch": "[parameters('applyScriptsSwitch')]", "autoscaleVmCount": "[parameters('autoscaleVmCount')]",