Download the latest desktop application from here. At the time of writing this post, the latest version is 2.1.0. I will go ahead and download the application for the Windows OS.
How to Get Azure Bot Resource Password from Azure Key Vault
When Azure creates the Azure Bot resource, it stores the app password in Azure Key Vault. To get the Azure Bot resource app Id, refer to my post here.
How to Get Azure Bot resource app Id?
You need the Azure bot resourceย app Idย andย passwordย to configure your bot for deployment. In this post, we will get the app Id from Microsoft Azure Portal.
Guide to Create an Azure Bot resource in Microsoft Azure Portal
Theย Azure Botย resource allows you to register your bot with the Azure Bot Service. You can build, connect, and manage bots to interact with your users
How to Install Microsoft Bot Framework v4 Templates using VS Code or CLI?
Microsoft Bot Framework .NET Core Templates will help you to quickly build new conversational AI bots using Bot Framework v4. In this post, we will install the 3 C# Bot Framework templates using the command line tool.
How To Make A Chatbot Using Python?
A Chatbot is a way of conversion between the user and the computer. As simply as we all know that the Siri, Alexa, and Duolingo are some real-world examples of chatbots.
Connect Bot Framework to DB | READ and INSERT Data to Local SQL DB
In this post, we will create a chatbot that connects to the local SQL Database. This will be a simple customized bot that can be used for any use case. We will implement two CRUD operations READ and INSERT.
Connect Microsoft Bot Framework with QnA Maker and Azure SQL DB
In this post, we will create a chatbot that connects to both the QnA Maker service and Azure SQL DB. This will be a simple customized bot that can be used for any use case.
E-commerce Bot | Part 6 | Create a Welcome Menu using Adaptive Card
We will create this menu using an Adaptive card. This menu will be in the loop after the finish of the MainDialog. Add the piece in IntroStepAsync in MainDialog.cs file.
E-commerce Admin Chatbot using Microsoft Bot Framework
We have created this chatbot as a backend to the E-commerce Chatbot. This chatbot will have the following functionalities


You must be logged in to post a comment.