dapr / dapr/components-contrib
[Azure Blob Storage] (binding / state) local emulator support
Open
kind/enhancement
pinned
- Dominant language
- Go
- Stars
- 602
- Forks
- 580
- Avg merge
- 4d 9h
- Merged PRs (30d)
- 6
Description
## 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
Contributor guide
Assessment
This issue has not been assessed yet.