We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ea0d2a commit 98c6cdbCopy full SHA for 98c6cdb
articles/service-connector/includes/code-cosmosmongo-me-id.md
@@ -98,7 +98,7 @@ ms.author: wchi
98
import java.net.http.*;
99
import java.net.URI;
100
101
- String = System.getenv("AZURE_COSMOS_RESOURCEENDPOINT");
+ String endpoint = System.getenv("AZURE_COSMOS_RESOURCEENDPOINT");
102
String listConnectionStringUrl = System.getenv("AZURE_COSMOS_LISTCONNECTIONSTRINGURL");
103
String scope = System.getenv("AZURE_COSMOS_SCOPE");
104
0 commit comments