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/ip-collection.md
+7-18Lines changed: 7 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,15 +23,15 @@ The telemetry types are:
23
23
24
24
This behavior is by design to help avoid unnecessary collection of personal data and IP address location information.
25
25
26
-
> [!NOTE]
27
-
> The default and our recommendation is to not collect IP addresses. If you override this behavior, verify that the collection doesn't break any compliance requirements or local regulations.
28
-
>
29
-
> To learn more about handling personal data, see [Guidance for personal data](../logs/personal-data-mgmt.md).
30
-
31
26
When IP addresses aren't collected, city and other geolocation attributes also aren't collected.
32
27
33
28
## Storage of IP address data
34
29
30
+
> [!WARNING]
31
+
> The default and our recommendation is to not collect IP addresses. If you override this behavior, verify the collection doesn't break any compliance requirements or local regulations.
32
+
>
33
+
> To learn more about handling personal data, see [Guidance for personal data](../logs/personal-data-mgmt.md).
34
+
35
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.
36
36
37
37
### ARM template
@@ -119,24 +119,13 @@ Content-Length: 54
119
119
120
120
### PowerShell
121
121
122
-
The PowerShell 'Update-AzApplicationInsights' cmdlet can disable IP masking with the `DisableIPMasking` parameter.
122
+
The PowerShell `Update-AzApplicationInsights` cmdlet can disable IP masking with the `DisableIPMasking` parameter.
For more information on the 'Update-AzApplicationInsights' cmdlet, see [Update-AzApplicationInsights](/powershell/module/az.applicationinsights/update-azapplicationinsights)
129
-
130
-
## Frequently asked questions
131
-
132
-
This section provides answers to common questions.
133
-
134
-
### How is city, country/region, and other geolocation data calculated?
135
-
136
-
We look up the IP address (IPv4 or IPv6) of the web client:
137
-
138
-
* Browser telemetry: We collect the sender's IP address.
139
-
* Server telemetry: The Application Insights module collects the client IP address if `X-Forwarded-For` isn't set.
128
+
For more information on the `Update-AzApplicationInsights` cmdlet, see [Update-AzApplicationInsights](/powershell/module/az.applicationinsights/update-azapplicationinsights)
0 commit comments