Skip to content

Managed Identity credential support for BlobStorage #2194

Open
@georgeOsdDev

Description

@georgeOsdDev

Is your feature request related to a problem? Please describe.

Is it possible to using BlobStorage with ManagedId credential?

https://learn.microsoft.com/en-us/azure/bot-service/bot-builder-howto-v4-storage?view=azure-bot-service-4.0&tabs=python#using-blob-storage

It seems to be only connectionString or Key is supported.

https://github.com/microsoft/botbuilder-python/blob/main/libraries/botbuilder-azure/botbuilder/azure/blob_storage.py#L23

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    feature-requestA request for new functionality or an enhancement to an existing one.needs-triageThe issue has just been created and it has not been reviewed by the team.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions