Skip to content

Commit 1bb46da

Browse files
authored
Update configuration-with-applicationinsights-config.md
1 parent 7d5b8d8 commit 1bb46da

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/azure-monitor/app/configuration-with-applicationinsights-config.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,13 +115,13 @@ You can [write your own initializers](./api-filtering-sampling.md#add-properties
115115

116116
The standard initializers are all set either by the web or WindowsServer NuGet packages:
117117

118-
* `AccountIdTelemetryInitializer` sets the AccountId property.
118+
* `AccountIdTelemetryInitializer` sets the `AccountId` property.
119119
* `AuthenticatedUserIdTelemetryInitializer` sets the `AuthenticatedUserId` property as set by the JavaScript SDK.
120120
* `AzureRoleEnvironmentTelemetryInitializer` updates the `RoleName` and `RoleInstance` properties of the `Device` context for all telemetry items with information extracted from the Azure runtime environment.
121121
* `BuildInfoConfigComponentVersionTelemetryInitializer` updates the `Version` property of the `Component` context for all telemetry items with the value extracted from the `BuildInfo.config` file produced by MS Build.
122122
* `ClientIpHeaderTelemetryInitializer` updates the `Ip` property of the `Location` context of all telemetry items based on the `X-Forwarded-For` HTTP header of the request.
123123
* `DeviceTelemetryInitializer` updates the following properties of the `Device` context for all telemetry items.
124-
* `Type` is set to "PC."
124+
* `Type` is set to `PC`.
125125
* `Id` is set to the domain name of the computer where the web application is running.
126126
* `OemName` is set to the value extracted from the `Win32_ComputerSystem.Manufacturer` field by using WMI.
127127
* `Model` is set to the value extracted from the `Win32_ComputerSystem.Model` field by using WMI.
@@ -268,7 +268,7 @@ TelemetryConfiguration.Active.ApplicationIdProvider = new ApplicationInsightsApp
268268

269269
This static provider relies on your configured instrumentation key/application ID pairs.
270270

271-
This class has the `Defined` property, which is a Dictionary<string,string> of instrumentation key to application ID pairs.
271+
This class has the `Defined` property, which is a `Dictionary<string,string>` of instrumentation key/application ID pairs.
272272

273273
This class has the optional property `Next`, which can be used to configure another provider to use when an instrumentation key is requested that doesn't exist in your configuration.
274274

0 commit comments

Comments
 (0)