Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 948 Bytes

PREREQUISITES.md

File metadata and controls

24 lines (18 loc) · 948 Bytes

Azure Deployment Prerequisites

This bot has prerequisite requirements in order to deploy the bot to Azure.

This document will enumerate the required prerequisites and show how to install them.

Overview

There are a small set of CLI tools that will automate the process of deploying this bot to Azure. These CLI tools are only require for deployment. If you only plan to run the bot locally, these prerequisites are not required.

Prerequisites

  • 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

Return to README.md