I can connect to my local Azure Cosmos DB Emulator using default Browser data explorer or VS code Azure Databases extension. "Azure Data Studio" with following connection Settings: Connection type: Cosmos DB No Sql Connection String: AccountEndpoint=https://localhost:8081/;AccountKey=.......
Although not selected "Mongo account" getting following error and unable to connect. Failed to parse the connection string. Invalid scheme, expected connection string to start with "mongodb://" or "mongodb+srv://"
Thanks.
Exhausted google search, not found any solution. Most examples are for CosmosDB for MongoDB.