This bot has prerequisites that must be installed in order for the bot to function properly.
This document will enumerate the required prerequisites and show how to install them.
This bot uses Azure Bot Service to configure an authentication channel. The authentication channel will provide the capabilities of handling the OAuth flow for our bot. The prerequisites outlined below will provide the CLI tools and account information the sample will use to provision an Azure Bot Service. Once the Azure Bot Service has been provisioned, the sample will walk you through the steps required to setup an authentication channel.
- Node.js version 10.14 or higher.
- If you don't have an Azure subscription, create a free account.
- Install the latest version of the Azure CLI tool. Version 2.0.54 or higher.
- Install latest version of the
MSBot
CLI tool. Version 4.3.2 or higher.# install msbot CLI tool npm install -g msbot