Skip to content

Commit f415ac1

Browse files
committed
Updating article for freshness
1 parent accb498 commit f415ac1

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

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

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.reviewer: mmcc
88

99
# Geolocation and IP address handling
1010

11-
This article explains how geolocation lookup and IP address handling work in Application Insights.
11+
This article explains how geolocation lookup and IP address handling work in [Application Insights](app-insights-overview.md#application-insights-overview).
1212

1313
## Default behavior
1414

@@ -32,7 +32,14 @@ When IP addresses aren't collected, city and other geolocation attributes also a
3232
>
3333
> To learn more about handling personal data, see [Guidance for personal data](../logs/personal-data-mgmt.md).
3434
35-
To enable IP collection and storage, the `DisableIpMasking` property of the Application Insights component must be set to `true`. You can set this property through Azure Resource Manager templates (ARM templates) or by calling the REST API.
35+
To enable IP collection and storage, the `DisableIpMasking` property of the Application Insights component must be set to `true`.
36+
37+
Options to set this property include:
38+
39+
- [ARM template](#arm-template)
40+
- [Portal](#portal)
41+
- [REST API](#rest-api)
42+
- [PowerShell](#powershell)
3643

3744
### ARM template
3845

@@ -100,7 +107,7 @@ If you need to modify the behavior for only a single Application Insights resour
100107
101108
The following [REST API](/rest/api/azure/) payload makes the same modifications:
102109
103-
```
110+
```json
104111
PATCH https://management.azure.com/subscriptions/<sub-id>/resourceGroups/<rg-name>/providers/microsoft.insights/components/<resource-name>?api-version=2018-05-01-preview HTTP/1.1
105112
Host: management.azure.com
106113
Authorization: AUTH_TOKEN
@@ -129,4 +136,5 @@ For more information on the `Update-AzApplicationInsights` cmdlet, see [Update-A
129136

130137
## Next steps
131138

132-
* Learn more about [personal data collection](../logs/personal-data-mgmt.md) in Azure Monitor.
139+
* Learn more about [personal data collection](../logs/personal-data-mgmt.md) in Azure Monitor.
140+
* Learn how to [set the user IP](opentelemetry-add-modify.md#set-the-user-ip) using OpenTelemetry.

0 commit comments

Comments
 (0)