Fix blob copy support when using SQL metadata implementations
See original GitHub issueWhich service(blob, file, queue, table) does this issue concern?
blob
Which version of the Azurite was used?
latest
Where do you get Azurite? (npm, DockerHub, NuGet, Visual Studio Code Extension)
DockerHub
What’s the Node.js version?
N/A
What problem was encountered?
Can’t perform simple copy operations.
Steps to reproduce the issue?
Attempt to call copy using Azure Storage Explorer or your favourite SDK, you’ll get a 500.
Have you found a mitigation/solution?
No.
Issue Analytics
- State:
- Created 3 years ago
- Comments:9 (4 by maintainers)
Top Results From Across the Web
Performance and scalability checklist for Blob storage
A checklist of proven practices for use with Blob storage in developing high-performance applications.
Read more >Copy Data tool to export data from Azure SQL Database into ...
This article will show copy data tool for exporting data from Azure SQL Database into Azure Storage.
Read more >blob - Should binary files be stored in the database?
My opinion is that storing in the DB as a blob is a better solution and ... No-copy-on-write or de-deduplication XFS and BTRFS...
Read more >Copy Data From Blob Storage To A SQL Database
STEP 1: Create a blob and a SQL table · 1) Create a source blob, launch Notepad on your desktop. Copy the following...
Read more >Design and Implement an Azure Storage Strategy
Set metadata on a container; Store data using block and page blobs; Stream data using blobs; Access blobs securely; Implement async blob copy...
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
@atrauzzi Yes, we currently don’t support copy page/append blob on SQL based metadata implementation. We will prioritize it with other feature ask and new fetures.
I’ll definitely take a look next chance I get and report back! Thank you! 😄