From 61855e9892406ee15db65c4cb732d3cfda92c4c2 Mon Sep 17 00:00:00 2001 From: Dan Marshall Date: Tue, 5 Apr 2016 18:52:44 -0700 Subject: [PATCH] added GitHub notes --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5fb36bcf..1bbf57d3 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Here's how to use this bot as a starter template for your own Node.js based bot: 1. Fork this repo. 2. Create an Azure web app. ![](images/azure-create-webapp.png?raw=true) -3. Set up continuous deployment to Azure from your Github repo. +3. Set up continuous deployment to Azure from your Github repo. You will be asked to authorize Azure access to your GitHub repo, and then choose your branch from which to deploy. ![](images/azure-deployment.png?raw=true) 4. Verify the deployment has completed by visiting the web app. [http://echobotsample.azurewebsites.net/](https://echobotsample.azurewebsites.net/). ![](images/azure-browse.png?raw=true)