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/faq.yml
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -134,7 +134,7 @@ sections:
134
134
- question: |
135
135
What's a Log Analytics workspace?
136
136
answer: |
137
-
All log data collected by Azure Monitor is stored in a Log Analytics workspace. A workspace is essentially a container where log data is collected from various sources. You might have a single Log Analytics workspace for all your monitoring data, or you might have requirements for multiple workspaces. See Design a Log Analytics workspace configuration(logs/workspace-design.md).
137
+
All log data collected by Azure Monitor is stored in a Log Analytics workspace. A workspace is essentially a container where log data is collected from various sources. You might have a single Log Analytics workspace for all your monitoring data, or you might have requirements for multiple workspaces. See [Design a Log Analytics workspace configuration](logs/workspace-design.md).
138
138
139
139
- question: |
140
140
Can you move an existing Log Analytics workspace to another Azure subscription?
@@ -249,12 +249,12 @@ sections:
249
249
- question: |
250
250
Does Azure Monitor require an agent?
251
251
answer: |
252
-
An agent is only required to collect data from the operating system and workloads in virtual machines. The virtual machines can be located in Azure, another cloud environment, or on-premises. See [Overview of the Azure Monitor agents](agents/agents-overview.md).
252
+
An agent is only required to collect data from the operating system and workloads in virtual machines. The virtual machines can be located in Azure, another cloud environment, or on-premises. See [Azure Monitor Agent overview](agents/agents-overview.md).
253
253
254
254
- question: |
255
255
What's the difference between the Azure Monitor agents?
256
256
answer: |
257
-
Azure Monitor Agent is the new, improved agent that consolidates features from all the other legacy monitoring agents. It also provides extra benefits like centralized data collection, filtering, and multihoming. See [Overview of the Azure Monitor agents](agents/agents-overview.md).
257
+
Azure Monitor Agent is the new, improved agent that consolidates features from all the other legacy monitoring agents. It also provides extra benefits like centralized data collection, filtering, and multihoming. See [Azure Monitor Agent overview](agents/agents-overview.md).
258
258
259
259
The legacy agents include:
260
260
- Azure Diagnostics extension is for Azure Virtual Machines and collects data to Azure Monitor Metrics, Azure Storage, and Azure Event Hubs.
@@ -603,13 +603,13 @@ sections:
603
603
Learn more about [ASP.NET](app/api-filtering-sampling.md) or [Java](/previous-versions/azure/azure-monitor/app/deprecated-java-2x#filter-telemetry-in-your-java-web-app).
604
604
605
605
- question: |
606
-
How is city, country/region, and other geo-location data calculated?
606
+
How is city, country/region, and other geolocation data calculated?
607
607
answer: |
608
608
We look up the IP address (IPv4 or IPv6) of the web client:
609
609
610
610
* Browser telemetry: We collect the sender's IP address.
611
611
* Server telemetry: The Application Insights module collects the client IP address. It's not collected if `X-Forwarded-For` is set.
612
-
* To learn more about how IP address and geo-location data is collected in Application Insights, see [this article](./app/ip-collection.md).
612
+
* To learn more about how IP address and geolocation data is collected in Application Insights, see [Geolocation and IP address handling](./app/ip-collection.md).
613
613
614
614
You can configure `ClientIpHeaderTelemetryInitializer` to take the IP address from a different header. In some systems, for example, it's moved by a proxy, load balancer, or CDN to `X-Originating-IP`. [Learn more](https://apmtips.com/posts/2016-07-05-client-ip-address/).
615
615
@@ -629,7 +629,7 @@ sections:
629
629
answer: |
630
630
You can send personal data if your code sends such data. It can also happen if variables in stack traces include personal data. Your development team should conduct risk assessments to ensure that personal data is properly handled. Learn more about [data retention and privacy](app/data-retention-privacy.md).
631
631
632
-
*All* octets of the client web address are always set to 0 after the geo-location attributes are looked up.
632
+
*All* octets of the client web address are always set to 0 after the geolocation attributes are looked up.
633
633
634
634
The [Application Insights JavaScript SDK](app/javascript.md) doesn't include any personal data in its autocompletion, by default. However, some personal data used in your application might be picked up by the SDK (for example, full names in `window.title` or account IDs in XHR URL query parameters). For custom personal data masking, add a [telemetry initializer](app/api-filtering-sampling.md#javascript-web-applications).
635
635
@@ -959,7 +959,7 @@ sections:
959
959
- question: |
960
960
Can I use preview builds in production environments?
961
961
answer: |
962
-
We don't recommend it. See [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
962
+
We don't recommend it. See [Supplemental terms of use for Microsoft Azure previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
0 commit comments