Skip to content

Commit 18890af

Browse files
committed
edit pass: azure-monitor-faq-yml
1 parent d67ac2c commit 18890af

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

articles/azure-monitor/faq.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ sections:
320320
- question: |
321321
What are the firewall requirements for Log Analytics agents?
322322
answer: |
323-
See [Network firewall requirements](agents/log-analytics-agent.md#network-requirements) for information on firewall requirements.
323+
See [Network firewall requirements](agents/log-analytics-agent.md#network-requirements).
324324
325325
- name: Azure Monitor Agent
326326
questions:
@@ -331,7 +331,7 @@ sections:
331331
332332
Azure Monitor Agent hasn't yet reached full parity with the Microsoft Monitoring Agent, but we continue to add features and support. The Microsoft Monitoring Agent will be retired on August 31, 2024.
333333
334-
For more information, see the [Azure Monitor Agent overview](./agents/azure-monitor-agent-overview.md).
334+
See [Azure Monitor Agent overview](./agents/azure-monitor-agent-overview.md).
335335
336336
337337
- question: |
@@ -485,7 +485,7 @@ sections:
485485
486486
How many Application Insights resources should I deploy:
487487
488-
See [Design your Application Insights deployment: One versus many Application Insights resources?](app/separate-resources.md).
488+
See [How many Application Insights resources should I deploy?](app/separate-resources.md).
489489
490490
- question: |
491491
Can I use Application Insights with the following apps and services?
@@ -655,13 +655,13 @@ sections:
655655
answer: |
656656
Use a single resource for all the components or roles in a single business system. Use separate resources for development, test, and release versions, and for independent applications.
657657
658-
* See [this discussion](app/separate-resources.md).
658+
* See [How many Application Insights resources should I deploy?](app/separate-resources.md).
659659
* [Example: Cloud service with worker and web roles](app/azure-web-apps-net-core.md).
660660
661661
- question: |
662662
How do I dynamically change the instrumentation key?
663663
answer: |
664-
* See [this discussion](app/separate-resources.md).
664+
* See [How many Application Insights resources should I deploy?](app/separate-resources.md).
665665
* [Example: Cloud service with worker and web roles](app/azure-web-apps-net-core.md).
666666
667667
- question: |
@@ -773,7 +773,7 @@ sections:
773773
- ApplicationIdProvider `https://dc.services.visualstudio.com:443`
774774
- TelemetryChannel `https://dc.services.visualstudio.com:443`
775775
776-
Review our full list of services and IP addresses at [this website](app/ip-addresses.md).
776+
See [IP addresses used by Azure Monitor](app/ip-addresses.md) to review our full list of services and IP addresses.
777777
778778
### Firewall exception
779779
@@ -836,7 +836,7 @@ sections:
836836
- question: |
837837
How long does it take for telemetry to be collected?
838838
answer: |
839-
Most Application Insights data has a latency of under 5 minutes. Some data can take longer, which is typical for larger log files. See the [Application Insights SLA](https://azure.microsoft.com/support/legal/sla/application-insights/v1_2/).
839+
Most Application Insights data has a latency of under 5 minutes. Some data can take longer, which is typical for larger log files. See the [Application Insights service-level agreement](https://azure.microsoft.com/support/legal/sla/application-insights/v1_2/).
840840
841841
<!--Link references-->
842842
@@ -854,14 +854,14 @@ sections:
854854
855855
Even when server-side monitoring is enabled on an application's web server, sometimes a 502 or 503 error isn't captured by Application Insights. Many modern web servers don't allow a client to communicate directly. Instead, they employ solutions like reverse proxies to pass information back and forth between the client and the front-end web servers.
856856
857-
In this scenario, a 502 or 503 response might be returned to a client because of an issue at the reverse proxy layer, so it isn't captured out-of-box by Application Insights. To help detect issues at this layer, you might need to forward logs from your reverse proxy to Log Analytics and create a custom rule to check for 502 or 503 responses. To learn more about common causes of 502 and 503 errors, see the Azure App Service [troubleshooting article for "502 bad gateway" and "503 service unavailable"](../app-service/troubleshoot-http-502-http-503.md).
857+
In this scenario, a 502 or 503 response might be returned to a client because of an issue at the reverse proxy layer, so it isn't captured out-of-box by Application Insights. To help detect issues at this layer, you might need to forward logs from your reverse proxy to Log Analytics and create a custom rule to check for 502 or 503 responses. To learn more about common causes of 502 and 503 errors, see [Troubleshoot HTTP errors of "502 bad gateway" and "503 service unavailable" in Azure App Service](../app-service/troubleshoot-http-502-http-503.md).
858858
859859
- name: OpenTelemetry
860860
questions:
861861
- question: |
862862
What is OpenTelemetry?
863863
answer: |
864-
It's a new open-source standard for observability. Learn more at [https://opentelemetry.io/](https://opentelemetry.io/).
864+
It's a new open-source standard for observability. Learn more at [OpenTelemetry](https://opentelemetry.io/).
865865
866866
- question: |
867867
Why is Microsoft Azure Monitor Application Insights investing in OpenTelemetry?
@@ -882,7 +882,7 @@ sections:
882882
- question: |
883883
How can I test out OpenTelemetry?
884884
answer: |
885-
Check out our enablement docs for [.NET, Java, JavaScript (Node.js), and Python](app/opentelemetry-enable.md). Sign up to join our Azure Monitor Application Insights early adopter community at [https://aka.ms/AzMonOtel](https://aka.ms/AzMonOtel) to receive notifications about major releases.
885+
Check out our enablement docs for [.NET, Java, JavaScript (Node.js), and Python](app/opentelemetry-enable.md). Sign up to join our [OpenTelemetry Early Adopter Community on Azure](https://aka.ms/AzMonOtel) to receive notifications about major releases.
886886
887887
- question: |
888888
What's the current release state of features within each OpenTelemetry offering?
@@ -1076,7 +1076,7 @@ sections:
10761076
- question: |
10771077
How do I resolve the "Missing Subscription registration" error?
10781078
answer: |
1079-
If you receive the error "Missing Subscription registration for Microsoft.OperationsManagement," you can resolve it by registering the resource provider **Microsoft.OperationsManagement** in the subscription where the workspace is defined. For the steps, see [this website](../azure-resource-manager/templates/error-register-resource-provider.md).
1079+
If you receive the error "Missing Subscription registration for Microsoft.OperationsManagement," you can resolve it by registering the resource provider **Microsoft.OperationsManagement** in the subscription where the workspace is defined. For the steps, see [Resolve errors for resource provider registration](../azure-resource-manager/templates/error-register-resource-provider.md).
10801080
10811081
- question: |
10821082
Is there support for Kubernetes RBAC-enabled Azure Kubernetes Service clusters?
@@ -1120,7 +1120,7 @@ sections:
11201120
LogEntry : ({"Hello": "This example has multiple lines:","Docker/Moby": "will not break this into multiple lines", "and you'll receive":"all of them in log analytics", "as one": "log entry"}
11211121
```
11221122
1123-
For a detailed look at the issue, see this [GitHub link](https://github.com/moby/moby/issues/22920).
1123+
For a detailed look at the issue, see this [GitHub page](https://github.com/moby/moby/issues/22920).
11241124
11251125
- question: |
11261126
How do I resolve Azure Active Directory errors when I enable live logs?

0 commit comments

Comments
 (0)