Security News
38% of CISOs Fear They’re Not Moving Fast Enough on AI
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
botbuilder-azure
Advanced tools
Azure extensions for Microsoft BotBuilder.
To add the latest version of this package to your bot:
npm install --save botbuilder-azure
To get access to the daily builds of this library, configure npm to use the MyGet feed before installing.
npm config set registry https://botbuilder.myget.org/F/botbuilder-v4-js-daily/npm/
To reset the registry in order to get the latest published version, run:
npm config set registry https://registry.npmjs.org/
This module contains interfaces to use common Azure services to back Bot Builder's state storage.
When used with UserState
, ConversationState
and BotState
, these storage interfaces will automatically
read and write values to the associated Azure service.
It currently supports Cosmos DB (CosmosDbPartitionedStorage()
) and Azure Blob Storage (BlobStorage()
).
Also included is an interface to store and retrieve chat transcripts in blog storage called AzureBlobTranscriptStore()
Import the module into your app.
const { BlobStorage } = require('botbuilder-azure');
Configure the storage driver to work with your Azure resources.
const blobStorage = new BlobStorage(options);
Pass the storage driver into your state managers:
const userState = new UserState(blobStorage);
const conversationState = new ConverationState(blobStorage);
FAQs
Azure extensions for Microsoft BotBuilder.
The npm package botbuilder-azure receives a total of 0 weekly downloads. As such, botbuilder-azure popularity was classified as not popular.
We found that botbuilder-azure demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.
Security News
Company News
Socket is joining TC54 to help develop standards for software supply chain security, contributing to the evolution of SBOMs, CycloneDX, and Package URL specifications.