-
Notifications
You must be signed in to change notification settings - Fork 0
Steps: Deploy Echo Bot on Azure
Nidhish edited this page Jul 31, 2019
·
21 revisions
1. Create and Test Echo Bot locally
-
VS 2017 - New Project - Echo Bot (Bot Framework v4)
-
Build & Run Project
-
Test on emulator
-
Go to Azure portal - Add new resource
-
Create Web App Bot
- Azure Resources
App Service - Bot project code to be published in app service. This provides an endpoint to be consumed in Bot service.
Web App Bot - Microsoft App ID and password are configured here. Channel registration to be done here.
-
Web App Bot
-
Web App Bot - Settings - Get Microsoft App ID
-
Web App Bot - Get Microsoft App Password
-
Update AppSettings.Json in Echo Bot Project
-
Publish the Bot project