Skip to content

Commit 87916bf

Browse files
authored
Merge pull request #50404 from wwlpublish/5eacbbacd68f7f291712b46d8719b21880d19d524e978775a16e5aeb58c652ea-live
Modules/M03-design-network-solutions
2 parents 9b7e425 + ce3728a commit 87916bf

28 files changed

+194
-99
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@
22
uid: learn.wwl.design-network-solutions.introduction
33
title: Introduction
44
metadata:
5+
adobe-target: true
6+
prefetch-feature-rollout: true
57
title: Introduction
68
description: "Introduction"
7-
ms.date: 12/09/2024
9+
ms.date: 05/13/2025
810
author: wwlpublish
911
ms.author: jileary
1012
ms.topic: unit

learn-pr/wwl-azure/design-network-solutions/10-summary-resources.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@
22
uid: learn.wwl.design-network-solutions.summary-resources
33
title: Summary and resources
44
metadata:
5+
adobe-target: true
6+
prefetch-feature-rollout: true
57
title: Summary and resources
68
description: "Summary and resources"
7-
ms.date: 12/09/2024
9+
ms.date: 05/13/2025
810
author: wwlpublish
911
ms.author: jileary
1012
ms.topic: unit

learn-pr/wwl-azure/design-network-solutions/2-recommend-network-architecture-solution-based-workload-requirements.yml

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,30 @@
22
uid: learn.wwl.design-network-solutions.recommend-network-architecture-solution-based-workload-requirements
33
title: Recommend a network architecture solution based on workload requirements
44
metadata:
5+
adobe-target: true
6+
prefetch-feature-rollout: true
57
title: Recommend a network architecture solution based on workload requirements
68
description: "Recommend a network architecture solution based on workload requirements"
7-
ms.date: 12/09/2024
9+
ms.date: 05/13/2025
810
author: wwlpublish
911
ms.author: jileary
1012
ms.topic: unit
1113
ms.custom:
1214
- N/A
13-
durationInMinutes: 7
15+
durationInMinutes: 9
1416
content: |
15-
[!include[](includes/2-recommend-network-architecture-solution-based-workload-requirements.md)]
17+
[!include[](includes/2-recommend-network-architecture-solution-based-workload-requirements.md)]
18+
quiz:
19+
title: "Check your knowledge"
20+
questions:
21+
- content: "What is a best practice for designing IP addressing for virtual networks?"
22+
choices:
23+
- content: "Assign an address space larger than a CIDR range of /16 for each virtual network."
24+
isCorrect: false
25+
explanation: "Incorrect. The CIDR range shouldn't be larger to avoid unusable addresses."
26+
- content: "Overlap the virtual network address space with on-premises network ranges."
27+
isCorrect: false
28+
explanation: "Incorrect. Overlapping network addresses can cause connectivity issues."
29+
- content: "Use a hub and spoke network topology to centralize common services."
30+
isCorrect: true
31+
explanation: "Correct. Hub and spoke topologies isolates workloads while sharing services."

learn-pr/wwl-azure/design-network-solutions/3-design-patterns-for-azure-network-connectivity-services.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,16 @@
22
uid: learn.wwl.design-network-solutions.design-patterns-for-azure-network-connectivity-services
33
title: Design patterns for Azure network connectivity services
44
metadata:
5+
adobe-target: true
6+
prefetch-feature-rollout: true
57
title: Design patterns for Azure network connectivity services
68
description: "Design patterns for Azure network connectivity services"
7-
ms.date: 12/09/2024
9+
ms.date: 05/13/2025
810
author: wwlpublish
911
ms.author: jileary
1012
ms.topic: unit
1113
ms.custom:
1214
- N/A
13-
durationInMinutes: 6
15+
durationInMinutes: 7
1416
content: |
1517
[!include[](includes/3-design-patterns-for-azure-network-connectivity-services.md)]

learn-pr/wwl-azure/design-network-solutions/4-design-outbound-connectivity-routing.yml

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,30 @@
22
uid: learn.wwl.design-network-solutions.design-outbound-connectivity-routing
33
title: Design outbound connectivity and routing
44
metadata:
5+
adobe-target: true
6+
prefetch-feature-rollout: true
57
title: Design outbound connectivity and routing
68
description: "Design outbound connectivity with NAT and define routes in routing tables."
7-
ms.date: 12/09/2024
9+
ms.date: 05/13/2025
810
author: wwlpublish
911
ms.author: jileary
1012
ms.topic: unit
1113
ms.custom:
1214
- N/A
1315
durationInMinutes: 7
1416
content: |
15-
[!include[](includes/4-design-outbound-connectivity-routing.md)]
17+
[!include[](includes/4-design-outbound-connectivity-routing.md)]
18+
quiz:
19+
title: "Check your knowledge"
20+
questions:
21+
- content: "Which route would you use for a specific location where you don't expect to modify the traffic pattern?"
22+
choices:
23+
- content: "System routes."
24+
isCorrect: true
25+
explanation: "Correct. System routes are specific locations and scenarios you don't expect to modify."
26+
- content: "User defined routes."
27+
isCorrect: false
28+
explanation: "Incorrect. User defined routes are custom routes that override the system routes."
29+
- content: "Custom or overriding routes."
30+
isCorrect: false
31+
explanation: "Incorrect. Custom routes are for modifying the default traffic patterns."

