I am trying to connect my NodeJs application with the CosmosDb emulator in localhost:
Since in my azure resouce group I am created a cosmodb instance of kind MongoDB
I am using the following connection string to test it in localhost:
mongodb://localhost:C2y6yDjf5/R+ob0N8A7Cgv30VRDJIWEHLM+4QDU5DE2nQ9nDuVTqobD4b8mGGyPMbIZnqyMsEcaGQy67XIw/Jw==@localhost:10255/admin?ssl=true
unfortunatelly seems that the connection string provided doesn't fit very well...
What I am doing wrong?