cf0d702989 | ||
---|---|---|
.. | ||
Imagebot/media | ||
PostDeployScripts | ||
.gitignore | ||
BotFrameWorkDemo.md | ||
app.js | ||
iisnode.yml | ||
package.json | ||
publish.js | ||
readme.md | ||
web.config |
readme.md
Use Azure app service editor
- 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
- download source code zip and extract source in local folder
- open the source folder in Visual Studio Code
- Enter LUIS App ID and LUIS API Key
- run
npm install --save
- run
node app.js
- download and run botframework-emulator
- 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.