Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Deploy to azure web app button #46

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions docs/platforms/azure.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

<a href="https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2Fjmservera%2Fnode-red-azure-webapp%2Fmaster%2Fwebapp.json" target="_blank"><img src="http://azuredeploy.net/deploybutton.png"/></a>

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.

Expand Down