Skip to content

Commit 08416c4

Browse files
committed
acrolinx fixes
1 parent f771576 commit 08416c4

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

articles/azure-monitor/faq.yml

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ metadata:
1010
ms.date: 04/01/2022
1111
title: Azure Monitor Frequently Asked Questions
1212
summary: |
13-
This Microsoft FAQ is a list of commonly asked questions about Azure Monitor. If you have any additional questions, go to the [discussion forum](/answers/questions/topics/single/24223.html) and post your questions. When a question is frequently asked, we add it to this article so that it can be found quickly and easily.
13+
This Microsoft FAQ is a list of commonly asked questions about Azure Monitor. If you have any other questions, go to the [discussion forum](/answers/questions/topics/single/24223.html) and post your questions. When a question is frequently asked, we add it to this article so that it can be found quickly and easily.
1414
1515
1616
sections:
@@ -34,12 +34,12 @@ sections:
3434
- question: |
3535
How do I enable Azure Monitor?
3636
answer: |
37-
Azure Monitor is enabled the moment that you create a new Azure subscription, and [Activity log](./essentials/platform-logs-overview.md) and platform [metrics](essentials/data-platform-metrics.md) are automatically collected. Create [diagnostic settings](essentials/diagnostic-settings.md) to collect more detailed information about the operation of your Azure resources, and add [monitoring solutions](insights/solutions.md) and [insights](./monitor-reference.md) to provide additional analysis on collected data for particular services.
37+
Azure Monitor is enabled the moment that you create a new Azure subscription, and [Activity log](./essentials/platform-logs-overview.md) and platform [metrics](essentials/data-platform-metrics.md) are automatically collected. Create [diagnostic settings](essentials/diagnostic-settings.md) to collect more detailed information about the operation of your Azure resources, and add [monitoring solutions](insights/solutions.md) and [insights](./monitor-reference.md) to provide extra analysis on collected data for particular services.
3838
3939
- question: |
4040
How do I access Azure Monitor?
4141
answer: |
42-
Access all Azure Monitor features and data from the **Monitor** menu in the Azure portal. The **Monitoring** section of the menu for different Azure services provides access to the same tools with data filtered to a particular resource. Azure Monitor data is also accessible for a variety of scenarios using CLI, PowerShell, and a REST API.
42+
Access all Azure Monitor features and data from the **Monitor** menu in the Azure portal. The **Monitoring** section of the menu for different Azure services provides access to the same tools with data filtered to a particular resource. Azure Monitor data is also accessible for various scenarios using CLI, PowerShell, and a REST API.
4343
4444
- question: |
4545
Is there an on-premises version of Azure Monitor?
@@ -54,7 +54,7 @@ sections:
5454
- question: |
5555
Does Azure Monitor integrate with System Center Operations Manager?
5656
answer: |
57-
You can connect your existing System Center Operations Manager management group to Azure Monitor to collect data from agents into Azure Monitor Logs. This allows you to use log queries and solution to analyze data collected from agents. You can also configure existing System Center Operations Manager agents to send data directly to Azure Monitor. See [Connect Operations Manager to Azure Monitor](agents/om-agents.md).
57+
You can connect your existing System Center Operations Manager management group to Azure Monitor to collect data from agents into Azure Monitor Logs. This capability allows you to use log queries and solution to analyze data collected from agents. You can also configure existing System Center Operations Manager agents to send data directly to Azure Monitor. See [Connect Operations Manager to Azure Monitor](agents/om-agents.md).
5858
5959
- question: |
6060
What IP addresses does Azure Monitor use?
@@ -66,12 +66,12 @@ sections:
6666
- question: |
6767
Where does Azure Monitor get its data?
6868
answer: |
69-
Azure Monitor collects data from a variety of sources including logs and metrics from Azure platform and resources, custom applications, and agents running on virtual machines. Other services such as Microsoft Defender for Cloud and Network Watcher collect data into a Log Analytics workspace so it can be analyzed with Azure Monitor data. You can also send custom data to Azure Monitor using the REST API for logs or metrics. See [Sources of monitoring data for Azure Monitor](agents/data-sources.md).
69+
Azure Monitor collects data from various sources including logs and metrics from Azure platform and resources, custom applications, and agents running on virtual machines. Other services such as Microsoft Defender for Cloud and Network Watcher collect data into a Log Analytics workspace so it can be analyzed with Azure Monitor data. You can also send custom data to Azure Monitor using the REST API for logs or metrics. See [Sources of monitoring data for Azure Monitor](agents/data-sources.md).
7070
7171
- question: |
7272
What data is collected by Azure Monitor?
7373
answer: |
74-
Azure Monitor collects data from a variety of sources into [logs](logs/data-platform-logs.md) or [metrics](essentials/data-platform-metrics.md). Each type of data has its own relative advantages, and each supports a particular set of features in Azure Monitor. There is a single metrics database for each Azure subscription, while you can create multiple Log Analytics workspaces to collect logs depending on your requirements. See [Azure Monitor data platform](data-platform.md).
74+
Azure Monitor collects data from various sources into [logs](logs/data-platform-logs.md) or [metrics](essentials/data-platform-metrics.md). Each type of data has its own relative advantages, and each supports a particular set of features in Azure Monitor. There is a single metrics database for each Azure subscription, while you can create multiple Log Analytics workspaces to collect logs depending on your requirements. See [Azure Monitor data platform](data-platform.md).
7575
7676
- question: |
7777
Is there a maximum amount of data that I can collect in Azure Monitor?
@@ -88,7 +88,7 @@ sections:
8888
answer: |
8989
You may on occasion notice duplicate records in Azure Monitor Logs. This will typically be from one of the following two conditions.
9090
91-
- Components in the pipeline have retries to ensure reliable delivery at the destination. Occasionally, this may result in duplicates for a very small percentage of telemetry items.
91+
- Components in the pipeline have retries to ensure reliable delivery at the destination. Occasionally, this capability may result in duplicates for a small percentage of telemetry items.
9292
- If the duplicate records come from a virtual machine, then you may have both the Log Analytics agent and Azure Monitor agent installed. If you still need the Log Analytics agent installed, then configure the Log Analytics workspace to no longer collect data that’s also being collected by the data collection rule used by Azure Monitor agent.
9393
9494
@@ -97,7 +97,7 @@ sections:
9797
- question: |
9898
What is an insight in Azure Monitor?
9999
answer: |
100-
Insights provide a customized monitoring experience for particular Azure services. They use the same metrics and logs as other features in Azure Monitor but may collect additional data and provide a unique experience in the Azure portal. See [Insights in Azure Monitor](./monitor-reference.md).
100+
Insights provide a customized monitoring experience for particular Azure services. They use the same metrics and logs as other features in Azure Monitor but may collect extra data and provide a unique experience in the Azure portal. See [Insights in Azure Monitor](./monitor-reference.md).
101101
102102
To view insights in the Azure portal, see the **Insights** section of the **Monitor** menu or the **Monitoring** section of the service's menu.
103103
@@ -106,7 +106,7 @@ sections:
106106
answer: |
107107
Monitoring solutions are packaged sets of logic for monitoring a particular application or service based on Azure Monitor features. They collect log data in Azure Monitor and provide log queries and views for their analysis using a common experience in the Azure portal. See [Monitoring solutions in Azure Monitor](insights/solutions.md).
108108
109-
To view solutions in the Azure portal, click **More** in the **Insights** section of the **Monitor** menu. Click **Add** to add additional solutions to the workspace.
109+
To view solutions in the Azure portal, click **More** in the **Insights** section of the **Monitor** menu. Click **Add** to add more solutions to the workspace.
110110
111111
- name: Logs
112112
questions:
@@ -133,7 +133,7 @@ sections:
133133
- question: |
134134
What is a Log Analytics workspace?
135135
answer: |
136-
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 a variety of sources. You may have a single Log Analytics workspace for all your monitoring data or may have requirements for multiple workspaces. See [Designing your Azure Monitor Logs deployment](logs/design-logs-deployment.md).
136+
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 may have a single Log Analytics workspace for all your monitoring data or may have requirements for multiple workspaces. See [Designing your Azure Monitor Logs deployment](logs/design-logs-deployment.md).
137137
138138
- question: |
139139
Can you move an existing Log Analytics workspace to another Azure subscription?
@@ -207,7 +207,7 @@ sections:
207207
- question: |
208208
What's the difference between the Azure Monitor agents?
209209
answer: |
210-
The Azure Monitor Agent is the new, improved agent that will consolidate the features from all the other legacy monitoring agents, whilst providing additional benefits like centralized data collection, filtering, multihoming and more. See [Overview of the Azure Monitor agents](agents/agents-overview.md).
210+
The **Azure Monitor Agent** is the new, improved agent that consolidates features from all the other legacy monitoring agents while providing extra benefits, like centralized data collection, filtering, multihoming, and more. See [Overview of the Azure Monitor agents](agents/agents-overview.md).
211211
The legacy agents include:
212212
- Azure Diagnostic extension is for Azure virtual machines and collects data to Azure Monitor Metrics, Azure Storage, and Azure Event Hubs.
213213
- The Log Analytics agent is for virtual machines in Azure, another cloud environment, or on-premises and collects data to Azure Monitor Logs. These agents will be deprecated by August, 2024.
@@ -305,7 +305,7 @@ sections:
305305
Will the new Azure Monitor agent support data collection for the various Log Analytics solutions and Azure services such as Microsoft Defender for Cloud and Microsoft Sentinel?
306306
answer: |
307307
Review the list of [AMA extensions currently available in preview](./agents/azure-monitor-agent-overview.md#supported-services-and-features). These are the same solutions and services now available using the new Azure Monitor agent instead.
308-
You may see additional extensions getting installed for the solution/service, this is to collect additional data or perform transformation/processing as required for the solution/service, and then use AMA to route the final data to Azure Monitor.
308+
You may see more extensions getting installed for the solution/service to collect extra data or perform transformation/processing as required for the solution/service, and then use AMA to route the final data to Azure Monitor.
309309
310310
Here's a diagram explaining the **new extensibility architecture**:
311311
@@ -346,7 +346,7 @@ sections:
346346
- question: |
347347
Does the Azure Monitor Agent support non-Azure environments (other clouds, on-premises)?
348348
answer: |
349-
Both on-premises machines and machines connected to other clouds are supported for servers today, once you have the Azure Arc agent installed. For purposes of running AMA and DCR, the ARC requirement comes at **no additional cost or resource consumption**, since the ARC agent is only used as an installation mechanism and you need not enable the paid management features if you don’t wish to use them.
349+
Both on-premises machines and machines connected to other clouds are supported for servers today, once you have the Azure Arc agent installed. For purposes of running AMA and DCR, the ARC requirement comes at **no extra cost or resource consumption**, since the ARC agent is only used as an installation mechanism and you need not enable the paid management features if you don’t wish to use them.
350350
351351
- question: |
352352
Does the Azure Monitor Agent support private links?
@@ -371,7 +371,7 @@ sections:
371371
- question: |
372372
What types of machines does the new Azure Monitor Agent support?
373373
answer: |
374-
You can directly install them on Virtual Machines, Virtual Machines Scale Sets, and Arc enabled Servers. Additional you can also install them on devices (workstations, desktops) running Windows 10 or 11 using the Windows MSI installer for AMA, [currently available in preview click here](https://aka.ms/amadcr-privatepreviews)).
374+
You can directly install them on Virtual Machines, Virtual Machines Scale Sets, and Arc enabled Servers. You can also install them on devices (workstations, desktops) running Windows 10 or 11 using the Windows MSI installer for AMA, [currently available in preview click here](https://aka.ms/amadcr-privatepreviews)).
375375
376376
- question: |
377377
Can we filter events using event ID, i.e. more granular event filtering using the new Azure Monitor Agent?
@@ -623,7 +623,7 @@ sections:
623623
answer: |
624624
The browser passes the User Agent string in the HTTP header of the request, and the Application Insights ingestion service uses [UA Parser](https://github.com/ua-parser/uap-core) to generate the fields you see in the data tables and experiences. As a result, Application Insights users are unable to change these fields.
625625
626-
Occasionally this data may be missing or inaccurate if the user or enterprise disables sending User Agent in Browser settings. Additionally, the [UA Parser regexes](https://github.com/ua-parser/uap-core/blob/master/regexes.yaml) may not include all device information or Application Insights may not have adopted the latest updates.
626+
Occasionally this data may be missing or inaccurate if the user or enterprise disables sending User Agent in Browser settings. The [UA Parser regexes](https://github.com/ua-parser/uap-core/blob/master/regexes.yaml) may not include all device information or Application Insights may not have adopted the latest updates.
627627
628628
- question: Have I enabled everything in Application Insights?
629629
answer: |
@@ -940,7 +940,7 @@ sections:
940940
- question: |
941941
Can I view metrics collected in Grafana?
942942
answer: |
943-
Container insights supports viewing metrics stored in your Log Analytics workspace in Grafana dashboards. We have provided a template that you can download from Grafana's [dashboard repository](https://grafana.com/grafana/dashboards?dataSource=grafana-azure-monitor-datasource&category=docker) to get you started and reference to help you learn how to query additional data from your monitored clusters to visualize in custom Grafana dashboards.
943+
Container insights supports viewing metrics stored in your Log Analytics workspace in Grafana dashboards. We have provided a template that you can download from Grafana's [dashboard repository](https://grafana.com/grafana/dashboards?dataSource=grafana-azure-monitor-datasource&category=docker) to get you started and reference to help you learn how to query data from your monitored clusters to visualize in custom Grafana dashboards.
944944
945945
- question: |
946946
Can I monitor my AKS-engine cluster with Container insights?
@@ -1050,7 +1050,7 @@ sections:
10501050
- question: |
10511051
What do I do if my VM is already reporting to an existing workspace?
10521052
answer: |
1053-
If you are already collecting data from your virtual machines, you may have already configured it to report data to an existing Log Analytics workspace. As long as that workspace is in one of our supported regions, you can enable VM insights to that pre-existing workspace. If the workspace you are already using is not in one of our supported regions, you won't be able to onboard to VM insights at this time. We are actively working to support additional regions.
1053+
If you are already collecting data from your virtual machines, you may have already configured it to report data to an existing Log Analytics workspace. As long as that workspace is in one of our supported regions, you can enable VM insights to that pre-existing workspace. If the workspace you are already using is not in one of our supported regions, you won't be able to onboard to VM insights at this time. We are actively working to support more regions.
10541054
10551055
- question: |
10561056
Why did my VM fail to onboard?
@@ -1061,14 +1061,14 @@ sections:
10611061
* The Log Analytics agent is installed on Azure VMs using a VM extension, if determined it is required.
10621062
* The VM insights Map Dependency agent is installed on Azure VMs using an extension, if determined it is required.
10631063
1064-
During the onboard process, we check for status on each of the above to return a notification status to you in the portal. Configuration of the workspace and the agent installation typically takes 5 to 10 minutes. Viewing monitoring data in the portal take an additional 5 to 10 minutes.
1064+
During the onboard process, we check for status on each of the above to return a notification status to you in the portal. Configuration of the workspace and the agent installation typically takes 5 to 10 minutes. Viewing monitoring data in the portal take an extra 5 to 10 minutes.
10651065
10661066
If you have initiated onboarding and see messages indicating the VM needs to be onboarded, allow for up to 30 minutes for the VM to complete the process.
10671067
10681068
- question: |
10691069
I don't see some or any data in the performance charts for my VM
10701070
answer: |
1071-
Our performance charts have been updated to use data stored in the *InsightsMetrics* table. To see data in these charts you will need to upgrade to use the new VM Insights solution. Please refer to our [GA FAQ](vm/vminsights-ga-release-faq.yml) for additional information.
1071+
Our performance charts have been updated to use data stored in the *InsightsMetrics* table. To see data in these charts you will need to upgrade to use the new VM Insights solution. Please refer to our [GA FAQ](vm/vminsights-ga-release-faq.yml) for more information.
10721072
10731073
If you don't see performance data in the disk table or in some of the performance charts then your performance counters may not be configured in the workspace. To resolve, run the following [PowerShell script](./vm/vminsights-enable-powershell.md).
10741074
@@ -1177,7 +1177,7 @@ additionalContent: |
11771177
11781178
## Next steps
11791179
1180-
If your question isn't answered here, you can refer to the following forums to additional questions and answers.
1180+
If your question isn't answered here, you can refer to the following forums for more questions and answers.
11811181
11821182
- [Log Analytics](/answers/topics/azure-monitor.html)
11831183
- [Application Insights](/answers/topics/azure-monitor.html)

0 commit comments

Comments
 (0)