Skip to content

Commit 2cbb475

Browse files
committed
changes
1 parent 5cd3ead commit 2cbb475

File tree

2 files changed

+12
-8
lines changed

2 files changed

+12
-8
lines changed

articles/virtual-machines/monitor-vm-reference.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ The dimension Logical Unit Number (`LUN`) is associated with some of the precedi
4444
### Supported resource logs for Microsoft.Compute/virtualMachines
4545
[!INCLUDE [Microsoft.Compute/virtualMachines](~/azure-reference-other-repo/azure-monitor-ref/supported-logs/includes/microsoft-compute-virtualmachines-logs-include.md)]
4646

47+
> [!IMPORTANT]
48+
> For Azure VMs, all the important data is collected by the Azure Monitor agent. Azure VMs don't use diagnostic settings, so the resource logs aren't important. For detailed information about how the Azure Monitor agent collects VM log data, see [Monitor virtual machines with Azure Monitor: Collect data](/azure/azure-monitor/vm/monitor-virtual-machine-data-collection).
49+
4750
[!INCLUDE [horz-monitor-ref-logs-tables](~/reusable-content/ce-skilling/azure/includes/azure-monitor/horizontals/horz-monitor-ref-logs-tables.md)]
4851

4952
| Table | Categories | Solutions|[Supports basic log plan](/azure/azure-monitor/logs/basic-logs-configure?tabs=portal-1#compare-the-basic-and-analytics-log-data-plans)| Queries|

articles/virtual-machines/monitor-vm.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,17 @@ This article provides an overview of how to monitor the health and performance o
2020
2121
## Overview: Monitor VM host and guest metrics and logs
2222

23-
You can collect metrics and logs from the **VM host**, which is the physical server and hypervisor that creates and manages the VM, and from the **VM guest**, which includes the operating system and applications that run inside the machine.
23+
You can collect metrics and logs from the **VM host**, which is the physical server and hypervisor that creates and manages the VM, and from the **VM guest**, which includes the operating system and applications that run inside the VM.
2424

2525
VM host and guest data is useful in different scenarios:
2626

2727
| Data type | Scenarios | Data collection | Available data |
2828
|-|-|-|-|
29-
| **VM host data** | Understand the performance of the physical host on which the VM is running.<br> (Optional) [Scale up or scale down](/azure/azure-monitor/autoscale/autoscale-overview) based on the load on your application.| Available by default without any additional setup. |[Performance metrics](#azure-monitor-platform-metrics)<br>[Activity logs](#azure-activity-log)<br>[Boot diagnostics](#boot-diagnostics) |
30-
| **VM guest data** | Analyze and troubleshoot performance and operational efficiency of workloads running in your Azure environment. | Install [Azure Monitor Agent](/azure/azure-monitor/agents/data-collection-rule-azure-monitor-agent) on the VM and set up a [data collection rule](#data-collection-rules). ||
31-
||**Basic VM guest monitoring** |[VM insights](#vm-insights) is a quick and easy way to start monitoring your VM clients. VM insights is especially useful for exploring overall VM usage and performance when you don't yet know the metric of primary interest.||
32-
||**VM operating system monitoring (recommended)**||[Windows events and performance counters](/azure/azure-monitor/agents/data-collection-rule-azure-monitor-agent)<br>[Syslog events](/azure/azure-monitor/agents/data-collection-syslog) |
33-
||**Advanced/custom VM monitoring**||For information about collecting IIS logs, custom logs from text and JSON files, and other VM monitoring scenarios, see [VM data sources](/azure/azure-monitor/data-sources#virtual-machines).|
29+
| **VM host data** | Monitor the stability, health, and efficiency of the physical host on which the VM is running.<br>(Optional) [Scale up or scale down](/azure/articles/azure-monitor/autoscale/autoscale-overview) based on the load on your application.| Available by default without any additional setup. |[Host performance metrics](#azure-monitor-platform-metrics)<br>[Activity logs](#azure-activity-log)<br>[Boot diagnostics](#boot-diagnostics)|
30+
| **VM guest data: overview** | Analyze and troubleshoot performance and operational efficiency of workloads running in your Azure environment. | Install [Azure Monitor Agent](/azure/azure-monitor/agents/agents-overview) on the VM and set up a [data collection rule (DCR)](#data-collection-rules). |See various levels of data in the following rows.|
31+
|**Basic VM guest data**|[VM Insights](#vm-insights) is a quick and easy way to start monitoring your VM clients, especially useful for exploring overall VM usage and performance when you don't yet know the metric of primary interest.|[Enable VM Insights](/azure/articles/azure-monitor/vm/vminsights-enable-overview) to automatically install Azure Monitor Agent and create a predefined DCR.|[Guest performance counters](/azure/articles/azure-monitor/vm/vminsights-performance)<br>[Dependencies between application components running on the VM](/azure/articles/azure-monitor/vm/vminsights-maps)|
32+
|**VM operating system monitoring data**|Monitor application performance and events, resource consumption by specific applications and processes, and operating system-level performance and events. Valuable for troubleshooting application-specific issues, optimizing resource usage within VMs, and ensuring optimal performance for workloads running inside VMs.|Install [Azure Monitor Agent](/azure/azure-monitor/agents/agents-overview) on the VM and set up a [DCR](#data-collection-rules).|[Guest performance counters](/azure/azure-monitor/agents/data-collection-rule-azure-monitor-agent).<br>[Windows events](/azure/azure-monitor/agents/data-collection-rule-azure-monitor-agent)<br>[Syslog events](/azure/azure-monitor/agents/data-collection-syslog)|
33+
|**Advanced/custom VM guest data**|Monitoring of web servers, Linux appliances, and any type of data you want to collect from a VM. |Install [Azure Monitor Agent](/azure/azure-monitor/agents/agents-overview) on the VM and set up a [DCR](#data-collection-rules).|[IIS logs](/azure/azure-monitor/agents/data-collection-iis).<br>[SNMP traps](/azure/azure-monitor/agents/data-collection-snmp-data).<br>[Any data written to a text or JSON file](/azure/azure-monitor/agents/data-collection-text-log).|
3434

3535
[!INCLUDE [horz-monitor-insights](~/reusable-content/ce-skilling/azure/includes/azure-monitor/horizontals/horz-monitor-insights.md)]
3636

@@ -67,9 +67,10 @@ For a list of available metrics for Virtual Machines, see [Virtual Machines moni
6767

6868
[!INCLUDE [horz-monitor-resource-logs](~/reusable-content/ce-skilling/azure/includes/azure-monitor/horizontals/horz-monitor-resource-logs.md)]
6969

70-
- For the available resource log categories, their associated Log Analytics tables, and the logs schemas for Virtual Machines, see [Virtual Machines monitoring data reference](monitor-vm-reference.md#resource-logs).
70+
- For the available resource log categories, their associated Log Analytics tables, and the logs schemas for Virtual Machines, see [Virtual Machines monitoring data reference](monitor-vm-reference.md).
7171

72-
- For detailed information about how the Azure Monitor agent collects VM log data, see [Monitor virtual machines with Azure Monitor: Collect data](/azure/azure-monitor/vm/monitor-virtual-machine-data-collection).
72+
> [!IMPORTANT]
73+
> For Azure VMs, all the important data is collected by the Azure Monitor agent. Azure VMs don't use diagnostic settings, so the resource logs aren't important. For detailed information about how the Azure Monitor agent collects VM log data, see [Monitor virtual machines with Azure Monitor: Collect data](/azure/azure-monitor/vm/monitor-virtual-machine-data-collection).
7374
7475
[!INCLUDE [horz-monitor-activity-log](~/reusable-content/ce-skilling/azure/includes/azure-monitor/horizontals/horz-monitor-activity-log.md)]
7576

0 commit comments

Comments
 (0)