microsoft / botbuilder-dotnet

Welcome to the Bot Framework SDK for .NET repository, which is the home for the libraries and packages that enable developers to build sophisticated bot applications using .NET.
https://github.com/Microsoft/botframework
MIT License
872 stars 482 forks source link

fix: [#6798] Not able to create instance of BlobsTranscriptStore using TokenCredential instead of connectionString and containerName #6813

Closed JhontSouth closed 4 months ago

JhontSouth commented 4 months ago

Fixes #6798

Description

This PR allows the use of Token Credentials to authenticate and create an instance of BlobsTranscriptStore.

Specific Changes

Testing

The following images show the bot working and saving transcripts using BlobsTranscriptStore instantiated with token credentials. image image