learn-pr/wwl-azure/design-network-solutions/5-design-for-premises-connectivity-to-azure-virtual-networks.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@
22
uid: learn.wwl.design-network-solutions.design-for-premises-connectivity-to-azure-virtual-networks
33
title: Design for on-premises connectivity to Azure Virtual Network
44
metadata:
5+
adobe-target: true
6+
prefetch-feature-rollout: true
57
title: Design for on-premises connectivity to Azure Virtual Network
68
description: "Design for on-premises connectivity to Azure Virtual Network"
7-
ms.date: 12/09/2024
9+
ms.date: 05/13/2025
810
author: wwlpublish
911
ms.author: jileary
1012
ms.topic: unit

learn-pr/wwl-azure/design-network-solutions/6-choose-application-delivery-service.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@
22
uid: learn.wwl.design-network-solutions.choose-application-delivery-service
33
title: Choose an application delivery service
44
metadata:
5+
adobe-target: true
6+
prefetch-feature-rollout: true
57
title: Choose an application delivery service
68
description: "Choose an application delivery service"
7-
ms.date: 12/09/2024
9+
ms.date: 05/13/2025
810
author: wwlpublish
911
ms.author: jileary
1012
ms.topic: unit

learn-pr/wwl-azure/design-network-solutions/7-design-for-application-delivery-services.yml

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,30 @@
22
uid: learn.wwl.design-network-solutions.design-for-application-delivery-services
33
title: Design for application delivery services
44
metadata:
5+
adobe-target: true
6+
prefetch-feature-rollout: true
57
title: Design for application delivery services
68
description: "Review considerations and a decision tree flowchart to design for application delivery services."
7-
ms.date: 12/09/2024
9+
ms.date: 05/13/2025
810
author: wwlpublish
911
ms.author: jileary
1012
ms.topic: unit
1113
ms.custom:
1214
- N/A
13-
durationInMinutes: 2
15+
durationInMinutes: 5
1416
content: |
15-
[!include[](includes/7-design-for-application-delivery-services.md)]
17+
[!include[](includes/7-design-for-application-delivery-services.md)]
18+
quiz:
19+
title: "Check your knowledge"
20+
questions:
21+
- content: "Which Azure service is a DNS-based traffic load balancer that enables you to distribute traffic to services across global regions?"
22+
choices:
23+
- content: "Azure Application Gateway"
24+
isCorrect: false
25+
explanation: "Incorrect. Azure Application Gateway is a web traffic load balancer for web applications."
26+
- content: "Front Door"
27+
isCorrect: false
28+
explanation: "Incorrect. Front Door is a global load balancer, but it doesn't use DNS routing."
29+
- content: "Traffic Manager"
30+
isCorrect: true
31+
explanation: "Correct. Traffic Manager is a DNS-based traffic load balancer for distributing traffic to Azure global regions."

learn-pr/wwl-azure/design-network-solutions/8-design-for-application-protection-services.yml

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,30 @@
22
uid: learn.wwl.design-network-solutions.design-for-application-protection-services
33
title: Design for application protection services
44
metadata:
5+
adobe-target: true
6+
prefetch-feature-rollout: true
57
title: Design for application protection services
68
description: "Design for application protection services"
7-
ms.date: 12/09/2024
9+
ms.date: 05/13/2025
810
author: wwlpublish
911
ms.author: jileary
1012
ms.topic: unit
1113
ms.custom:
1214
- N/A
1315
durationInMinutes: 7
1416
content: |
15-
[!include[](includes/8-design-for-application-protection-services.md)]
17+
[!include[](includes/8-design-for-application-protection-services.md)]
18+
quiz:
19+
title: "Check your knowledge"
20+
questions:
21+
- content: "Which Azure product/feature would you use to filter network traffic to and from Azure resources in an Azure virtual network?"
22+
choices:
23+
- content: "Network Security Group"
24+
isCorrect: true
25+
explanation: "Correct. NSGs filter network traffic to and from Azure resources in a virtual network."
26+
- content: "Private Link"
27+
isCorrect: false
28+
explanation: "Incorrect. Private Link enables you to access services over a private endpoint."
29+
- content: "Web Application Firewall"
30+
isCorrect: false
31+
explanation: "Incorrect. WAFs provide web application protection for web exploits and vulnerabilities."

learn-pr/wwl-azure/design-network-solutions/9-knowledge-check.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@
22
uid: learn.wwl.design-network-solutions.knowledge-check
33
title: Module assessment
44
metadata:
5+
adobe-target: true
6+
prefetch-feature-rollout: true
57
title: Module assessment
68
description: "Knowledge check"
7-
ms.date: 12/09/2024
9+
ms.date: 05/13/2025
810
author: wwlpublish
911
ms.author: jileary
1012
ms.topic: unit

0 commit comments

Comments
 (0)