Skip to content

Commit 427126f

Browse files
committed
review-3
1 parent f69f346 commit 427126f

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

learn-pr/azure/design-monitoring-strategy-on-azure/5-analyze-resource-utilization.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ metadata:
44
adobe-target: true
55
prefetch-feature-rollout: true
66
title: Monitor VMs and containers by using insights
7-
description: Analyze VM and container utilization and performance by using Azure Monitor VM insights and container insights.
7+
description: Analyze virtual machine (VM) and container utilization and performance by using Azure Monitor VM insights and container insights.
88
ms.date: 11/13/2023
99
author: kayodeprinceMS
1010
ms.author: kaprince
@@ -26,15 +26,15 @@ quiz:
2626
explanation: Metrics Explorer lets you chart multiple metrics over time, but doesn't show a topological view of network connections.
2727
- content: VM insights Map tab
2828
isCorrect: true
29-
explanation: VM insights includes a Map tab with a topology view that shows the processes, dependencies, and network connection details of your VMs and virtual machine scale sets.
30-
- content: What open-source monitoring system is specifically designed for containers and microservices?
29+
explanation: The VM insights feature includes a Map tab with a topology view that shows the processes, dependencies, and network connection details of your VMs and virtual machine scale sets.
30+
- content: What open-source monitoring system is designed specifically for containers and microservices?
3131
choices:
3232
- content: Prometheus
3333
isCorrect: true
3434
explanation: Prometheus is a popular tool for monitoring Kubernetes, distributed services, and containerized microservices.
3535
- content: VM insights
3636
isCorrect: false
37-
explanation: VM insights is an Azure Monitor feature that helps get you started monitoring VM clients, not containers.
37+
explanation: The VM insights feature in Azure Monitor helps get you started monitoring VM clients, not containers.
3838
- content: Grafana
3939
isCorrect: false
4040
explanation: Grafana is a dashboard platform for analyzing and visualizing data from data sources like Prometheus.

learn-pr/azure/design-monitoring-strategy-on-azure/includes/5-analyze-resource-utilization.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
Your organization has migrated several applications from on-premises to Azure virtual machines (VMs) and Azure Kubernetes Service (AKS). Several hundred Azure resources are now deployed across several Azure subscriptions.
1+
Your organization migrated several applications from on-premises to Azure virtual machines (VMs) and Azure Kubernetes Service (AKS). Several hundred Azure resources are now deployed across several Azure subscriptions.
22

33
You must track resource usage to ensure that cloud resources are adequately provisioned and their performance meets business requirements. You need a monitoring approach that provides broad visibility and the capability to triage and isolate problems quickly.
44

5-
This unit explains how to use Azure Monitor insights and other tools for an at-scale monitoring view across all your VM and container resources. You also learn how to drill into specific nodes and containers for troubleshooting.
5+
This unit explains how to use Azure Monitor insights and other tools for an at-scale monitoring view across all your virtual machine (VM) and container resources. You also learn how to drill into specific nodes and containers for troubleshooting.
66

77
## Azure Monitor insights
88

@@ -13,7 +13,7 @@ You can use Azure Monitor insights to monitor resource utilization and performan
1313

1414
## Azure Monitor VM insights
1515

16-
VM insights is an Azure Monitor feature that helps get you started monitoring your VM clients by collecting a set of commonly used metrics and sending them to a Log Analytics workspace. You can use Azure Monitor VM insights to:
16+
The Azure Monitor feature **VM insights** helps you get started monitoring your VM clients by collecting a set of commonly used metrics and sending them to a Log Analytics workspace. You can use Azure Monitor VM insights to:
1717

1818
- View your VMs' health and performance.
1919
- Monitor your VMs at scale across multiple subscriptions and resource groups.
@@ -37,15 +37,15 @@ You can drill down into Azure Monitor Logs by selecting an event type from the l
3737

3838
:::image type="content" source="../media/5-analyze-resource-utilization-03.png" alt-text="Screenshot of drilling into Azure Monitor Logs from VM insights." lightbox="../media/5-analyze-resource-utilization-03.png":::
3939

40-
The Azure Monitor VM insights **Map** tab shows network connections for an entire resource group, virtual machine scale set, or individual VM. Use the filters at the top of the view to select the resources of interest.
40+
The Azure Monitor VM insights **Map** tab shows network connections for an entire resource group, virtual machine scale set, or individual VM. To select the resources of interest, use the filters at the top of the view.
4141

4242
You can expand the number of processes for a complete list and to view the network connections per process. Select the arrow representing the connection for network usage and performance details.
4343

4444
:::image type="content" source="../media/5-analyze-resource-utilization-04.png" alt-text="Screenshot of VM insights Map view." lightbox="../media/5-analyze-resource-utilization-04.png":::
4545

4646
## Azure Monitor container insights
4747

48-
Container insights is a feature of Azure Monitor that monitors the performance and health of container workloads deployed to Azure, including AKS. Container insights collects memory and processor metrics from controllers, nodes, and containers, and gathers container logs. You can use Azure Monitor container insights to:
48+
**Container insights** is a feature of Azure Monitor that monitors the performance and health of container workloads deployed to Azure, including AKS. The Container insights feature collects memory and processor metrics from controllers, nodes, and containers, and gathers container logs. You can use Azure Monitor container insights to:
4949

5050
- View your Kubernetes workloads' health and performance at scale across multiple subscriptions and resource groups.
5151
- Get visibility into memory and processor performance metrics from controllers, nodes, and containers.
@@ -69,7 +69,7 @@ The **Monitored clusters** tab shows an at-scale view of the health and status o
6969

7070
## Azure Monitor managed service for Prometheus
7171

72-
[Prometheus](https://prometheus.io/) is an open-source monitoring system specifically designed for containers and microservices. Prometheus focuses on distributed applications, making it a popular tool for monitoring Kubernetes, distributed services, and containerized microservices.
72+
[Prometheus](https://prometheus.io/) is an open-source monitoring system designed specifically for containers and microservices. Prometheus focuses on distributed applications, making it a popular tool for monitoring Kubernetes, distributed services, and containerized microservices.
7373

7474
Azure Monitor managed service for Prometheus is a component of Azure Monitor Metrics that supports open-source querying and visualization tools like PromQL and Grafana. Azure Monitor managed service for Prometheus can collect data from AKS or from any Kubernetes cluster that runs self-managed Prometheus using remote-write. To enable Azure Monitor managed service for Prometheus, you create an Azure Monitor workspace to store the Prometheus metrics.
7575

0 commit comments

Comments
 (0)