Copying blobs via SAS URL from Azure to Azurite is not implemented
- Dominant language
- TypeScript
- Stars
- 2.3k
- Forks
- 393
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 36
Description
### Which service(blob, file, queue, table) does this issue concern?
blob
### Which version of the Azurite was used?
3.14.1
### Where do you get Azurite? (npm, DockerHub, NuGet, Visual Studio Code Extension)
VS2022
### What's the Node.js version?
14.17.6
### What problem was encountered?
I was trying to copy blobs from an Azure account to Azure Storage Emulator using SAS URL and it doesn't work while it works when doing so from one Azure account to another. I switched from emulator to Azurite but it didn't help. I wasted a lot of time before I figured out that it's just not implemented.
### Steps to reproduce the issue?
in debug.log:
error: BlobHandler:startCopyFromURL() Source account %REDUCTED% is not on the same Azurite instance as target account devstoreaccount1
The reducted URL above was to an Azure account which when pasted to a browser successfully downloads the file.
### Have you found a mitigation/solution?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.