Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Module Number Correction 2.1 to 2.2 #32

Merged
merged 1 commit into from
Jul 15, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
correct module number from 2.1 to 2.2
  • Loading branch information
fschuermeyer committed Jun 29, 2024
commit 48f7bc271b1ff57230fcabe806cc6ad4c78de214
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Ultimately, you could consider taking the [Exam SC-900: Microsoft Security, Comp
| **1.6** | Basic security concepts | [The shared responsibility model](https://github.com/microsoft/Security-101/blob/main/1.6%20Shared%20responsibility%20model.md) | What is the shared responsibility model and how does it affect cyber security? |
| **1.7** | [End of module quiz](https://github.com/microsoft/Security-101/blob/main/1.7%20End%20of%20module%20quiz.md) | | |
| **2.1** | Identity & access management fundamentals | [IAM key concepts](https://github.com/microsoft/Security-101/blob/main/2.1%20IAM%20key%20concepts.md) | Learn about the principle of least privilege, segregation of duties, how IAM supports zero trust. |
| **2.1** | Identity & access management fundamentals | [IAM zero trust architecture](https://github.com/microsoft/Security-101/blob/main/2.2%20IAM%20zero%20trust%20architecture.md) | Learn about how identity is the new perimeter for modern IT environments and the threats it mitigates. |
| **2.2** | Identity & access management fundamentals | [IAM zero trust architecture](https://github.com/microsoft/Security-101/blob/main/2.2%20IAM%20zero%20trust%20architecture.md) | Learn about how identity is the new perimeter for modern IT environments and the threats it mitigates. |
| **2.3** | Identity & access management fundamentals | [IAM capabilities](https://github.com/microsoft/Security-101/blob/main/2.3%20IAM%20capabilities.md) | Learn about IAM capabilities and controls to secure identities |
| **2.4** | [End of module quiz](https://github.com/microsoft/Security-101/blob/main/2.4%20End%20of%20module%20quiz.md) | | |
| **3.1** | Network security fundamentals | [Networking key concepts](https://github.com/microsoft/Security-101/blob/main/3.1%20Networking%20key%20concepts.md) | Learn about networking concepts (IP addressing, port numbers, encryption, etc.) |
Expand Down