Skip to content

Commit 0eb4644

Browse files
authored
Merge pull request #95427 from v-thepet/fixbuildissues
Fix broken link causing build issues
2 parents 885ee93 + fd7918d commit 0eb4644

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

articles/azure-monitor/app/asp-net-core.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ For more information, see [Configure adaptive sampling for ASP.NET Core applicat
209209

210210
### Adding TelemetryInitializers
211211

212-
Use [telemetry initializers](https://docs.microsoft.com/azure/azure-monitor/app/api-filtering-sampling#add-properties-itelemetryinitializer) when you want to define global properties that are sent with all telemetry.
212+
Use [telemetry initializers](https://docs.microsoft.com/azure/azure-monitor/app/api-filtering-sampling#addmodify-properties-itelemetryinitializer) when you want to define global properties that are sent with all telemetry.
213213

214214
Add any new `TelemetryInitializer` to the `DependencyInjection` container as shown in the following code. The SDK automatically picks up any `TelemetryInitializer` that's added to the `DependencyInjection` container.
215215

articles/azure-monitor/app/asp-net-troubleshoot-no-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ You can disable it, but this is not recommended. Sampling is designed so that re
171171
On February 5 2018, we announced that we removed logging of the Client IP address. This does not affect Geo Location.
172172

173173
> [!NOTE]
174-
> If you need the first 3 octets of the IP address, you can use a [telemetry initializer](https://docs.microsoft.com/azure/application-insights/app-insights-api-filtering-sampling#add-properties-itelemetryinitializer) to add a custom attribute.
174+
> If you need the first 3 octets of the IP address, you can use a [telemetry initializer](https://docs.microsoft.com/azure/application-insights/app-insights-api-filtering-sampling#addmodify-properties-itelemetryinitializer) to add a custom attribute.
175175
> This does not affect data collected prior to February 5, 2018.
176176
177177
## Wrong geographical data in user telemetry

articles/azure-monitor/app/ip-collection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ Content-Length: 54
120120
121121
## Telemetry initializer
122122
123-
If you need a more flexible alternative than `DisableIpMasking` to record all or part of IP addresses, you can use a [telemetry initializer](https://docs.microsoft.com/azure/azure-monitor/app/api-filtering-sampling#add-properties-itelemetryinitializer) to copy all or part the IP to a custom field.
123+
If you need a more flexible alternative than `DisableIpMasking` to record all or part of IP addresses, you can use a [telemetry initializer](https://docs.microsoft.com/azure/azure-monitor/app/api-filtering-sampling#addmodify-properties-itelemetryinitializer) to copy all or part the IP to a custom field.
124124
125125
### ASP.NET / ASP.NET Core
126126

articles/azure-monitor/app/usage-send-user-context.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ If the ID contains personally identifying information about the user, it is not
4949

5050
## ASP.NET apps: Setting the user context in an ITelemetryInitializer
5151

52-
Create a telemetry initializer, as described in detail [here](https://docs.microsoft.com/azure/application-insights/app-insights-api-filtering-sampling#add-properties-itelemetryinitializer). Pass the session ID through the request telemetry, and set the Context.User.Id and the Context.Session.Id.
52+
Create a telemetry initializer, as described in detail [here](https://docs.microsoft.com/azure/application-insights/app-insights-api-filtering-sampling#addmodify-properties-itelemetryinitializer). Pass the session ID through the request telemetry, and set the Context.User.Id and the Context.Session.Id.
5353

5454
This example sets the user ID to an identifier that expires after the session. If possible, use a user ID that persists across sessions.
5555

articles/azure-monitor/app/worker-service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ The Application Insights SDK for Worker Service supports both fixed-rate and ada
365365

366366
### Adding TelemetryInitializers
367367

368-
Use [telemetry initializers](https://docs.microsoft.com/azure/azure-monitor/app/api-filtering-sampling#add-properties-itelemetryinitializer) when you want to define properties that are sent with all telemetry.
368+
Use [telemetry initializers](https://docs.microsoft.com/azure/azure-monitor/app/api-filtering-sampling#addmodify-properties-itelemetryinitializer) when you want to define properties that are sent with all telemetry.
369369

370370
Add any new `TelemetryInitializer` to the `DependencyInjection` container and SDK will automatically add them to the `TelemetryConfiguration`.
371371

0 commit comments

Comments
 (0)