Azurite
Azurite copied to clipboard
Add support for Blob Batch operations
Which service(blob, file, queue, table) does this issue concern?
blob
Which version of the Azurite was used?
3.3.0-preview
Where do you get Azurite? (npm, DockerHub, NuGet, Visual Studio Code Extension)
npm
What problem was encountered?
500 Internal Server Error
Steps to reproduce the issue?
Run following test (use emulator connection string): https://github.com/Azure/azure-sdk-for-net/blob/master/sdk/storage/Azure.Storage.Blobs/samples/Sample03a_Batching.cs#L26
docs page:
https://docs.microsoft.com/en-us/rest/api/storageservices/blob-batch
Thanks @garayx! We will track blob batch into Azurite backlog and make plan in the future releases.
@XiaoningLiu, is this something that is planned? It's been a year and 3.9.0 still doesn't have support batched operations.
Sorry forry that, Batch is not planned in near furture. Recently, we are ocurripted with Azurite Table support. I'll bring up the ask to internal team and do another triage in planning meetings.
Azurite Tables support is important, 100%. This API is a challenge to test as the old emulator doesn't support either. Hence my ping. For now, I've worked around the test to execute conditionally and skip storage accounts that are emulated. Would be nice to run all the tests w/o skipping any though.
Totally agree, it is hard to test the whole flow without it! Please help us in testing our code properly!
Seems to be like the repro steps section is outdated, Batching example is not anymore available. Nice way to avoid people to request the feature lol 👀
This is much needed, please help us out!
Will be useful for some critical test cases...
Please add this feature
A new issue for blob batch support: https://github.com/Azure/Azurite/issues/967
Azurite is critical for us to write integration tests. This missing feature is quite important to us. Is there any progress on it? it's been 2.5 years since the issue was opened.
@fatih-celonis Thanks for your responds!
We hear your voice. We will try to plan blob batch soon.
Please add this feature
@rodolforeinaperficient The blob batch PR is already merged. We will have a release for it soon.
Blob Batch is already supported in Azurite 3.20.1.