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
Copy file name to clipboardExpand all lines: articles/azure-monitor/app/configuration-with-applicationinsights-config.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -115,13 +115,13 @@ You can [write your own initializers](./api-filtering-sampling.md#add-properties
115
115
116
116
The standard initializers are all set either by the web or WindowsServer NuGet packages:
117
117
118
-
*`AccountIdTelemetryInitializer` sets the AccountId property.
118
+
*`AccountIdTelemetryInitializer` sets the `AccountId` property.
119
119
*`AuthenticatedUserIdTelemetryInitializer` sets the `AuthenticatedUserId` property as set by the JavaScript SDK.
120
120
*`AzureRoleEnvironmentTelemetryInitializer` updates the `RoleName` and `RoleInstance` properties of the `Device` context for all telemetry items with information extracted from the Azure runtime environment.
121
121
*`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.
122
122
*`ClientIpHeaderTelemetryInitializer` updates the `Ip` property of the `Location` context of all telemetry items based on the `X-Forwarded-For` HTTP header of the request.
123
123
*`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`.
125
125
*`Id` is set to the domain name of the computer where the web application is running.
126
126
*`OemName` is set to the value extracted from the `Win32_ComputerSystem.Manufacturer` field by using WMI.
127
127
*`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
0 commit comments