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
description: "Monitor your networks using Azure monitor"
7
-
ms.date: 12/03/2024
9
+
ms.date: 04/17/2025
8
10
author: wwlpublish
9
-
ms.author: jileary
11
+
ms.author: cynthist
10
12
ms.topic: unit
11
13
ms.custom:
12
14
- N/A
@@ -16,25 +18,25 @@ content: |
16
18
quiz:
17
19
title: "Check your knowledge"
18
20
questions:
19
-
- content: "What two types of data are used by Azure Monitor?"
21
+
- content: "What is the primary function of Azure Monitor in network monitoring?"
20
22
choices:
21
-
- content: "Policies and locks"
23
+
- content: "Azure Monitor primarily boosts network speed and performance."
22
24
isCorrect: false
23
-
explanation: "Incorrect. Policies and locks aren't data types."
24
-
- content: "Database and storage"
25
+
explanation: "Incorrect. Azure Monitor does not directly enhance network speed or performance."
26
+
- content: "Azure Monitor primarily provides firewall protection for networks."
25
27
isCorrect: false
26
-
explanation: "Incorrect. Databases and storage aren't data types."
27
-
- content: "Metrics and logs"
28
+
explanation: "Incorrect. While Azure does offer firewall services, Azure Monitor's main function is not to provide firewall protection."
29
+
- content: "Azure Monitor primarily collects, analyzes, and acts on telemetry data from your Azure and on-premises environments."
28
30
isCorrect: true
29
-
explanation: "Correct. Metrics and logs are the two fundamental data types used by Azure Monitor."
30
-
- content: "Which statement is correct?"
31
+
explanation: "Correct. Azure Monitor helps in collecting, analyzing, and acting on telemetry data."
32
+
- content: "What kind of data does Azure Monitor collect for network monitoring?"
31
33
choices:
32
-
- content: "Azure Monitor Logs collects data from all Azure resources automatically."
34
+
- content: "Azure Monitor collects only the data related to user access and permissions for network monitoring."
33
35
isCorrect: false
34
-
explanation: "Incorrect. When you create a Log Analytics workspace, you must configure different sources. No data is collected automatically."
35
-
- content: "Azure Monitor Logs collects and organizes log and performance data from monitored resources."
36
+
explanation: "Incorrect. While user access data may be part of the collected data, Azure Monitor collects a broader range of data for network monitoring."
37
+
- content: "Azure Monitor collects data about network traffic, performance metrics, and logs from your Azure and on-premises environments."
36
38
isCorrect: true
37
-
explanation: "Correct. Azure Monitor Logs is a feature of Azure Monitor that collects and organizes log and performance data from monitored resources."
38
-
- content: "Azure Monitor Logs doesn't include events and traces."
39
+
explanation: "Correct. Azure Monitor collects a wide range of data including network traffic, performance metrics, and logs."
40
+
- content: "Azure Monitor collects only the data related to the physical status of network devices."
39
41
isCorrect: false
40
-
explanation: "Incorrect. Azure Monitor Logs does include events and traces."
42
+
explanation: "Incorrect. Azure Monitor does not focus on the physical status of network devices."
Copy file name to clipboardExpand all lines: learn-pr/wwl-azure/design-implement-network-monitoring/3-exercise-monitor-load-balancer-resource-using-azure-monitor.yml
Network engineers monitor and analyze network infrastructures. There are several tools in Azure to ensure the network resources are in good health. For example, suppose you're tasked with diagnosing network connectivity issues for a virtual machine. You need to learn how to troubleshoot and ensure reliable connections to the virtual machine.
1
+
Azure Monitor and Azure Network Watcher are powerful tools provided by Microsoft Azure to monitor, diagnose, and gain insights into your cloud and on-premises environments.
2
2
3
-
In this module, you learn how to monitor and gain insights into network traffic. These insights are provided by Network Watcher and Azure Monitor.
3
+
Imagine you're a cloud engineer for a large organization that has recently migrated its infrastructure to the cloud. The organization's applications and services are now running on various virtual machines and containers, and it's your responsibility to ensure their availability and performance. However, you're facing challenges in collecting and analyzing data from these diverse sources, understanding the network conditions, and responding proactively to system events. You also need to set up and monitor an internal load balancer for efficient distribution of network traffic. The lack of a comprehensive monitoring solution is affecting the performance of applications and services, leading to frequent downtime and user dissatisfaction.
4
4
5
5
## Learning objectives
6
6
7
-
In this module, you learn to:
7
+
The topics covered in this module include:
8
+
- Understanding Azure Monitor capabilities
9
+
- Monitoring a Load Balancer resource with Azure Monitor
0 commit comments