Connect-keynote_AI_demos/WeatherBot
tarasha cf0d702989 Some cleanup to the image files 2018-02-27 13:08:32 -08:00
..
Imagebot/media WeatherBotsDemo(Updates) 2018-02-27 13:02:11 -08:00
PostDeployScripts added bot 2018-02-06 14:49:20 -05:00
.gitignore added bot 2018-02-06 14:49:20 -05:00
BotFrameWorkDemo.md Some cleanup to the image files 2018-02-27 13:08:32 -08:00
app.js updated bot 2018-02-06 16:19:17 -05:00
iisnode.yml added bot 2018-02-06 14:49:20 -05:00
package.json updated bot to new bot service 2018-02-06 16:16:05 -05:00
publish.js updated bot to new bot service 2018-02-06 16:16:05 -05:00
readme.md updated bot to new bot service 2018-02-06 16:16:05 -05:00
web.config added bot 2018-02-06 14:49:20 -05:00

readme.md

Use Azure app service editor

  1. make code change in the online editor

Your code changes go live as the code changes are saved.

Use Visual Studio Code

Build and debug

  1. download source code zip and extract source in local folder
  2. open the source folder in Visual Studio Code
  3. Enter LUIS App ID and LUIS API Key
  4. run npm install --save
  5. run node app.js
  6. download and run botframework-emulator
  7. connect the emulator to http://localhost:3978/api/messages

Publish back

npm run azure-publish

Use continuous integration

If you have setup continuous integration, then your bot will automatically deployed when new changes are pushed to the source repository.