Writing a blob to the Azure Storage Emulator version 5.8 Fails
See original GitHub issueWhich service(blob, file, queue, table) does this issue concern?
Writing a blob to the Azure Storage Emulator version 5.8.
Which version of the SDK was used?
9.1.1 & 9.3.2
Which platform are you using? (ex: .NET Core 2.1)
Windows 10 1803 Pro, .NET Framework 4.6.1
What problem was encountered?
When I try to write a blob using a MultipartFormDataStreamProvider
, the SDK fails and returns a generic a 500 Internal Error response.
How can we reproduce the problem in the simplest way?
As described, the write blob operation that I perform against the v5.8 emulator fails. I have attached sample logs(azure_storage_emulator_logs.zip)
Have you found a mitigation/solution?
If I use SDK 9.1.1 with Azure Storage Emulator 5.3, or SDK 9.3.2 with Azurite 2.6.7 or an actual azure storage endpoint, everything works.
Issue Analytics
- State:
- Created 5 years ago
- Comments:8 (2 by maintainers)
Top Results From Across the Web
Use the Azure Storage Emulator for development and ...
The Microsoft Azure Storage Emulator is a tool that emulates the Azure Blob, Queue, and Table services for local development purposes.
Read more >Fixing Azure Functions and Azure Storage Emulator 5.8 issue
Conclusion. To fix the issue, you can either use the workaround or update the Azure Storage Emulator to 5.9.
Read more >How to authenticate Azure storage emulator?
After executing the emulator, in the storage explorer, click the option in the screenshot-> Attach to a local emulator->Next->Next->Connect.
Read more >Setting up the Azure Storage Emulator Environment on ...
To modify local content, go to Local and Attached, expand it and to Storage Accounts, now you can create Blobs, Queues and Tables....
Read more >Getting started with Azure storage explorer
This storage emulator uses SQL Server express edition in the background to store objects and emulates all types of Azure storage services.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
v5.9 is in the process of being published, and should resolve the null ref in CommitBlobImplV2. I’ll close this and update #810 when I update the fwlink.
Everything should be live now.