Azure Cosmos Mongo API version 3.6 but cannot connect with mongo.cosmos.azure.com:443
I'm trying to connect to a Java application for change feed. new CosmosClientBuilder().endpoint(ENDPOINT).key(KEY).buildAsyncClient(); The server version is 3.6 but when I try to give ENDPOINT as https://myproject.mongo.cosmos.azure.com:443 it is not working, getting error. But when I give it like https://myproject.documents.azure.com:443…