This site is obsolete and should be used for reference only. The information in this documentation is not guaranteed to work for Bot Framework SDK versions past 4.9.1.
Tutorial: Connect to a sample
Download and install
It’s important to ensure all of the following pre-requisites are installed on your machine prior to attempting deployment otherwise you may run into deployment issues.
- Ensure you have updated .NET Core to the latest version.
- Download and install Node Package manager.
Node version 10.14.1 or higher is required for the Bot Framework CLI
- PowerShell Core version 6 (Required for cross platform deployment support)
-
Install Bot Framework (CLI) tool dependencies. It’s important to do this even if you have earlier versions as we make use of the latest capabilities:
npm install -g botdispatch @microsoft/botframework-cli
-
.NET Core runtime: ^2.1.0
-
Install Botskills CLI tool:
npm install -g botskills@latest
- Install the Azure Command Line Tools (CLI)