Skip to content

Commit 6004058

Browse files
(AzureCXP) Correct sub-section title
1 parent 9055eb4 commit 6004058

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ namespace MyWebApp
150150
> [!NOTE]
151151
> If you are unable to access `ISupportProperties`, check and make sure you are running the latest stable release of the Application Insights SDK. `ISupportProperties` are intended for high cardinality values, whereas `GlobalProperties` are more appropriate for low cardinality values like region name, environment name, etc.
152152
153-
### Enable telemetry initializer for .ASP.NET
153+
### Enable telemetry initializer for ASP.NET
154154

155155
```csharp
156156
using Microsoft.ApplicationInsights.Extensibility;
@@ -235,4 +235,4 @@ Newly collected IP addresses should appear in the `customDimensions_client-ip` c
235235

236236
* Learn more about [personal data collection](https://docs.microsoft.com/azure/azure-monitor/platform/personal-data-mgmt) in Application Insights.
237237

238-
* Learn more about how [IP address collection](https://apmtips.com/blog/2016/07/05/client-ip-address/) in Application Insights works. (This is an older external blog post written by one of our engineers. It predates the current default behavior where IP address is recorded as `0.0.0.0`, but it goes into greater depth on the mechanics of the built-in `ClientIpHeaderTelemetryInitializer`.)
238+
* Learn more about how [IP address collection](https://apmtips.com/blog/2016/07/05/client-ip-address/) in Application Insights works. (This is an older external blog post written by one of our engineers. It predates the current default behavior where IP address is recorded as `0.0.0.0`, but it goes into greater depth on the mechanics of the built-in `ClientIpHeaderTelemetryInitializer`.)

0 commit comments

Comments
 (0)