Managed Services configuration in Azure

MongoDB -> CosmosDB

After creating a CosmosDB instance in AWS, its connection string can be added in the MDSS configuration file /etc/mdss/customer.env as it appears in the “Connection String“ section of your respective CosmosDB account:

MONGO_URL=mongodb://<username>:<insertYourPassword>@<address>:27017/?replicaSet=rs0&readPreference=secondaryPreferred&retryWrites=false

Note: For MDSS to work with CosmosDB, the minimum throughput limit should be set to at least 6800 RU/s (or unlimited)