Showing results for February 2022 - Azure SQL Devs’ Corner

Feb 8, 2022
0
1

Saving Bot Activities in Azure SQL Database

Abhiman Tiwari
Abhiman Tiwari

In this blog post, we’ll walkthrough of how to integrate Bot Framework v4 SDK with Azure SQL Database and save Bot activities/ conversations into the database. We’ll leverage Bot.Builder.Community.Storage.EntityFramework package to save conversations using EntityFrameworkTranscriptStore with TranscriptLoggerMiddleware into Azure SQL Database. ...

Azure SQL