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: src/pages/Task1.jsx
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ import Content from "../components/Content";
3
3
constTask1=()=>{
4
4
return(
5
5
<Content>
6
-
<h2className="text-2xl font-bold text-gray">Day 1 Task: Restrict Azure VM Access</h2>
6
+
<h2className="text-2xl font-bold text-gray">Day 1 Lab: Restrict Azure VM Access</h2>
7
7
<pclassName="mt-2 text-gray-300">
8
8
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.
Copy file name to clipboardExpand all lines: src/pages/Task2.jsx
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ import Content from "../components/Content";
3
3
constTask2=()=>{
4
4
return(
5
5
<Content>
6
-
<h2className="text-2xl font-bold text-gray">Day 2 Task: Secure an Azure VM with NSG &Firewall</h2>
6
+
<h2className="text-2xl font-bold text-gray">Day 2 Lab: Secure an Azure VM with NSG &Firewall</h2>
7
7
<pclassName="mt-2 text-gray-300">
8
8
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>.
0 commit comments