Closed zoosm3 closed 4 years ago
Hi @zoosm3, Thanks for your feedback, as you said, the SDK doesn't support local emulator yet, because the endpoint is hard-coded in the SDK. You can have a try in Azure as your workaround. We may consider adding this feature in our next release. Very very sorry for the inconvenience.
@neuqlz Hello, thanks for your support. We could upload files with a real Azure Blob Storage. Looking forward to the future update.
Any update on this? Will you support the emulator in the foreseeable future? Thanks.
I can submit a pull request if no one is available for this.
Nice, this weekend will be fun!
Hi @Henry-Keys
PR is very welcome!
PR Already Sent: https://github.com/microsoft/azure-spring-boot/pull/866
Environment
Spring boot starter:
OS Type: Windows 10
Java version:
I'm using Azurite and Azure Storage Emulator for local development
Summary
Unable to use the Blob Storage emulators with this SDK
Reproduce steps
Use the latest Azurite or Azure Storage Emulator
Configure application.properties based on Azurete's Storage Accounts
Upload a file with TransferManager
Expected Results
A file shoud be successfully uploaded to the Blob storage emulator but failed
because the endpoing is not
'http://devstoreaccount1.blob.core.windows.net/'
buthttp://127.0.0.1:10000/myaccount/
according to Enulator's Endpoint & Connection URLActual Results