Skip to content

Commit 010d343

Browse files
Merge pull request #50245 from wwlpublish/8d040b838ec317c37e079bfecfb6e11ee613c2eb64660b333ea0391cb37e7570-live
Modules/M08-design-implement-network-monitoring
2 parents 349a83a + eb33bc1 commit 010d343

11 files changed

+28
-34
lines changed

learn-pr/wwl-azure/design-implement-network-monitoring/1-introduction.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
prefetch-feature-rollout: true
77
title: Introduction
88
description: "Introduction"
9-
ms.date: 04/17/2025
9+
ms.date: 05/01/2025
1010
author: wwlpublish
1111
ms.author: cynthist
1212
ms.topic: unit

learn-pr/wwl-azure/design-implement-network-monitoring/2-monitor-networks-using-azure-monitor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
prefetch-feature-rollout: true
77
title: Monitor your networks using Azure Monitor
88
description: "Monitor your networks using Azure Monitor"
9-
ms.date: 04/17/2025
9+
ms.date: 05/01/2025
1010
author: wwlpublish
1111
ms.author: cynthist
1212
ms.topic: unit

learn-pr/wwl-azure/design-implement-network-monitoring/3-exercise-monitor-load-balancer-resource-using-azure-monitor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
prefetch-feature-rollout: true
77
title: 'Exercise: Monitor a load balancer resource using Azure monitor'
88
description: "Exercise: Monitor a load balancer resource using Azure monitor"
9-
ms.date: 04/17/2025
9+
ms.date: 05/01/2025
1010
author: wwlpublish
1111
ms.author: cynthist
1212
ms.topic: unit

learn-pr/wwl-azure/design-implement-network-monitoring/4-monitor-networks-using-azure-network-watcher.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
prefetch-feature-rollout: true
77
title: Monitor your networks using Azure Network Watcher
88
description: "Monitor your networks using Azure Network Watcher"
9-
ms.date: 04/17/2025
9+
ms.date: 05/01/2025
1010
author: wwlpublish
1111
ms.author: cynthist
1212
ms.topic: unit

learn-pr/wwl-azure/design-implement-network-monitoring/5-summary-resources.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
prefetch-feature-rollout: true
77
title: Summary
88
description: "Summary"
9-
ms.date: 04/17/2025
9+
ms.date: 05/01/2025
1010
author: wwlpublish
1111
ms.author: cynthist
1212
ms.topic: unit

learn-pr/wwl-azure/design-implement-network-monitoring/includes/2-monitor-networks-using-azure-monitor.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11

2+
23
## What is Azure Monitor?
34

45
[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.

learn-pr/wwl-azure/design-implement-network-monitoring/includes/3-exercise-monitor-load-balancer-resource-using-azure-monitor.md

Lines changed: 20 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -5,34 +5,26 @@ In this exercise, you create an internal load balancer for the fictional Contoso
55

66
:::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.":::
77

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.
3026

3127
> [!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/).
3729
38-
[![Screenshot of the simulation page.](../media/simulation-monitor-thumbnail.jpg)](https://mslabs.cloudguides.com/guides/AZ-700%20Lab%20Simulation%20-%20Monitor%20a%20load%20balancer%20resource%20using%20Azure%20Monitor)
30+
[![Button to launch exercise.](../media/launch-exercise.png)](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)

learn-pr/wwl-azure/design-implement-network-monitoring/includes/4-monitor-networks-using-azure-network-watcher.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11

2+
23
## Azure Network Watcher
34

45
[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.

learn-pr/wwl-azure/design-implement-network-monitoring/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
prefetch-feature-rollout: true
66
title: Design and implement network monitoring
77
description: "You learn to design and implement network monitoring solutions such as Azure Monitor and Network watcher."
8-
ms.date: 04/17/2025
8+
ms.date: 05/01/2025
99
author: wwlpublish
1010
ms.author: cynthist
1111
ms.topic: module
3.45 KB
Loading

0 commit comments

Comments
 (0)