question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Writing a blob to the Azure Storage Emulator version 5.8 Fails

See original GitHub issue

Which 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:closed
  • Created 5 years ago
  • Comments:8 (2 by maintainers)

github_iconTop GitHub Comments

3reactions
kfarmer-msftcommented, Dec 12, 2018

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.

0reactions
kfarmer-msftcommented, Dec 13, 2018

Everything should be live now.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found