Skip to content

Commit e637909

Browse files
authored
Apply suggestions from code review
1 parent d17c02b commit e637909

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/service-connector/how-to-integrate-cosmos-db.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Use the connection details below to connect compute services to Cosmos DB. For e
6464
| AZURE_COSMOS_LISTCONNECTIONSTRINGURL | 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` |
6565
| AZURE_COSMOS_SCOPE | Your managed identity scope | `https://management.azure.com/.default` |
6666
| AZURE_COSMOS_CLIENTID | Your client secret ID | `<client-ID>` |
67-
| AZURE_COSMOS_CLIENTSECRET | Your client secret secret | `<client-secret>` |
67+
| AZURE_COSMOS_CLIENTSECRET | Your client secret | `<client-secret>` |
6868
| AZURE_COSMOS_TENANTID | Your tenant ID | `<tenant-ID>` |
6969
| AZURE_COSMOS_SUBSCRIPTIONID | Your subscription ID | `<subscription-ID>` |
7070
| AZURE_COSMOS_RESOURCEENDPOINT | Your resource endpoint | `https://<database-server>.documents.azure.com:443/` |

articles/service-connector/how-to-integrate-event-hubs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ This page shows the supported authentication types and client types of Azure Eve
3232

3333
## Default environment variable names or application properties
3434

35-
Use the connection details below to connect compute services to Event Hubs. For each example below, replace the placeholder texts `<Event-Hubs-namespace>`, `<access-key-name>`, `<access-key-value>` `<client-ID>`, `<client-secret>`, and `<tenant-id>` with your Event Hub namespace, shared access key name, shared access key value, client ID, client secret and tenant ID.
35+
Use the connection details below to connect compute services to Event Hubs. For each example below, replace the placeholder texts `<Event-Hubs-namespace>`, `<access-key-name>`, `<access-key-value>` `<client-ID>`, `<client-secret>`, and `<tenant-id>` with your Event Hubs namespace, shared access key name, shared access key value, client ID, client secret and tenant ID.
3636

3737
### .NET, Java, Node.JS, Python
3838

0 commit comments

Comments
 (0)