Wei Wei

Results 441 comments of Wei Wei

This is a known issue, and the cost to fix it will be high. We are working on evaluate the size of the work, might will have a conclusion for...

@EmmaZhu I think you are working on the deprecated dependency issue, would you please help to update?

@caioluis It looks you are trying to copy a blob from Uri "https://cdn2.thecatapi.com/images/0XYvRd7oD.jpg". Azurite only support copy blob with source/dest inside same Azurite instance, see https://github.com/Azure/Azurite#:~:text=Snapshot%20Blob-,Copy%20Blob,-(Only%20supports%20copy So currently this is...

Thanks for your willing for contribution! I don't remember any on-going PR for this. The implementation of copy from outside will be much different from copy inside Azurite instance. As...

Hi @felipewhitaker Thanks for raising this issue! However, I don't see what's the problem of Azurite in this issue. If you need Azurite support, would you please Share the Azurite...

Not sure what's the blob_trigger called rest API. So would you like to first get what's the rest API and server responds difference caused the "trigger does not work when...

Hi @AlishStrong , This issue looks similar as https://github.com/Azure/Azurite/issues/2018 . For Azurite start from VS code not work with Environment variable, this do work for me. Would you try to...

The feature is still not supported in Azurite. We welcome contribution. It would be great if you can raise PR to add it!

@nickduch We have a PR to update generated API in Azurite: https://github.com/Azure/Azurite/pull/1847 After the PR is merged, we should have seal append blob API in Azurite code, but not implemented....

> I was investigating where our code is spending ~30s waiting for something and ended up here: > > ``` > blobClient.seal(); > ``` > > We are using `com.azure:azure-storage-blob:12.29.0`...