Closed Valkozaur closed 1 month ago
@EmmaZhu Would you please help to look?
Besides that, it looks the Uri in the debug log is not right "http://host.docker.internal/delete-generated-files", the Uri not include storage account name. It should looks like "http://host.docker.internal/[AccountName]/[QueueName]"
Hello @blueww
I have figured out that this problem is not coming from the azurite emulator, but from QueueClient in the .net azure-sdk.
Currently I have not opened an issue there, but I will and link it afterwards.
@Valkozaur
I will close this issue as it's not an Azurite issue but a client issue. Feel free to contact us if need any further assistance on Azurite.
Which service(blob, file, queue, table) does this issue concern?
Queue service
Which version of the Azurite was used?
3.31.0, 3.14.0
Where do you get Azurite? (npm, DockerHub, NuGet, Visual Studio Code Extension)
Dockerhub
What's the Node.js version?
What problem was encountered?
I am trying to run aspire, this is my code:
The connection strings generated look like this:
The issue is that every time that Kernel-Memory service tries to create a Queue It gets back a 400 bad request respose.
Kernel Memory connects to QueueClient using nuget package: Azure.Storage.Queues 12.19.1
Steps to reproduce the issue?
Have you found a mitigation/solution?
No