├── .github ├── CONTRIBUTING.md ├── ISSUE_TEMPLATE.md └── PULL_REQUEST_TEMPLATE.md ├── Instructions ├── Labs │ ├── 01-LAB_SC_100_Lab3_Ex1_Compliance_Assessment.md │ ├── 02-LAB_SC_100_Lab2_Ex1_Entra_ID_policies.md │ ├── 03-LAB_SC_100_Lab2_Ex2_Conditional_Access.md │ ├── 04-LAB_SC_100_Lab2_Ex3_B2B_collaboration.md │ ├── 05-LAB_SC_100_Lab1_Ex1_Sentinel.md │ ├── 06-LAB_SC_100_Lab2_Ex4_Shadow_IT.md │ ├── 07-LAB_SC_100_Lab3_Ex2_Data classification framework.md │ ├── 08-LAB_SC_100_Lab3_Ex3_Retention_policies.md │ ├── 09-LAB_SC_100_Lab1_Ex2_DfEASM.md │ ├── 10-LAB_SC_100_Lab1_Ex3_Secure_Infrastructure.md │ ├── 11-LAB_SC_100_Lab4_Ex1_SecureScore.md │ └── 12-LAB_SC_100_Lab4_Ex4_Endpoint_Security.md └── Labs_Under_Development │ └── 13-LAB_SC_100_Global_Secure_Access.md ├── LICENSE ├── _build.yml ├── _config.yml ├── index.md └── readme.md /.github/CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftLearning/SC-100-Microsoft-Cybersecurity-Architect/HEAD/.github/CONTRIBUTING.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftLearning/SC-100-Microsoft-Cybersecurity-Architect/HEAD/.github/ISSUE_TEMPLATE.md -------------------------------------------------------------------------------- /.github/PULL_REQUEST_TEMPLATE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftLearning/SC-100-Microsoft-Cybersecurity-Architect/HEAD/.github/PULL_REQUEST_TEMPLATE.md -------------------------------------------------------------------------------- /Instructions/Labs/01-LAB_SC_100_Lab3_Ex1_Compliance_Assessment.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftLearning/SC-100-Microsoft-Cybersecurity-Architect/HEAD/Instructions/Labs/01-LAB_SC_100_Lab3_Ex1_Compliance_Assessment.md -------------------------------------------------------------------------------- /Instructions/Labs/02-LAB_SC_100_Lab2_Ex1_Entra_ID_policies.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftLearning/SC-100-Microsoft-Cybersecurity-Architect/HEAD/Instructions/Labs/02-LAB_SC_100_Lab2_Ex1_Entra_ID_policies.md -------------------------------------------------------------------------------- /Instructions/Labs/03-LAB_SC_100_Lab2_Ex2_Conditional_Access.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftLearning/SC-100-Microsoft-Cybersecurity-Architect/HEAD/Instructions/Labs/03-LAB_SC_100_Lab2_Ex2_Conditional_Access.md -------------------------------------------------------------------------------- /Instructions/Labs/04-LAB_SC_100_Lab2_Ex3_B2B_collaboration.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftLearning/SC-100-Microsoft-Cybersecurity-Architect/HEAD/Instructions/Labs/04-LAB_SC_100_Lab2_Ex3_B2B_collaboration.md -------------------------------------------------------------------------------- /Instructions/Labs/05-LAB_SC_100_Lab1_Ex1_Sentinel.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftLearning/SC-100-Microsoft-Cybersecurity-Architect/HEAD/Instructions/Labs/05-LAB_SC_100_Lab1_Ex1_Sentinel.md -------------------------------------------------------------------------------- /Instructions/Labs/06-LAB_SC_100_Lab2_Ex4_Shadow_IT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftLearning/SC-100-Microsoft-Cybersecurity-Architect/HEAD/Instructions/Labs/06-LAB_SC_100_Lab2_Ex4_Shadow_IT.md -------------------------------------------------------------------------------- /Instructions/Labs/07-LAB_SC_100_Lab3_Ex2_Data classification framework.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftLearning/SC-100-Microsoft-Cybersecurity-Architect/HEAD/Instructions/Labs/07-LAB_SC_100_Lab3_Ex2_Data classification framework.md -------------------------------------------------------------------------------- /Instructions/Labs/08-LAB_SC_100_Lab3_Ex3_Retention_policies.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftLearning/SC-100-Microsoft-Cybersecurity-Architect/HEAD/Instructions/Labs/08-LAB_SC_100_Lab3_Ex3_Retention_policies.md -------------------------------------------------------------------------------- /Instructions/Labs/09-LAB_SC_100_Lab1_Ex2_DfEASM.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftLearning/SC-100-Microsoft-Cybersecurity-Architect/HEAD/Instructions/Labs/09-LAB_SC_100_Lab1_Ex2_DfEASM.md -------------------------------------------------------------------------------- /Instructions/Labs/10-LAB_SC_100_Lab1_Ex3_Secure_Infrastructure.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftLearning/SC-100-Microsoft-Cybersecurity-Architect/HEAD/Instructions/Labs/10-LAB_SC_100_Lab1_Ex3_Secure_Infrastructure.md -------------------------------------------------------------------------------- /Instructions/Labs/11-LAB_SC_100_Lab4_Ex1_SecureScore.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftLearning/SC-100-Microsoft-Cybersecurity-Architect/HEAD/Instructions/Labs/11-LAB_SC_100_Lab4_Ex1_SecureScore.md -------------------------------------------------------------------------------- /Instructions/Labs/12-LAB_SC_100_Lab4_Ex4_Endpoint_Security.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftLearning/SC-100-Microsoft-Cybersecurity-Architect/HEAD/Instructions/Labs/12-LAB_SC_100_Lab4_Ex4_Endpoint_Security.md -------------------------------------------------------------------------------- /Instructions/Labs_Under_Development/13-LAB_SC_100_Global_Secure_Access.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftLearning/SC-100-Microsoft-Cybersecurity-Architect/HEAD/Instructions/Labs_Under_Development/13-LAB_SC_100_Global_Secure_Access.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftLearning/SC-100-Microsoft-Cybersecurity-Architect/HEAD/LICENSE -------------------------------------------------------------------------------- /_build.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftLearning/SC-100-Microsoft-Cybersecurity-Architect/HEAD/_build.yml -------------------------------------------------------------------------------- /_config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftLearning/SC-100-Microsoft-Cybersecurity-Architect/HEAD/_config.yml -------------------------------------------------------------------------------- /index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftLearning/SC-100-Microsoft-Cybersecurity-Architect/HEAD/index.md -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftLearning/SC-100-Microsoft-Cybersecurity-Architect/HEAD/readme.md --------------------------------------------------------------------------------