Azure / azure-cosmos-db-emulator-docker

This repo serves as hub for managing issues, gathering feedback, and having discussions regarding the Cosmos DB Emulator Docker.
https://learn.microsoft.com/en-us/azure/cosmos-db/how-to-develop-emulator?tabs=docker-linux%2Ccsharp&pivots=api-nosql
MIT License
165 stars 47 forks source link

Emulator Certificate Not Accessible - Emulator Not Running in Windows Container #95

Open noh626 opened 6 months ago

noh626 commented 6 months ago

I am trying to run the Cosmos DB Emulator in a windows container. I followed the instructions provided in the Microsoft article.

After starting the emulator, it seems to not be running properly, and the certificate is unavailable. When I attempt to access https://localhost:8081/_explorer/emulator.pem, it returns {"code":"NotFound","message":"Not Found"}.

Could you please provide guidance on how to resolve this issue and ensure the emulator starts correctly?