Skip to content

Stage 1: Create and Configure Bot Web App in Azure

Sanoobk edited this page Sep 25, 2019 · 1 revision

Stage 1: Create and Configure Bot Web App in Azure

Create Azure Bot Web App

  • Bot Web App was created using the Microsoft article. 'Echo Bot' Bot Template was used.
  • Connect the Bot to Direct Line Speech (DLS) channel using the Microsoft article.
  • Ignore the last step of downloading the code from Azure portal.
  • Microsoft GitHub source template was used which covers basic Direct Link Speech (DLS) configurations.
  • There are many bot templates to choose from. For a good comparison, review the link and choose the template that suits the requirements and make necessary configurations needed for DLS in the code.
  • Dialogs based bot template such as Core Bot is a preferred choice for production scenarios. Template Source code with DLS.
Clone this wiki locally