Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Managed Identity credential support for BlobStorage #2194

Open
georgeOsdDev opened this issue Dec 6, 2024 · 0 comments
Open

Managed Identity credential support for BlobStorage #2194

georgeOsdDev opened this issue Dec 6, 2024 · 0 comments
Labels
feature-request A request for new functionality or an enhancement to an existing one. needs-triage The issue has just been created and it has not been reviewed by the team.

Comments

@georgeOsdDev
Copy link

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

@georgeOsdDev georgeOsdDev added feature-request A request for new functionality or an enhancement to an existing one. needs-triage The issue has just been created and it has not been reviewed by the team. labels Dec 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request A request for new functionality or an enhancement to an existing one. needs-triage The issue has just been created and it has not been reviewed by the team.
Projects
None yet
Development

No branches or pull requests

1 participant