Jordan Zaerr

Results 3 comments of Jordan Zaerr

Ran into this today and had to poke around in their [sample app](https://learn.microsoft.com/en-us/dotnet/aspire/storage/azure-storage-components?tabs=visual-studio%2Cdotnet-cli&pivots=azurite) to figure out why it worked and my code didn't. If you target `Azure.Storage.Blobs` version `12.19.1` instead...

They released 8.0.2 after my previous comment. I'm sure this will be updated eventually as well but they released a new version of Azurite that supports this API version([3.30.0](https://github.com/Azure/Azurite/releases/tag/v3.30.0)). The...