You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
var connectionString = connectionStrings["connectionStrings"][0]["connectionString"];
64
65
65
66
// Connect to Azure Cosmos DB for MongoDB
66
67
var client = new MongoClient(connectionString);
@@ -306,4 +307,4 @@ The authentication type is not supported for Spring Boot.
306
307
307
308
308
309
### [Other](#tab/none)
309
-
For other languages, you can use the MongoDB resource endpoint and other properties that Service Connector sets to the environment variables to connect to Azure Cosmos DB for MongoDB. For environment variable details, see [Integrate Azure Cosmos DB for MongoDB with Service Connector](../how-to-integrate-cosmos-db.md).
310
+
For other languages, you can use the MongoDB resource endpoint and other properties that Service Connector sets to the environment variables to connect to Azure Cosmos DB for MongoDB. For environment variable details, see [Integrate Azure Cosmos DB for MongoDB with Service Connector](../how-to-integrate-cosmos-db.md).
0 commit comments