Skip to content

Commit 099d786

Browse files
authored
Apply suggestions from code review
1 parent b3f080f commit 099d786

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,12 +90,12 @@ See also: [Regions that require endpoint modification](./custom-endpoints.md#reg
9090
- [Profiler](./profiler-overview.md): `profiler`
9191
- [Snapshot](./snapshot-debugger.md): `snapshot`
9292

93-
#### Is Connection String a secret?
93+
#### Is Connection string a secret?
9494

95-
Connection String contains iKey which is a unique identifier used by the ingestion service to associate telemetry to a specific Application Insights resource. It is not to be considered a security token or key. The ingestion endpoint provides [AAD based authenticated telemetry ingestion options] if you want to protect your AI resource from misuse.
95+
Connection string contains iKey which is a unique identifier used by the ingestion service to associate telemetry to a specific Application Insights resource. It is not to be considered a security token or key. The ingestion endpoint provides Azure AD-based authenticated telemetry ingestion options if you want to protect your AI resource from misuse.
9696

9797
> [!NOTE]
98-
> Application Insights JavaScript SDK requires Connection string to be passed in during initialization/configuration. This is viewable in plain text in client browsers. There is no easy way to use the AAD based authentication for browser telemetry. It is recommended that customers consider creating a separate Application Insights resource for browser telemetry if they need to secure the service telemetry.
98+
> Application Insights JavaScript SDK requires the connection string to be passed in during initialization/configuration. This is viewable in plain text in client browsers. There is no easy way to use the Azure AD-based authentication for browser telemetry. It is recommended that customers consider creating a separate Application Insights resource for browser telemetry if they need to secure the service telemetry.
9999
100100
## Connection string examples
101101

0 commit comments

Comments
 (0)