diff --git a/docs/platforms/azure.md b/docs/platforms/azure.md index cc49ceea..896cb55f 100644 --- a/docs/platforms/azure.md +++ b/docs/platforms/azure.md @@ -3,6 +3,33 @@ 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 + +> 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 (in port 80) 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 (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 + This guide takes you through the steps to get Node-RED running on an Azure Virtual Machine instance.