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
Copy file name to clipboardExpand all lines: articles/service-connector/how-to-integrate-cosmos-cassandra.md
+23-23Lines changed: 23 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
title: Integrate the Azure Cosmos DB Cassandra API with Service Connector
3
-
description: Integrate the Azure Cosmos DB Cassandra into your application with Service Connector
3
+
description: Integrate the Azure Cosmos DB Cassandra API into your application with Service Connector
4
4
author: maud-lv
5
5
ms.author: malev
6
6
ms.service: service-connector
@@ -63,15 +63,15 @@ Supported authentication and clients for App Service, Container Apps and Azure S
63
63
64
64
## Default environment variable names or application properties
65
65
66
-
Use the connection details below to connect your compute services to the Cosmos DB Cassandra API. For each example below, replace the placeholder texts `<database-server>`, `keyspace`, `<username>`, `<password>`, `<resource-group-name>`, `<subscription-ID>`, `<client-ID>`,`<client-secret>`, `<tenant-id>`, and `<Azure-region>` with your own information.
66
+
Use the connection details below to connect your compute services to the Cosmos DB Cassandra API. For each example below, replace the placeholder texts `<Azure-Cosmos-DB-account>`, `keyspace`, `<username>`, `<password>`, `<resource-group-name>`, `<subscription-ID>`, `<client-ID>`,`<client-secret>`, `<tenant-id>`, and `<Azure-region>` with your own information.
67
67
68
68
### Azure App Service and Azure Container Apps
69
69
70
70
#### Secret / Connection string
71
71
72
72
| Default environment variable name | Description | Example value |
| AZURE_COSMOS_LISTKEYURL | The URL to get the connection string |`https://management.azure.com/subscriptions/<subscription-ID>/resourceGroups/<resource-group-name>/providers/Microsoft.DocumentDB/databaseAccounts/<database-server>/listConnectionStrings?api-version=2021-04-15`|
84
+
| AZURE_COSMOS_LISTKEYURL | The URL to get the connection string |`https://management.azure.com/subscriptions/<subscription-ID>/resourceGroups/<resource-group-name>/providers/Microsoft.DocumentDB/databaseAccounts/<Azure-Cosmos-DB-account>/listConnectionStrings?api-version=2021-04-15`|
85
85
| AZURE_COSMOS_SCOPE | Your managed identity scope |`https://management.azure.com/.default`|
86
-
| AZURE_COSMOS_RESOURCEENDPOINT | Your resource endpoint |`https://<database-server>.documents.azure.com:443/`|
87
-
| AZURE_COSMOS_CONTACTPOINT | Cassandra API contact point |`<database-server>.cassandra.cosmos.azure.com`|
86
+
| AZURE_COSMOS_RESOURCEENDPOINT | Your resource endpoint |`https://<Azure-Cosmos-DB-account>.documents.azure.com:443/`|
87
+
| AZURE_COSMOS_CONTACTPOINT | Cassandra API contact point |`<Azure-Cosmos-DB-account>.cassandra.cosmos.azure.com`|
88
88
| AZURE_COSMOS_PORT | Cassandra connection port | 10350 |
| AZURE_COSMOS_LISTKEYURL | The URL to get the connection string |`https://management.azure.com/subscriptions/<subscription-ID>/resourceGroups/<resource-group-name>/providers/Microsoft.DocumentDB/databaseAccounts/<database-server>/listConnectionStrings?api-version=2021-04-15`|
96
+
| AZURE_COSMOS_LISTKEYURL | The URL to get the connection string |`https://management.azure.com/subscriptions/<subscription-ID>/resourceGroups/<resource-group-name>/providers/Microsoft.DocumentDB/databaseAccounts/<Azure-Cosmos-DB-account>/listConnectionStrings?api-version=2021-04-15`|
97
97
| AZURE_COSMOS_SCOPE | Your managed identity scope |`https://management.azure.com/.default`|
98
-
| AZURE_COSMOS_RESOURCEENDPOINT | Your resource endpoint |`https://<database-server>.documents.azure.com:443/`|
99
-
| AZURE_COSMOS_CONTACTPOINT | Cassandra API contact point |`<database-server>.cassandra.cosmos.azure.com`|
98
+
| AZURE_COSMOS_RESOURCEENDPOINT | Your resource endpoint |`https://<Azure-Cosmos-DB-account>.documents.azure.com:443/`|
99
+
| AZURE_COSMOS_CONTACTPOINT | Cassandra API contact point |`<Azure-Cosmos-DB-account>.cassandra.cosmos.azure.com`|
100
100
| AZURE_COSMOS_PORT | Cassandra connection port | 10350 |
| AZURE_COSMOS_LISTKEYURL | The URL to get the connection string |`https://management.azure.com/subscriptions/<subscription-ID>/resourceGroups/<resource-group-name>/providers/Microsoft.DocumentDB/databaseAccounts/<database-server>/listConnectionStrings?api-version=2021-04-15`|
109
+
| AZURE_COSMOS_LISTKEYURL | The URL to get the connection string |`https://management.azure.com/subscriptions/<subscription-ID>/resourceGroups/<resource-group-name>/providers/Microsoft.DocumentDB/databaseAccounts/<Azure-Cosmos-DB-account>/listConnectionStrings?api-version=2021-04-15`|
110
110
| AZURE_COSMOS_SCOPE | Your managed identity scope |`https://management.azure.com/.default`|
111
-
| AZURE_COSMOS_RESOURCEENDPOINT | Your resource endpoint |`https://<database-server>.documents.azure.com:443/`|
112
-
| AZURE_COSMOS_CONTACTPOINT | Cassandra API contact point |`<database-server>.cassandra.cosmos.azure.com`|
111
+
| AZURE_COSMOS_RESOURCEENDPOINT | Your resource endpoint |`https://<Azure-Cosmos-DB-account>.documents.azure.com:443/`|
112
+
| AZURE_COSMOS_CONTACTPOINT | Cassandra API contact point |`<Azure-Cosmos-DB-account>.cassandra.cosmos.azure.com`|
113
113
| AZURE_COSMOS_PORT | Cassandra connection port | 10350 |
0 commit comments