Storing the bot conversation (new account info) data in an Azure SQL database

We are maintaining the state or bot conversation of the user. For this, we will use an Azure SQL database. We save all the transactions that the user performs, such as registering a new user, credit card payments, checking their balance, and so on. These are the steps for storing the bot conversation in the Azure SQL database: 

  1. In the Azure portal, create a new Azure SQL database. To see how to create a new SQL database in Azure, follow the steps shown at https://docs.microsoft.com/en-us/azure/sql-database/sql-database-create-databases.
  2. After the successful creation of a database in Azure, you have to create a table in it. For that, you have to open your SQL database ...

Get Building Bots with Microsoft Bot Framework now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.