Wei Wei
Wei Wei
The release is already out: https://github.com/Azure/Azurite/releases/tag/v3.21.0
@LukeBolly Thanks so much for the detail investigation and updating! This temp folder is actually not defined in Azurite itself, but by Visual studio when it starts Azurite. We will...
@sivajrm This feature is still not supported in Azurite. We are working on a plan to implement it. However, as the feature impact many existing APIs, and also add several...
@robinbryce This issue is originally for create container API, which must need authentication (the way customer to calculate the signature is wrong, which will also fail on public azure). The...
@acmoune , @DylanBruzenak Please note the fix is in Js sdk, instead of Azurite. Please confirm do you use the latest version of Azure Storage JS SDK https://www.npmjs.com/package/@azure/storage-blob?
@DylanBruzenak Would you please confirm which is the issue you meet with JS SDK 12.12.0 + Azurite 3.21.0? 1. You meet JS SDK failure as following in list blob, after...
@DylanBruzenak How do you "browsing to this file in vscode"? As I know, the fix in JS SDK is: SDK won't fail when list blob when blob not has ContentMD5....
@DylanBruzenak I don't quite understand what do you mean by "browsing to the file in the Azurite v3.21.0 VS Code plugin on the left bar". Azurite doesn't provide a browser...
@DylanBruzenak Azurite is an emulator of Azure Storage server side, Azurite don't provide a client tool to browse the data in Azurite, you must use some other Azure Storage tools/SDK...
I have raised a PR to fix it: https://github.com/Azure/Azurite/pull/1920