Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 1.92 KB

Challenge4-Deployment.md

File metadata and controls

31 lines (24 loc) · 1.92 KB

Challenge 4: Publish your Bot to Azure and enable Teams Channel

< Previous Challenge - Home - Next Challenge>

Introduction

Now that we've finished developing our bot locally, we can deploy the bot. Deployment is key so that we can get the bot in our Testers' hands to ensure our dialogs are robust enough. Fortunately, deployment is semi-built into the Bot Composer interface.

Description

  1. First, you must deploy your bot to Azure Web Apps:
    • In your Bot Composer project, add a new publish profile and choose to publish bot to Azure Web App.
    • Ensure that no errors occurred and test your bot through the Azure portal.
    • Test your endpoint using the Bot Framework Emulator. You will need to install Ngrok
  2. Then, we can integrate with Teams. (if you do not have Teams licenses in your organization, this challenge is optional for you.)
    • In your Azure Bot Channel Registration, create a Teams Channel
    • Add the bot as an app in Microsoft Teams
    • You can use the sample image icons as your Teams App icon - those png files are in the Resource folder.

Success Criteria

  • The bot has been deployed out to Azure Web Apps, and you're able to test against it using the Bot Framework Emulator.
  • Successfully message the bot in Microsoft Teams
    • If you do not have Teams licenses in your organization, this challenge is optional for you.
  • What a sample result looks like

Sample Sample

Resources

Next Challenge - Embed your Bot to the sample Front End Web Application and enable Direct Line Speech >