I am trying to use the new Azure CosmosDB Emulator Task (https://docs.microsoft.com/en-us/azure/cosmos-db/tutorial-setup-ci-cd).
We are relying on the Azure CosmosDb support for MongoDb and I can't seem to figure out what the connection string should be. In the above example the Endpoint URL is over written by the Output variable provided by the CosmosDb Emulator task -- but that is not in the expected format.
Edit: The default connection string for mongodb is not working
Any advice would be much appreciated.
Thank you.