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/vm/tutorial-monitor-vm-enable-insights.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,13 +35,13 @@ Select **Insights** from your virtual machine's menu in the Azure portal. If VM
35
35
36
36
In order to reduce cost for data collection, VM insights creates a default [data collection rule](../essentials/data-collection-rule-overview.md) that doesn't include collection of processes and dependencies. To enable this collection, click **Create new** to create a new data collection rule.
37
37
38
-
:::image type="content" source="media/tutorial-monitor-vm/enable-vminsights.png" lightbox="media/tutorial-monitor-vm/enable-vminsights.png" alt-text="Enable VM insights with workspace":::
38
+
:::image type="content" source="media/tutorial-monitor-vm/enable-vminsights.png" lightbox="media/tutorial-monitor-vm/enable-vminsights.png" alt-text="Screenshot for enabling VM insights with workspace":::
39
39
40
40
Provide a **Data collection rule name** and then select **Enable processes and dependencies (Map)**. You can't disable collection of guest performance since this is required for VM insights.
41
41
42
42
Keep the default Log Analytics workspace for the subscription unless you have another workspace that you want to use. Click **Create** to create the new data collection rule. and then **Configure** to start VM insights configuration.
43
43
44
-
:::image type="content" source="media/tutorial-monitor-vm/enable-vminsights-create-new-rule.png" lightbox="media/tutorial-monitor-vm/enable-vminsights-create-new-rule.png" alt-text="Enable VM insights with workspace":::
44
+
:::image type="content" source="media/tutorial-monitor-vm/enable-vminsights-create-new-rule.png" lightbox="media/tutorial-monitor-vm/enable-vminsights-create-new-rule.png" alt-text="Screenshot for configuring new data collection rule":::
45
45
46
46
47
47
You'll see a message saying that monitoring is being enabled. It may take several minutes for the agent to be installed and for data collection to begin.
@@ -65,7 +65,7 @@ The **Maps** view provides different tabs with information collected about the v
VM insights collects performance data from the VM guest operating system, but it doesn't collect log data such as Windows event log or syslog. Now that you have the machine monitored with the Azure Monitor agent, You can create an additional data collection rule to perform this collection.
68
+
VM insights collects performance data from the VM guest operating system, but it doesn't collect log data such as Windows event log or syslog. Now that you have the machine monitored with the Azure Monitor agent, you can create an additional data collection rule to perform this collection.
69
69
70
70
> [!div class="nextstepaction"]
71
71
> [Collect guest logs and metrics from Azure virtual machine](tutorial-monitor-vm-guest.md)
Copy file name to clipboardExpand all lines: articles/azure-monitor/vm/tutorial-monitor-vm-guest.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: Create data collection rule to collect guest logs and metrics from
4
4
ms.service: azure-monitor
5
5
ms.topic: article
6
6
ms.custom: subject-monitoring
7
-
ms.date: 11/08/2021
7
+
ms.date: 12/03/2022
8
8
ms.reviewer: Xema Pathak
9
9
---
10
10
@@ -110,7 +110,7 @@ You can get a complete tutorial on viewing and analyzing metric data using metri
110
110
111
111
112
112
## Next steps
113
-
[Recommneded alerts](tutorial-monitor-vm-alert-recommended.md) and the [VM Availability metric](tutorial-monitor-vm-alert-availability.md) alert from the virtual machine host but don't have any visibility into the guest operating system and its workloads. Now that you're collecting guest metrics for the virtual machine, you can create metric alerts based on guest metrics such as logical disk space.
113
+
[Recommended alerts](tutorial-monitor-vm-alert-recommended.md) and the [VM Availability metric](tutorial-monitor-vm-alert-availability.md) alert from the virtual machine host but don't have any visibility into the guest operating system and its workloads. Now that you're collecting guest metrics for the virtual machine, you can create metric alerts based on guest metrics such as logical disk space.
114
114
115
115
> [!div class="nextstepaction"]
116
116
> [Create a metric alert in Azure Monitor](../alerts/tutorial-metric-alert.md)
Copy file name to clipboardExpand all lines: articles/virtual-machines/monitor-vm.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: This article discusses how to monitor Azure virtual machines.
4
4
ms.service: virtual-machines
5
5
ms.topic: article
6
6
ms.custom: subject-monitoring
7
-
ms.date: 12/02/2022
7
+
ms.date: 12/03/2022
8
8
---
9
9
10
10
# Monitor Azure virtual machines
@@ -61,7 +61,7 @@ If you enable [VM insights](#vm-insights), the Azure Monitor agent is installed
61
61
62
62
63
63
## Analyze metrics
64
-
Metrics are numerical values that describe some aspect of a system at a particular point in time. Although platform metrics for the virtual machine host are collected automatically, you must install the Azure Monitor agent and [create a data collection rule](#collect-guest-metrics-and-logs) to collect guest metrics.
64
+
Metrics are numerical values that describe some aspect of a system at a particular point in time. Although platform metrics for the virtual machine host are collected automatically, you must install the Azure Monitor agent and [create a data collection rule](#create-data-collection-rule) to collect guest metrics.
65
65
66
66
The **Overview** pane includes the most common host metrics, and you can access others by using the **Metrics** pane. With this tool, you can create charts from metric values and visually correlate trends. You can also create a metric alert rule or pin a chart to an Azure dashboard. For a tutorial on using this tool, see [Analyze metrics for an Azure resource](../azure-monitor/essentials/tutorial-metrics.md).
0 commit comments