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
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ metadata:
6
6
prefetch-feature-rollout: true
7
7
title: 'Exercise: Monitor a load balancer resource using Azure monitor'
8
8
description: "Exercise: Monitor a load balancer resource using 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
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,5 @@
1
1
2
+
2
3
## What is Azure Monitor?
3
4
4
5
[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.
Copy file name to clipboardExpand all lines: learn-pr/wwl-azure/design-implement-network-monitoring/includes/3-exercise-monitor-load-balancer-resource-using-azure-monitor.md
+20-28Lines changed: 20 additions & 28 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,34 +5,26 @@ In this exercise, you create an internal load balancer for the fictional Contoso
5
5
6
6
:::image type="content" source="../media/3-exercise-monitor-load-balancer-resource-using-azure-monitor.png" alt-text="Diagram illustrating the load balancer architecture that is created in the exercise - includes load balancer, VNet, subnet, Bastion subnet, and VMs.":::
7
7
8
-
## Objectives
9
-
10
-
-**Task 1**: Create the virtual network.
11
-
-**Task 2**: Create the load balancer.
12
-
-**Task 3**: Create a backend pool.
13
-
-**Task 4**: Create a health probe.
14
-
-**Task 5**: Create a load balancer rule.
15
-
-**Task 6**: Create backend servers.
16
-
- Use a template to create the virtual machines. You can review the [lab template](https://github.com/MicrosoftLearning/AZ-700-Designing-and-Implementing-Microsoft-Azure-Networking-Solutions/blob/master/Allfiles/Exercises/M08/azuredeploy.json).
17
-
- Use Azure PowerShell to deploy the template.
18
-
-**Task 7**: Add VMs to the backend pool.
19
-
-**Task 8**: Install IIS on the VMs.
20
-
-**Task 9**: Test the load balancer.
21
-
-**Task 10**: Create a Log Analytics Workspace.
22
-
-**Task 11**: Use Functional Dependency View.
23
-
-**Task 12**: View detailed metrics.
24
-
-**Task 13**: View resource health.
25
-
-**Task 14**: Configure diagnostic settings.
26
-
-**Task 15**: Clean up resources.
27
-
28
-
> [!NOTE]
29
-
> Select the thumbnail image to start the lab simulation. When you're done, be sure to return to this page so you can continue learning.
8
+
## Job skills
9
+
10
+
- Create a virtual network.
11
+
- Create the load balancer.
12
+
- Create a backend pool.
13
+
- Create a health probe.
14
+
- Create a load balancer rule.
15
+
- Create backend servers.
16
+
- Add virtual machines to the backend pool.
17
+
- Install IIS on the VMs.
18
+
- Test the load balancer.
19
+
- Create a Log Analytics Workspace.
20
+
- Use the Functional Dependency View.
21
+
- View detailed metrics.
22
+
- View resource health status.
23
+
- Configure diagnostic settings.
24
+
25
+
Launch the exercise, and follow the instructions. When finished, be sure to return to this page so you can continue learning.
30
26
31
27
> [!NOTE]
32
-
>You may find slight differences between the interactive simulation and the hosted lab, but the core concepts and ideas being demonstrated are the same.
33
-
34
-
> [!NOTE]
35
-
> You can view the [Monitor a load balancer resource using Azure Monitor](https://microsoftlearning.github.io/AZ-700-Designing-and-Implementing-Microsoft-Azure-Networking-Solutions/Instructions/Exercises/M08-Unit%203%20Monitor%20a%20load%20balancer%20resource%20using%20Azure%20Monitor.html) instructions directly.
36
-
28
+
> To complete this exercise, you need an [Azure subscription](https://azure.microsoft.com/free/).
37
29
38
-
[](https://mslabs.cloudguides.com/guides/AZ-700%20Lab%20Simulation%20-%20Monitor%20a%20load%20balancer%20resource%20using%20Azure%20Monitor)
30
+
[](https://microsoftlearning.github.io/AZ-700-Designing-and-Implementing-Microsoft-Azure-Networking-Solutions/Instructions/Exercises/M08-Unit%203%20Monitor%20a%20load%20balancer%20resource%20using%20Azure%20Monitor.html)
Copy file name to clipboardExpand all lines: learn-pr/wwl-azure/design-implement-network-monitoring/includes/4-monitor-networks-using-azure-network-watcher.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,5 @@
1
1
2
+
2
3
## Azure Network Watcher
3
4
4
5
[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.
0 commit comments