-
Azure's Service Bus allows users to explore messages and understand the number of active and dead letter messages. A similar experience would be beneficial for local development.
-
### Is there an existing issue for this?
- [x] I have searched the existing issues
### Describe the bug
After updating to Aspire 9, and running the VS Publish process (as per logs below)
26/11/2…
-
**Describe the bug**
Often times the Linux emulator docker container completely freezes. No matter what I do, it keeps like that for a while. It is really time consuming.
- Linux (mcr.microsoft.c…
-
I'm trying to work out if this is specifically related to our machines, our setup using podman desktop or something else I haven't put my finger on.
Essentially how stable is everyone finding the L…
-
AZURE_COSMOS_EMULATOR_ENABLE_DATA_PERSISTENCE flag is not respected.
docker run \
--publish 8081:8081 \
--publish 10250-10255:10250-10255 \
--interactive \
--env AZURE_COSMOS_EM…
-
Copying from: https://github.com/Azure/azure-cosmos-dotnet-v3/issues/3010
**Describe the bug**
Using Azure DevOps and a ubuntu-latest hosted agent, when starting the container, the container retur…
-
Receiving 408 timeouts with the cosmos C# SDK with specific port mapping configurations in a docker-compose file
docker compose that works
```
cosmos:
image: mcr.microsoft.com/cosmosdb/lin…
-
**Describe the bug**
Using the v2.14.16 Windows Emulator (msi), I am using the `/AllowNetworkAccess` switch to allow for outside access to the emulator. Using this switch, it requires an explicit key…
-
After SWA recently updated DAB, nested GraphQL queries towards CosmosDB stopped working. All queries fail with "The given key 'xxx' was not present in the dictionary.", where 'xxx' is the nested objec…
-
**Context:** Local call to CosmosDb Emulator does not timeout
While testing what connectivity errors might occur during query execution, I stumbled upon a strange case, where the query is executed …