BotBuilder Azure Queues

JSON →
library 4.23.3-preview ·javascript
verified Jun 7, 2026

BotBuilder storage bindings for Azure Queue services, part of the Microsoft Bot Framework SDK for JavaScript. Current version is 4.23.3-preview, released on a monthly cadence alongside the main botbuilder-js monorepo. This package provides AzureStorageQueue class for persisting bot state (user, conversation, custom) to Azure Storage Queues. It is distinct from botbuilder-azure-blobs (blob storage) and botbuilder-azure-cosmosdb (Cosmos DB storage). Supports Node.js 16+ with native ESM and CJS. Includes TypeScript type definitions. Key differentiator: queue-based storage for asynchronous, decoupled state management in bot dialogs.