azure-cosmos-db-emulator-docker icon indicating copy to clipboard operation
azure-cosmos-db-emulator-docker copied to clipboard

This repo serves as hub for managing issues, gathering feedback, and having discussions regarding the Cosmos DB Emulator Docker.

Results 126 azure-cosmos-db-emulator-docker issues
Sort by recently updated
recently updated
newest added

These queries throw System.NotSupportedException: ```sql SELECT * FROM c where LTRIM(c.name) = "NAME1" SELECT * FROM c where RTRIM(c.name) = "NAME1" SELECT * FROM c where UPPER(c.name) = "NAME1" ```

feature
cosmosEmulatorVnextPreview

**Describe the bug** When attempting to connect to the explorer by navigating to http://localhost:1234 after creating a fresh container, the browser reports "ERR_EMPTY_RESPONSE". The db itself is available and responding...

bug
cosmosEmulatorVnextPreview

Dear team, we urgently need ARRAY_CONTAINS() in cosmosdb emulator, so we can use it for local dev environments. Best, Thomas

cosmosEmulatorVnextPreview

**Describe the bug** Using the cosmosEmulatorVnextPreview linux container image, calling _explorer/emulator.pem returns an error. **To Reproduce** 1. Start Cosmos emulator docker container. 2. Navigate to https://localhost:8081/_explorer/emulator.pem. 3. See error: "This...

feature
cosmosEmulatorVnextPreview

How to ensure the CosmosDB emulator:vnext-preview API is ready? I'm using this configuration: ```bash docker run -d -p 8081:8081 -e ENABLE_EXPLORER:false mcr.microsoft.com/cosmosdb/linux/azure-cosmos-emulator:vnext-preview ``` I disabled the Explorer because this setup...

bug
cosmosEmulatorVnextPreview

I'm giving the new Linux-based emulator a try and running into an issue when trying to connect to it from a ASP.Net Core 8 app running in a Docker container....

bug
cosmosEmulatorVnextPreview

**Describe the bug** I am running integration tests on an application composed by a Cosmos DB database and some function apps. In order to reduce costs in test development I...

cosmosEmulatorVnextPreview
needs-investigation

For our local integration tests we use Testcontainers (https://testcontainers.com/modules/cosmodb/). Depending on the CPU (our pipeline agents run on Intel, locally I have an Apple Silicon), the container image is selected:...

cosmosEmulatorVnextPreview
needs-investigation

**Describe the bug** Data Explorer is trying to fetch data from localhost:8081 even if docker image was launched with custom `--port 56001` **To Reproduce** Steps to reproduce the behavior: 1....

bug
cosmosEmulatorVnextPreview

**Is your feature request related to a problem? Please describe.** In production environment, all databases and containers - including RU throughput, partition-keys and unique-keys are pre-configured using Infrastructure as Code...

cosmosEmulatorVnextPreview