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: learn-pr/wwl-azure/design-implement-network-monitoring/3-exercise-monitor-load-balancer-resource-using-azure-monitor.yml
Copy file name to clipboardExpand all lines: learn-pr/wwl-azure/design-implement-network-monitoring/includes/1-introduction.md
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,17 @@
1
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
-
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.
3
+
Imagine you're a cloud engineer for a large organization. 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.
4
+
5
+
You're facing challenges in collecting, analyzing, understanding, and responding proactively to system events. The lack of a comprehensive monitoring solution has led to frequent downtime and user dissatisfaction.
4
6
5
7
## Learning objectives
6
8
7
9
The topics covered in this module include:
8
-
- Understanding Azure Monitor capabilities
9
-
- Monitoring a Load Balancer resource with Azure Monitor
Copy file name to clipboardExpand all lines: learn-pr/wwl-azure/design-implement-network-monitoring/includes/2-monitor-networks-using-azure-monitor.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,9 @@
1
1
2
2
## What is Azure Monitor?
3
3
4
-
[Azure Monitor](/azure/azure-monitor/fundamentals/overview) is a comprehensive monitoring solution for collecting, analyzing, and responding to monitoring data from your cloud and on-premises environments. You can use Azure Monitor to maximize the availability and performance of your applications and services. It helps you understand how your applications are performing and allows you to manually and programmatically respond to system events.
4
+
[Azure Monitor](/azure/azure-monitor/fundamentals/overview) is a comprehensive monitoring solution for collecting, analyzing, and responding to monitoring data from your cloud and on-premises environments. You can use Azure Monitor to maximize the availability and performance of your applications and services. Azure Monitor helps you understand how your applications are performing and allows you to manually and programmatically respond to system events.
5
5
6
-
Here are a few features of Azure Monitor.
6
+
Here are a few usage cases for Azure Monitor.
7
7
8
8
- Use Application Insights to detect and diagnose issues across applications.
9
9
- Correlate infrastructure issues with VM insights and Container insights.
@@ -25,19 +25,19 @@ The next diagram offers a high-level view of Azure Monitor. At the center of the
25
25
26
26
:::image type="content" source="../media/azure-monitor-overview-15b1f34a.png" alt-text="Screenshot of a high-level view of Azure Monitor. ":::
27
27
28
-
-**Data sources** are the types of resources being monitored. Data sources can include: app/workloads, infrastructure, Azure platform, and even custom sources.
28
+
1.**Data sources** are the types of resources being monitored. Data sources can include: app/workloads, infrastructure, Azure platform, and even custom sources.
29
29
30
-
-**The data platform** stores the collected data. Azure Monitor's core data platform has stores for metrics, logs, traces, and changes. Metrics are numerical values that describe an aspect of a system at a particular point in time. Logs are recorded system events.
30
+
1.**The data platform** stores the collected data. Azure Monitor's core data platform has stores for metrics, logs, traces, and changes. Metrics are numerical values that describe an aspect of a system at a particular point in time. Logs are recorded system events.
31
31
32
-
-**Insights** are large, scalable, curated visualizations. Insights are available for applications, containers, networks, and virtual machines.
32
+
1.**Insights** are large, scalable, curated visualizations. Insights are available for applications, containers, networks, and virtual machines.
33
33
34
-
-**Visualizations** such as charts and tables are effective tools for summarizing monitoring data and presenting it to different audiences. Visualizations can include: dashboards, workbooks, Power BI, and Grafana. Grafana is an open platform that excels in operational dashboards.
34
+
1.**Visualizations** such as charts and tables are effective tools for summarizing monitoring data and presenting it to different audiences. Visualizations can include: dashboards, workbooks, Power BI, and Grafana. Grafana is an open platform that excels in operational dashboards.
35
35
36
-
-**Analyze** monitoring data includes metric explorer and log analytics.
36
+
1.**Analyze** monitoring data includes metric explorer and log analytics.
37
37
38
-
-**Respond** proactively addresses critical events, before it becomes an issue. For example, the response could be a text or email to an administrator, or an automated process that attempts to correct an error condition.
38
+
1.**Respond** proactively addresses critical events, before they become an issue. For example, the response could be a text or email to an administrator, or an automated process that attempts to correct an error condition.
39
39
40
-
-**Integrate** allows other systems or custom solutions to use your monitoring data. Integrate can include: Event Hubs, Azure storage, Logic Apps, Azure Functions, and APIs.
40
+
1.**Integrate** allows other systems or custom solutions to use your monitoring data. Integrate can include: Event Hubs, Azure storage, Logic Apps, Azure Functions, and APIs.
41
41
42
42
> [!TIP]
43
43
> Learn more about Azure Monitor in the [Introduction to Azure Monitor](/training/modules/intro-to-azure-monitor/) training module.
Copy file name to clipboardExpand all lines: learn-pr/wwl-azure/design-implement-network-monitoring/includes/4-monitor-networks-using-azure-network-watcher.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
@@ -1,7 +1,7 @@
1
1
2
2
## Azure Network Watcher
3
3
4
-
[Azure Network Watcher](/azure/network-watcher/network-watcher-overview) is a regional service that enables you to monitor and diagnose network conditions. Monitoring enables you to diagnose problems at an end-to-end network level view. Network diagnostic and visualization tools available with Network Watcher help you understand, diagnose, and gain insights to your network in Azure. Network Watcher is designed to monitor and repair the network health of IaaS products which includes virtual machines, virtual networks, Application Gateways, and Load Balancers.
4
+
[Azure Network Watcher](/azure/network-watcher/network-watcher-overview) is a regional service that enables you to monitor and diagnose network conditions. Network diagnostic and visualization tools help you understand, diagnose, and gain insights to your network in Azure. Network Watcher is designed to monitor and repair the network health of IaaS products which includes virtual machines, virtual networks, Application Gateways, and Load Balancers.
5
5
6
6
## Azure Network Watcher (video)
7
7
@@ -27,7 +27,7 @@
27
27
28
28
-**Effective security rules** shows you all security rules applied to the network interface, the subnet the network interface is in, and the aggregate of both.
29
29
30
-
-**Connection troubleshoot** tests connections between a virtual machine, a virtual machine scale set, an application gateway, or a Bastion host and a virtual machine, an FQDN, a URI, or an IPv4 address.
30
+
-**Connection troubleshoot** tests connections between resources. For example, a virtual machine, a virtual machine scale set, or an application gateway.
31
31
32
32
-**Packet Capture** lets you remotely create packet capture sessions to record all network traffic to and from a virtual machine (VM) or a virtual machine scale set.
33
33
@@ -40,4 +40,4 @@
40
40
-**Traffic analytics** provides rich visualizations of flow logs data.
41
41
42
42
> [!TIP]
43
-
> Learn more about Azure Network Watcher in the [Introduction to Network Watcher(/training/modules/intro-to-azure-network-watcher/) training module.
43
+
> Learn more about Azure Network Watcher in the [Introduction to Network Watcher](/training/modules/intro-to-azure-network-watcher/) training module.
Copy file name to clipboardExpand all lines: learn-pr/wwl-azure/design-implement-network-monitoring/includes/5-summary-resources.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
@@ -21,9 +21,9 @@ Copilot can assist you in configuring Azure infrastructure solutions. Copilot ca
21
21
22
22
-[Design and implement network monitoring](/training/modules/analyze-infrastructure-with-azure-monitor-logs/). Use Azure Monitor logs to extract valuable information about your infrastructure from log data.
23
23
24
-
-[Introduction to Network Watcher(/training/modules/intro-to-azure-network-watcher/). This module explains what Network Watcher does, how it works, and when you should choose to use Network Watcher as a solution to meet your organization's needs.
24
+
-[Introduction to Network Watcher](/training/modules/intro-to-azure-network-watcher/). This module explains what Network Watcher does, how it works, and when you should choose to use Network Watcher as a solution to meet your organization's needs.
25
25
26
26
-[Monitor and troubleshoot your end-to-end Azure network infrastructure by using network monitoring tools](/training/modules/design-implement-network-monitoring/). You learn to design and implement network monitoring solutions such as Azure Monitor and Network Watcher.
27
27
28
-
-[Configure monitoring for virtual networks](training/modules/configure-monitoring-virtual-networks/). Understand how to use Azure Network Watcher Connection Monitor, flow logs, NSG diagnostics, and packet capture to monitor connectivity across your Azure IaaS network resources.
28
+
-[Configure monitoring for virtual networks](training/modules/configure-monitoring-virtual-networks/). Understand how to use Azure Network Watcher Connection Monitor, flow logs, NSG diagnostics, and packet capture.
0 commit comments