The botbuilder-azure package provides interfaces to use common Azure services as backends for Bot Builder's state storage. When used with UserState, ConversationState, or BotState, these interfaces automatically handle reading and writing values to the specified Azure service.
Supported storage services:
- Cosmos DB: via
CosmosDbPartitionedStorage() - Azure Blob Storage: via
BlobStorage()
Additional features:
- Chat Transcript Storage:
AzureBlobTranscriptStore() allows you to store and retrieve chat transcripts in Azure Blob Storage.