Skip to content

Commit a2e405c

Browse files
committed
fixes
1 parent 7b1b531 commit a2e405c

File tree

5 files changed

+10
-117
lines changed

5 files changed

+10
-117
lines changed

.openpublishing.redirection.azure-monitor.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5576,6 +5576,11 @@
55765576
"source_path_from_root": "/articles/azure-monitor/vm/tutorial-monitor-vm-alert.md",
55775577
"redirect_url": "/azure/azure-monitor/vm/tutorial-monitor-vm-alert-availability",
55785578
"redirect_document_id": false
5579+
},
5580+
{
5581+
"source_path_from_root": "/articles/azure-monitor/vm/tutorial-monitor-vm-enable.md",
5582+
"redirect_url": "/azure/azure-monitor/vm/tutorial-monitor-vm-enable-insights",
5583+
"redirect_document_id": false
55795584
}
55805585
]
55815586
}

articles/azure-monitor/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ items:
4545
- name: Create availability alert
4646
href: vm/tutorial-monitor-vm-alert-availability.md
4747
- name: Enable VM insights
48-
href: vm/tutorial-monitor-vm-enable.md
48+
href: vm/tutorial-monitor-vm-enable-insights.md
4949
- name: Collect guest logs and metrics
5050
href: vm/tutorial-monitor-vm-guest.md
5151
- name: Application Insights

articles/azure-monitor/vm/monitor-virtual-machine-configure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.reviewer: Xema Pathak
1414
This article is part of the scenario [Monitor virtual machines and their workloads in Azure Monitor](monitor-virtual-machine.md). It describes how to configure monitoring of your Azure and hybrid virtual machines in Azure Monitor.
1515

1616
> [!NOTE]
17-
> This scenario describes how to implement complete monitoring of your Azure and hybrid virtual machine environment. To get started monitoring your first Azure virtual machine, see [Monitor Azure virtual machines](../../virtual-machines/monitor-vm.md) or [Tutorial: Enable monitoring for Azure virtual machine](tutorial-monitor-vm-enable.md).
17+
> This scenario describes how to implement complete monitoring of your Azure and hybrid virtual machine environment. To get started monitoring your first Azure virtual machine, see [Monitor Azure virtual machines](../../virtual-machines/monitor-vm.md).
1818
1919
This article discusses the most common Azure Monitor features to monitor the virtual machine host and its guest operating system. Depending on your particular environment and business requirements, you might not want to implement all features enabled by this configuration. Each section describes what features are enabled by that configuration and whether it potentially results in additional cost. This information will help you assess whether to perform each step of the configuration. For detailed pricing information, see [Azure Monitor pricing](https://azure.microsoft.com/pricing/details/monitor/).
2020

articles/azure-monitor/vm/tutorial-monitor-vm-alert.md

Lines changed: 0 additions & 112 deletions
This file was deleted.

articles/virtual-machines/monitor-vm.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ The [Activity log](../azure-monitor/essentials/activity-log.md) displays recent
3838
:::image type="content" source="media/monitor-vm/activity-log.png" lightbox="media/monitor-vm/activity-log.png" alt-text="Screenshot of the 'Activity log' pane.":::
3939

4040
## Azure Monitor agent
41-
Azure Monitor starts automatically collecting metric data for your virtual machine host when you create the VM. To collect logs and performance data from the guest operating system of the virtual machine, though, you must install the [Azure Monitor agent](../azure-monitor/agents/azure-monitor-agent-overview.md). You can install the agent and configure collection using either [Vm insights](#vminsights) or by [creating a data collection rule](#create-data-collection-rule) as described below.
41+
Azure Monitor starts automatically collecting metric data for your virtual machine host when you create the VM. To collect logs and performance data from the guest operating system of the virtual machine, though, you must install the [Azure Monitor agent](../azure-monitor/agents/azure-monitor-agent-overview.md). You can install the agent and configure collection using either [VM insights](#vm-insights) or by [creating a data collection rule](#create-data-collection-rule) as described below.
4242

4343
## VM insights
4444
Some services in Azure display customized monitoring experiences in Azure Monitor. These experiences are called *insights*, and they include pre-built workbooks and other specialized features for that particular service.
@@ -54,14 +54,14 @@ VM insights is designed to monitor your Azure and hybrid virtual machines in a s
5454

5555
:::image type="content" source="media/monitor-vm/vminsights-02.png" lightbox="media/monitor-vm/vminsights-02.png" alt-text="Screenshot of the VM insights 'Map' view.":::
5656

57-
For a tutorial on enabling VM insights for a virtual machine, see [Enable monitoring with VM insights for Azure virtual machine](../azure-monitor/vm/tutorial-monitor-vm-enable.md). For general information about enabling insights and a variety of methods for onboarding virtual machines, see [Enable VM insights overview](../azure-monitor/vm/vminsights-enable-overview.md).
57+
For a tutorial on enabling VM insights for a virtual machine, see [Enable monitoring with VM insights for Azure virtual machine](../azure-monitor/vm/tutorial-monitor-vm-enable-insights.md). For general information about enabling insights and a variety of methods for onboarding virtual machines, see [Enable VM insights overview](../azure-monitor/vm/vminsights-enable-overview.md).
5858

5959
## Create data collection rule
6060
If you enable [VM insights](#vm-insights), the Azure Monitor agent is installed and starts sending a predefined set of performance data to Azure Monitor Logs. You can create additional data collection rules to collect events and other performance data. To learn how to install the Azure Monitor agent and create a data collection rule that defines the data to collect, see [Tutorial: Collect guest logs and metrics from an Azure virtual machine](../azure-monitor/vm/tutorial-monitor-vm-guest.md).
6161

6262

6363
## 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](#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](#collect-guest-metrics-and-logs) to collect guest metrics.
6565

6666
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).
6767

0 commit comments

Comments
 (0)