From cb2522739308632a8f42af2a559140a1c0796302 Mon Sep 17 00:00:00 2001 From: Juan Manuel Servera Date: Wed, 26 Apr 2017 21:14:17 +0200 Subject: [PATCH 1/2] Add Deploy to azure web app button --- docs/platforms/azure.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/docs/platforms/azure.md b/docs/platforms/azure.md index cc49ceea..bd99620c 100644 --- a/docs/platforms/azure.md +++ b/docs/platforms/azure.md @@ -3,6 +3,30 @@ layout: default title: Running on Microsoft Azure --- +You have two different ways of running Node-RED in Azure: an Azure Web App and an +Azure Virtual Machine instance. + +### Install Node-RED on an Azure Web App + +1. Deploy to Azure with this button: + + + +2. Open your site and wait until everything is deployed. It will take some minutes to be completely deployed. + +Or... + +1. Create an Azure Web App + +2. Open the settings and activate **Web sockets** + +3. Configure the deployment options as an *External repository* pointing to [https://github.com/jmservera/node-red-azure-webapp.git](https://github.com/jmservera/node-red-azure-webapp.git) + +4. Open your site and wait until everything is deployed. It will take some minutes to be completely deployed. + + +### Install Node-RED on an Azure Virtual Machine + This guide takes you through the steps to get Node-RED running on an Azure Virtual Machine instance. From 56b3f07c235f2774bed0bba96ba152b9b5243d34 Mon Sep 17 00:00:00 2001 From: Juan Manuel Servera Date: Mon, 18 Sep 2017 15:28:51 +0200 Subject: [PATCH 2/2] Add a note about who maintains the Deploy to Azure Button --- docs/platforms/azure.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/docs/platforms/azure.md b/docs/platforms/azure.md index bd99620c..896cb55f 100644 --- a/docs/platforms/azure.md +++ b/docs/platforms/azure.md @@ -8,11 +8,14 @@ Azure Virtual Machine instance. ### Install Node-RED on an Azure Web App -1. Deploy to Azure with this button: +> Note: The *Deploy to Azure Web App* project is not maintained by the Node-RED organization. If you have any issue you can open it in its own [node-red-azure-webapp repository](https://github.com/jmservera/node-red-azure-webapp/issues). + + +1. Click Deploy to Azure: -2. Open your site and wait until everything is deployed. It will take some minutes to be completely deployed. +2. Open your site (in port 80) and wait until everything is deployed. It will take some minutes to be completely deployed. Or... @@ -22,7 +25,7 @@ Or... 3. Configure the deployment options as an *External repository* pointing to [https://github.com/jmservera/node-red-azure-webapp.git](https://github.com/jmservera/node-red-azure-webapp.git) -4. Open your site and wait until everything is deployed. It will take some minutes to be completely deployed. +4. Open your site (in port 80) and wait until everything is deployed. It will take some minutes to be completely deployed. ### Install Node-RED on an Azure Virtual Machine