Skip to content

Commit 5e23e69

Browse files
committed
feat: update task titles to use 'Lab' terminology for consistency across Task components
1 parent 510ab3e commit 5e23e69

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

src/pages/Task1.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import Content from "../components/Content";
33
const Task1 = () => {
44
return (
55
<Content>
6-
<h2 className="text-2xl font-bold text-gray">Day 1 Task: Restrict Azure VM Access</h2>
6+
<h2 className="text-2xl font-bold text-gray">Day 1 Lab: Restrict Azure VM Access</h2>
77
<p className="mt-2 text-gray-300">
88
In this task, you'll configure **RBAC (Role-Based Access Control) and MFA (Multi-Factor Authentication)** to **secure an Azure Virtual Machine (VM)** from unauthorized access.
99
</p>

src/pages/Task2.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import Content from "../components/Content";
33
const Task2 = () => {
44
return (
55
<Content>
6-
<h2 className="text-2xl font-bold text-gray">Day 2 Task: Secure an Azure VM with NSG & Firewall</h2>
6+
<h2 className="text-2xl font-bold text-gray">Day 2 Lab: Secure an Azure VM with NSG & Firewall</h2>
77
<p className="mt-2 text-gray-300">
88
In this task, you'll configure <strong>Network Security Groups (NSGs) and Azure Firewall</strong> to <strong>protect an Azure Virtual Machine (VM) from unauthorized access</strong>.
99
</p>

src/pages/Task3.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import Content from "../components/Content";
33
const Task3 = () => {
44
return (
55
<Content>
6-
<h2 className="text-2xl font-bold text-gray">Day 3 Task: Data Security & Encryption</h2>
6+
<h2 className="text-2xl font-bold text-gray">Day 3 Lab: Data Security & Encryption</h2>
77
<p className="mt-2 text-gray-300">
88
Secure data at rest and in transit using encryption and access control mechanisms.
99
</p>

src/pages/Task4.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import Content from "../components/Content";
33
const Task4 = () => {
44
return (
55
<Content>
6-
<h2 className="text-2xl font-bold text-gray">Day 4 Task: Secure Web Applications</h2>
6+
<h2 className="text-2xl font-bold text-gray">Day 4 Lab: Secure Web Applications</h2>
77
<p className="mt-2 text-gray-300">
88
Implement security controls for web applications and APIs in Azure using Web Application Firewall (WAF) and Managed Identities.
99
</p>

src/pages/Task5.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import Content from "../components/Content";
33
const Task5 = () => {
44
return (
55
<Content>
6-
<h2 className="text-2xl font-bold text-gray">Day 5 Task: Incident Response & Threat Detection</h2>
6+
<h2 className="text-2xl font-bold text-gray">Day 5 Lab: Incident Response & Threat Detection</h2>
77
<p className="mt-2 text-gray-300">
88
Set up Azure Sentinel, configure security alerts, and create an automated incident response playbook.
99
</p>

src/pages/Task6.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const Day6 = () => {
44
return (
55
<Content>
66
<h2 className="text-2xl sm:text-3xl font-bold text-gray-300">
7-
Day 6: Security Monitoring & Threat Intelligence 📊
7+
Day 6 Lab: Security Monitoring & Threat Intelligence 📊
88
</h2>
99
<p className="mt-2 text-gray-300 text-sm sm:text-base">
1010
Learn how to continuously monitor security events, detect threats, and use threat intelligence in Azure.

src/pages/Task7.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const Task7 = () => {
44
return (
55
<Content>
66
<h2 className="text-2xl sm:text-3xl font-bold text-gray-300">
7-
Day 7: Capstone Project - Secure Azure Deployment 🏆
7+
Finale: Capstone Project - Secure Azure Deployment 🏆
88
</h2>
99
<p className="mt-2 text-gray-300 text-sm sm:text-base">
1010
Apply everything you've learned throughout the challenge by securing an Azure deployment.

0 commit comments

Comments
 (0)