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
| 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`|
81
+
| 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>/listKeys?api-version=2021-04-15`|
82
82
| AZURE_COSMOS_SCOPE | Your managed identity scope |`https://management.azure.com/.default`|
83
83
| AZURE_COSMOS_RESOURCEENDPOINT | Your resource endpoint |`https://<Azure-Cosmos-DB-account>.documents.azure.com:443/`|
84
84
| AZURE_COSMOS_CONTACTPOINT | Cassandra API contact point |`<Azure-Cosmos-DB-account>.cassandra.cosmos.azure.com`|
@@ -90,7 +90,7 @@ Use the connection details below to connect your compute services to the Cosmos
90
90
91
91
| 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/<Azure-Cosmos-DB-account>/listConnectionStrings?api-version=2021-04-15`|
93
+
| 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>/listKeys?api-version=2021-04-15`|
94
94
| AZURE_COSMOS_SCOPE | Your managed identity scope |`https://management.azure.com/.default`|
95
95
| AZURE_COSMOS_RESOURCEENDPOINT | Your resource endpoint |`https://<Azure-Cosmos-DB-account>.documents.azure.com:443/`|
96
96
| AZURE_COSMOS_CONTACTPOINT | Cassandra API contact point |`<Azure-Cosmos-DB-account>.cassandra.cosmos.azure.com`|
@@ -103,7 +103,7 @@ Use the connection details below to connect your compute services to the Cosmos
103
103
104
104
| 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/<Azure-Cosmos-DB-account>/listConnectionStrings?api-version=2021-04-15`|
106
+
| 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>/listKeys?api-version=2021-04-15`|
107
107
| AZURE_COSMOS_SCOPE | Your managed identity scope |`https://management.azure.com/.default`|
108
108
| AZURE_COSMOS_RESOURCEENDPOINT | Your resource endpoint |`https://<Azure-Cosmos-DB-account>.documents.azure.com:443/`|
109
109
| AZURE_COSMOS_CONTACTPOINT | Cassandra API contact point |`<Azure-Cosmos-DB-account>.cassandra.cosmos.azure.com`|
0 commit comments