Open
Description
Is your feature request related to a problem? Please describe.
Is it possible to using BlobStorage with ManagedId credential?
It seems to be only connectionString or Key is supported.
Describe the solution you'd like
Add support to use creadential.
Describe alternatives you've considered
N/A
Additional context
.Net and JavaScript SDK seems to supporting credential instead of connectionString.
https://learn.microsoft.com/en-us/dotnet/api/microsoft.bot.builder.azure.blobs.blobsstorage?view=botbuilder-dotnet-stable
https://github.com/microsoft/botbuilder-js/blob/main/libraries/botbuilder-azure-blobs/src/blobsStorage.ts#L57