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 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?