azure-cosmos-db-emulator-docker
azure-cosmos-db-emulator-docker copied to clipboard
Emulator Certificate Not Accessible - Emulator Not Running in Windows Container
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?
I keep seeing this, it seems that stopping and removing the cosmos docker container, then starting it up again from scratch seems to fix it temporarily at least.