Create & Setup a bot with the Bot Framework SDK for JavaScript - Azure Bot Services
Published Sep 13 2019 03:11 PM 2,783 Views

In Visual Studio we have direct option to publish Azure Bot project to Azure Web Service.

We can achieve the similar process using Visual Studio Code, please follow the following process.

Create a Node JS Bot on Azure portal

clipboard_image_6.jpeg

once you have the bot created please note down the following information,

AppID & Password

clipboard_image_7.png

Our first step is done.

 

Now install and setup a Node JS Bot locally.

Follow this article to Create a bot with the Bot Framework SDK for JavaScript

Once you have the bot locally test it using Bot Framework Emulator.

clipboard_image_8.jpeg

You should see below files in the project folder.

In .env file update the AppID & Password that you have saved earlier and update the same in .bot file

At this point, open the bot folder in Visual Studio Code

 

You will need Azure App Service extension in VS code, follow the steps mentioned in the image.

clipboard_image_9.jpeg

Go to Extensions (Ctrl + Shift + X) > Search for Azure App Service Extension and install

clipboard_image_10.jpeg

Now, log in to your azure account in VS Code – Click on Azure tab or Ctrl + Shift + A.

 

clipboard_image_11.jpeg

Now that you have logged in, select the app service to which you want to deploy the project by right clicking on 

 

It will deploy the bot to Azure App Service, once it successfully deploys the project please test it again on the Azure Portal

Version history
Last update:
‎Sep 13 2019 03:13 PM
Updated by: