Saving Bot Activities in Azure SQL Database

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.
The post Saving Bot Activities in Azure SQL Database appeared first on Azure SQL Database Devs’ Corner.
Published on:
Learn moreRelated posts
Innovation with Azure OpenAI Service
Authentication for Astro with Azure Static Web Apps
Azure Static Web Apps provides built-in authentication and authorization capabilities, making it easy to secure your Astro site and API endpoi...
Deep Dive into Azure AI Foundry
Integrating Azure Functions into your Astro site
In the previous post, I showed you how to deploy your Astro site to Azure Static Web Apps using the Azure Static Web Apps (SWA) CLI. In this p...
Azure DevOps Basic usage included with GitHub Enterprise
Many customers want to use both GitHub and Azure DevOps together. Until now, unless you purchased Visual Studio subscriptions with GitHub Ente...
Deploy Astro to Azure Static Web Apps from GitHub and CLI
Deploying an Astro site to Azure Static Web Apps should be straightforward, but my initial experience was not pain-free. The default Oryx GitH...
GPT-4.5 preview is available in Azure AI Foundry
Microsoft just released the information that GPT-4.5 preview model is available for deployment at Azure AI Foundry! Not everyone can yet use t...
Azure SDK Release (February 2025)
Azure SDK releases every month. In this post, you find this month's highlights and release notes. The post Azure SDK Release (February 2025) a...