Skip to content

Commit 5cc81da

Browse files
committed
acrolinx
1 parent 08416c4 commit 5cc81da

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

articles/azure-monitor/faq.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ sections:
334334
- question: |
335335
Will I duplicate events if I use the Azure Monitor agent and the Log Analytics agent on the same machine?
336336
answer: |
337-
If you are collecting the same events with both agents, there will be duplication. This could be the legacy agent collecting data from the [workspace configuration](agents/agent-data-sources.md) that duplicates data collected by the data collection rule. Or you might be collecting security events with legacy agent and enable Windows Security Events with the AMA connectors in Microsoft Sentinel.
337+
If you are collecting the same events with both agents, there will be duplication. This duplication could be the legacy agent collecting redundant data from the [workspace configuration](agents/agent-data-sources.md) data, collected by the data collection rule. Or you might be collecting security events with legacy agent and enable Windows Security Events with the AMA connectors in Microsoft Sentinel.
338338
339339
You should limit duplication events to only while you transition from one agent to the other. After you've fully tested the DCR and verified its data collection, you should disconnect disable collection for the workspace and disconnect any MMA data connectors.
340340
@@ -351,7 +351,7 @@ sections:
351351
- question: |
352352
Does the Azure Monitor Agent support private links?
353353
answer: |
354-
Yes it does, via Data Collection Endpoints created and added to an Azure Monitor Private Link Scope (AMPLS). [View steps here](agents/azure-monitor-agent-data-collection-endpoint.md#enable-network-isolation-for-the-azure-monitor-agent) on how to set this up.
354+
Yes it does, via Data Collection Endpoints created and added to an Azure Monitor Private Link Scope (AMPLS). [Walk through the setup steps](agents/azure-monitor-agent-data-collection-endpoint.md#enable-network-isolation-for-the-azure-monitor-agent).
355355
356356
- question: |
357357
Is Azure Arc required for AAD-joined machines?
@@ -388,7 +388,7 @@ sections:
388388
- question: |
389389
Does the new Azure Monitor agent have hardening support for Linux?
390390
answer: |
391-
This is not available yet.
391+
Hardening support for Linux is not available yet.
392392
393393
- question: |
394394
What roles do I need to create a DCR that collects events from my servers?
@@ -484,7 +484,7 @@ sections:
484484
* Inserts items into:
485485
* Web.config
486486
* packages.config
487-
* (New projects only - if you [add Application Insights to an existing project](app/app-insights-overview.md), you have to do this manually.) Inserts snippets into the client and server code to initialize them with the Application Insights resource ID. For example, in an MVC app, code is inserted into the master page Views/Shared/\_Layout.cshtml
487+
* (For new projects only, you'll [add Application Insights to an existing project manually](app/app-insights-overview.md)). Inserts snippets into the client and server code to initialize them with the Application Insights resource ID. For example, in an MVC app, code is inserted into the master page Views/Shared/\_Layout.cshtml
488488
489489
- question: |
490490
How do I upgrade from older SDK versions?
@@ -573,7 +573,7 @@ sections:
573573
- question: |
574574
Could personal data be sent in the telemetry?
575575
answer: |
576-
This is possible 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).
576+
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).
577577
578578
**All** octets of the client web address are always set to 0 after the geo location attributes are looked up.
579579
@@ -582,7 +582,7 @@ sections:
582582
- question: |
583583
My Instrumentation Key is visible in my web page source.
584584
answer: |
585-
* This is common practice in monitoring solutions.
585+
* This visibility is common practice in monitoring solutions.
586586
* It can't be used to steal your data.
587587
* It could be used to skew your data or trigger alerts.
588588
* We have not heard that any customer has had such problems.
@@ -594,7 +594,7 @@ sections:
594594
595595
- question: How do I see POST data in Diagnostic search?
596596
answer: |
597-
We don't log POST data automatically, but you can use a TrackTrace call: put the data in the message parameter. This has a longer size limit than the limits on string properties, though you can't filter on it.
597+
We don't log POST data automatically, but you can use a TrackTrace call: put the data in the message parameter. Message parameters have a longer size limit than the limits on string properties, though you can't filter on it.
598598
599599
- question: |
600600
Should I use single or multiple Application Insights resources?
@@ -704,7 +704,7 @@ sections:
704704
* If your Azure web app is hosted in a data center where there is an Application Insights collection endpoint, there is no charge.
705705
* If there is no collection endpoint in your host data center, then your app's telemetry will incur [Azure outgoing charges](https://azure.microsoft.com/pricing/details/bandwidth/).
706706
707-
This doesn't depend on where your Application Insights resource is hosted. It just depends on the distribution of our endpoints.
707+
This answer depends on the distribution of our endpoints, **not** on where your Application Insights resource is hosted.
708708
709709
- question: |
710710
Can I send telemetry to the Application Insights portal?
@@ -800,7 +800,7 @@ sections:
800800
801801
However, there are still cases where even when server-side monitoring is enabled on an application's web server that a 502 or 503 error will not be captured by Application Insights. Many modern web servers do not allow a client to communicate directly, but instead employ solutions like reverse proxies to pass information back and forth between the client and the front-end web servers.
802802
803-
In this scenario, a 502 or 503 response could be returned to a client due to an issue at the reverse proxy layer and this would not be captured out-of-box by Application Insights. To help detect issues at this layer you may need to forward logs from your reverse proxy to Log Analytics and create a custom rule to check for 502/503 responses. To learn more about common causes of 502 and 503 errors consult the Azure App Service [troubleshooting article for "502 bad gateway" and "503 service unavailable"](../app-service/troubleshoot-http-502-http-503.md).
803+
In this scenario, a 502 or 503 response could be returned to a client due to an issue at the reverse proxy layer and would not be captured out-of-box by Application Insights. To help detect issues at this layer you may need to forward logs from your reverse proxy to Log Analytics and create a custom rule to check for 502/503 responses. To learn more about common causes of 502 and 503 errors consult the Azure App Service [troubleshooting article for "502 bad gateway" and "503 service unavailable"](../app-service/troubleshoot-http-502-http-503.md).
804804
805805
- name: OpenTelemetry
806806
questions:

0 commit comments

Comments
 (0)