Skip to content

Commit 6e249c2

Browse files
authored
Merge pull request #190314 from pizzaz93/patch-4
Update data-model-context.md
2 parents cb79018 + ede9e6d commit 6e249c2

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

articles/azure-monitor/app/data-model-context.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Originally this field was used to indicate the type of the device the end user o
3232
Max length: 64
3333

3434

35-
## Operation id
35+
## Operation ID
3636

3737
A unique identifier of the root operation. This identifier allows to group telemetry across multiple components. See [telemetry correlation](./correlation.md) for details. The operation id is created by either a request or a page view. All other telemetry sets this field to the value for the containing request or page view.
3838

@@ -69,25 +69,25 @@ Max length: 64
6969

7070
## Anonymous user id
7171

72-
Anonymous user id. Represents the end user of the application. When telemetry is sent from a service, the user context is about the user that initiated the operation in the service.
72+
Anonymous user ID. Represents the end user of the application. When telemetry is sent from a service, the user context is about the user that initiated the operation in the service.
7373

74-
[Sampling](./sampling.md) is one of the techniques to minimize the amount of collected telemetry. Sampling algorithm attempts to either sample in or out all the correlated telemetry. Anonymous user id is used for sampling score generation. So anonymous user id should be a random enough value.
74+
[Sampling](./sampling.md) is one of the techniques to minimize the amount of collected telemetry. Sampling algorithm attempts to either sample in or out all the correlated telemetry. Anonymous user ID is used for sampling score generation. So anonymous user ID should be a random enough value.
7575

76-
Using anonymous user id to store user name is a misuse of the field. Use Authenticated user id.
76+
Using anonymous user ID to store user name is a misuse of the field. Use Authenticated user ID.
7777

7878
Max length: 128
7979

8080

81-
## Authenticated user id
81+
## Authenticated user ID
8282

83-
Authenticated user id. The opposite of anonymous user id, this field represents the user with a friendly name. This is only collected by default with the ASP.NET Framework SDK's [`AuthenticatedUserIdTelemetryInitializer`](https://github.com/microsoft/ApplicationInsights-dotnet/blob/develop/WEB/Src/Web/Web/AuthenticatedUserIdTelemetryInitializer.cs).
83+
Authenticated user ID. The opposite of anonymous user ID, this field represents the user with a friendly name. This is only collected by default with the ASP.NET Framework SDK's [`AuthenticatedUserIdTelemetryInitializer`](https://github.com/microsoft/ApplicationInsights-dotnet/blob/develop/WEB/Src/Web/Web/AuthenticatedUserIdTelemetryInitializer.cs).
8484

8585
Max length: 1024
8686

8787

88-
## Account id
88+
## Account ID
8989

90-
In multi-tenant applications this is the account ID or name, which the user is acting with. Examples may be subscription ID for Azure portal or blog name for a blogging platform.
90+
In multi-tenant applications this is the tenant account ID or name, which the user is acting with. It is used for additional user segmentation when user ID and authenticated user ID are not sufficient. For example, a subscription ID for Azure portal or the blog name for a blogging platform.
9191

9292
Max length: 1024
9393

0 commit comments

Comments
 (0)