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
## Default environment variable names or application properties
62
62
63
-
Use the connection details below to connect your compute services to the Cosmos DB Gremlin API. For each example below, replace the placeholder texts `<Azure-Cosmos-DB-account>`, `<database>`, `<collection or graphs>`, `keyspace`, `<username>`, `<password>`, `<resource-group-name>`, `<subscription-ID>`, `<client-ID>`,`<client-secret>`, and `<tenant-id>` with your own information.
63
+
Use the connection details below to connect your compute services to the Cosmos DB Gremlin API. For each example below, replace the placeholder texts `<Azure-Cosmos-DB-account>`, `<database>`, `<collection or graphs>`, `<username>`, `<password>`, `<resource-group-name>`, `<subscription-ID>`, `<client-ID>`,`<client-secret>`, and `<tenant-id>` with your own information.
64
64
65
65
### Azure App Service and Azure Container Apps
66
66
@@ -105,7 +105,6 @@ Use the connection details below to connect your compute services to the Cosmos
105
105
| AZURE_COSMOS_RESOURCEENDPOINT | Your resource endpoint |`https://<Azure-Cosmos-DB-account>.documents.azure.com:443/`|
106
106
| AZURE_COSMOS_HOSTNAME | Your Gremlin Unique Resource Identifier (UFI) |`<Azure-Cosmos-DB-account>.gremlin.cosmos.azure.com`|
107
107
| AZURE_COSMOS_PORT | Gremlin connection port | 10350 |
108
-
| AZURE_COSMOS_KEYSPACE | Your keyspace |`<keyspace>`|
109
108
| AZURE_COSMOS_USERNAME | Your username |`</dbs/<database>/colls/<collection or graphs>`|
110
109
| AZURE_COSMOS_CLIENTID | Your client ID |`<client-ID>`|
111
110
| AZURE_COSMOS_CLIENTSECRET | Your client secret |`<client-secret>`|
| AZURE_COSMOS_CONNECTIONSTRING | Cosmos DB SQL API connection string |`AccountEndpoint=https://differen.documents.azure.com:443/;AccountKey=<account-key>`|
68
+
| AZURE_COSMOS_CONNECTIONSTRING | Cosmos DB SQL API connection string |`AccountEndpoint=https://<database-server>.documents.azure.com:443/;AccountKey=<account-key>`|
0 commit comments