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

[Azure Blob Storage] (binding / state) local emulator support #1883

Open
alexdrenea opened this issue Jul 18, 2022 · 2 comments
Open

[Azure Blob Storage] (binding / state) local emulator support #1883

alexdrenea opened this issue Jul 18, 2022 · 2 comments
Assignees
Labels
kind/enhancement New feature or request pinned Issue does not get stale

Comments

@alexdrenea
Copy link

Describe the feature

At this time, the Azure Blob Storage components (both binding and state) require just AccountName and Key.

The downstream go library (azblob) automatically appends "blob.core.windows.net" at the end of the given AccountName thus preventing us to use the local emulator (which runs at 127.0.0.1:10000)

The Azure Table components already support this by using an extra metadata option that allows specifying a custom endpoint.

@ItalyPaleAle

@alexdrenea alexdrenea added the kind/enhancement New feature or request label Jul 18, 2022
@dapr-bot dapr-bot added the stale label Aug 17, 2022
@ItalyPaleAle ItalyPaleAle added pinned Issue does not get stale and removed stale labels Aug 17, 2022
@dapr dapr deleted a comment from dapr-bot Aug 17, 2022
@ItalyPaleAle ItalyPaleAle self-assigned this Aug 26, 2022
@berndverst
Copy link
Member

We will keep this in mind when working on:

#1529 #1530

@berndverst berndverst self-assigned this Nov 17, 2022
@ItalyPaleAle ItalyPaleAle removed their assignment Jan 27, 2023
@berndverst
Copy link
Member

I believe this should be working now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement New feature or request pinned Issue does not get stale
Projects
None yet
Development

No branches or pull requests

4 participants