Building a Chatbot on Azure

Difficulty: Intermediate
Duration: 1 minute and 13 seconds
Students: 2,143
Rating: 4.8/5

The lesson starts by providing a quick overview of some of Azure’s AI services and what you're going to build.

You'll then be shown:

  • How to create a searchable knowledge base using the question answering service
  • How to create a bot and connect it to the knowledge base
  • How to create a web chat app and connect it to the bot
  • How to enable spoken input and output in the chatbot

Learning Objectives

  • Describe Azure AI services
  • Create a knowledge base using the question answering service
  • Create a bot and connect it to the knowledge base
  • Create a web chat app and connect it to the bot
  • Enable spoken input and output

Intended Audience

  • Azure AI engineers

Prerequisites

  • Experience with Azure
  • Experience with writing code (not mandatory)

Resources

The GitHub repository for this lesson is at https://github.com/cloudacademy/azure-chatbot.