Skip to content

Commit 46761f3

Browse files
committed
Removing inaccurate connection string guidance
1 parent 2434aa7 commit 46761f3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/azure-monitor/app/sdk-connection-string.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,10 @@ A connection string consists of a list of settings represented as key-value pair
5959
#### Syntax
6060

6161
- `InstrumentationKey` (for example, 00000000-0000-0000-0000-000000000000).
62-
This is a *required* field.
62+
`InstrumentationKey` is a *required* field.
6363
- `Authorization` (for example, ikey). This setting is optional because today we only support ikey authorization.
6464
- `EndpointSuffix` (for example, applicationinsights.azure.cn).
65-
Setting the endpoint suffix will instruct the SDK on which Azure cloud to connect to. The SDK will assemble the rest of the endpoint for individual services.
65+
Setting the endpoint suffix tells the SDK which Azure cloud to connect to. The SDK assembles the rest of the endpoint for individual services.
6666
- Explicit endpoints.
6767
Any service can be explicitly overridden in the connection string:
6868
- `IngestionEndpoint` (for example, `https://dc.applicationinsights.azure.com`)
@@ -105,7 +105,7 @@ Here are some examples of connection strings.
105105

106106
`InstrumentationKey=00000000-0000-0000-0000-000000000000;EndpointSuffix=ai.contoso.com;`
107107

108-
In this example, the connection string specifies the endpoint suffix and the SDK will construct service endpoints:
108+
In this example, the connection string specifies the endpoint suffix and the SDK constructs service endpoints:
109109

110110
- Authorization scheme defaults to "ikey"
111111
- Instrumentation key: 00000000-0000-0000-0000-000000000000
@@ -119,7 +119,7 @@ In this example, the connection string specifies the endpoint suffix and the SDK
119119

120120
`InstrumentationKey=00000000-0000-0000-0000-000000000000;IngestionEndpoint=https://custom.com:111/;LiveEndpoint=https://custom.com:222/;ProfilerEndpoint=https://custom.com:333/;SnapshotEndpoint=https://custom.com:444/;`
121121

122-
In this example, the connection string specifies explicit overrides for every service. The SDK will use the exact endpoints provided without modification:
122+
In this example, the connection string specifies explicit overrides for every service. The SDK uses the exact endpoints provided without modification:
123123

124124
- Authorization scheme defaults to "ikey"
125125
- Instrumentation key: 00000000-0000-0000-0000-000000000000

0 commit comments

Comments
 (0)