Skip to content

Commit 1e9760f

Browse files
committed
module update
1 parent c018a14 commit 1e9760f

20 files changed

Lines changed: 251 additions & 79 deletions

learn-pr/wwl-sci/describe-basic-security-capabilities-azure/1-introduction.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Introduction
44
metadata:
55
title: Introduction
66
description: "Introduction"
7-
ms.date: 08/05/2024
7+
ms.date: 03/31/2026
88
author: wwlpublish
99
ms.author: ceperezb
1010
ms.topic: unit

learn-pr/wwl-sci/describe-basic-security-capabilities-azure/10-summary-resources.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Summary and resources
44
metadata:
55
title: Summary and resources
66
description: "Summary and resources"
7-
ms.date: 08/05/2024
7+
ms.date: 03/31/2026
88
author: wwlpublish
99
ms.author: ceperezb
1010
ms.topic: unit

learn-pr/wwl-sci/describe-basic-security-capabilities-azure/2-describe-azure-ddos-protection.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Describe Azure DDoS protection
44
metadata:
55
title: Describe Azure DDoS protection
66
description: "Describe Azure DDoS protection"
7-
ms.date: 08/05/2024
7+
ms.date: 03/31/2026
88
author: wwlpublish
99
ms.author: ceperezb
1010
ms.topic: unit

learn-pr/wwl-sci/describe-basic-security-capabilities-azure/3-describe-what-azure-firewall.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Describe Azure Firewall
44
metadata:
55
title: Describe Azure Firewall
66
description: "Describe Azure Firewall"
7-
ms.date: 08/05/2024
7+
ms.date: 03/31/2026
88
author: wwlpublish
99
ms.author: ceperezb
1010
ms.topic: unit

learn-pr/wwl-sci/describe-basic-security-capabilities-azure/4-describe-web-application-firewall.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Describe Web Application Firewall
44
metadata:
55
title: Describe Web Application Firewall
66
description: "Describe Web Application Firewall"
7-
ms.date: 08/05/2024
7+
ms.date: 03/31/2026
88
author: wwlpublish
99
ms.author: ceperezb
1010
ms.topic: unit

learn-pr/wwl-sci/describe-basic-security-capabilities-azure/5-describe-network-segmentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Describe network segmentation in Azure
44
metadata:
55
title: Describe network segmentation in Azure
66
description: "Describe network segmentation in Azure"
7-
ms.date: 08/05/2024
7+
ms.date: 03/31/2026
88
author: wwlpublish
99
ms.author: ceperezb
1010
ms.topic: unit

learn-pr/wwl-sci/describe-basic-security-capabilities-azure/6-describe-azure-network-security-groups.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Describe Azure Network Security Groups
44
metadata:
55
title: Describe Azure Network Security Groups
66
description: "Describe Azure Network Security Groups"
7-
ms.date: 08/05/2024
7+
ms.date: 03/31/2026
88
author: wwlpublish
99
ms.author: ceperezb
1010
ms.topic: unit

learn-pr/wwl-sci/describe-basic-security-capabilities-azure/7-describe-azure-bastion-just-in-time-access.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Describe Azure Bastion
44
metadata:
55
title: Describe Azure Bastion
66
description: "Describe Azure Bastion"
7-
ms.date: 08/05/2024
7+
ms.date: 03/31/2026
88
author: wwlpublish
99
ms.author: ceperezb
1010
ms.topic: unit

learn-pr/wwl-sci/describe-basic-security-capabilities-azure/8-describe-ways-azure-encrypts-data.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Describe Azure Key Vault
44
metadata:
55
title: Describe Azure Key Vault
66
description: "Describe Azure Key Vault"
7-
ms.date: 08/05/2024
7+
ms.date: 03/31/2026
88
author: wwlpublish
99
ms.author: ceperezb
1010
ms.topic: unit

learn-pr/wwl-sci/describe-basic-security-capabilities-azure/9-knowledge-check.yml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Module assessment
44
metadata:
55
title: Module assessment
66
description: "Knowledge check"
7-
ms.date: 08/05/2024
7+
ms.date: 03/31/2026
88
author: wwlpublish
99
ms.author: ceperezb
1010
ms.topic: unit
@@ -59,3 +59,14 @@ quiz:
5959
- content: "To securely store and retrieve application secrets"
6060
isCorrect: true
6161
explanation: "Correct. Application developers can use Azure Key Vault to securely store and retrieve application secrets, such as database connection strings, without having to include it in the application code."
62+
- content: "An organization wants to protect its customer-facing web application from SQL injection and cross-site scripting (XSS) attacks. Which Azure service is best suited for this purpose?"
63+
choices:
64+
- content: "Azure DDoS Protection"
65+
isCorrect: false
66+
explanation: "Incorrect. Azure DDoS Protection protects against volumetric, protocol, and application-layer DDoS attacks at the network and transport layers. It doesn't inspect web application traffic for SQL injection or XSS patterns."
67+
- content: "Azure Web Application Firewall (WAF)"
68+
isCorrect: true
69+
explanation: "Correct. Azure Web Application Firewall provides centralized protection for web applications against common exploits including SQL injection and cross-site scripting, based on OWASP core rule set rules."
70+
- content: "Azure Network Security Groups"
71+
isCorrect: false
72+
explanation: "Incorrect. NSGs filter network traffic based on IP addresses, ports, and protocols. They don't inspect HTTP request content for SQL injection or XSS attack patterns."

0 commit comments

Comments
 (0)