├── .github ├── CONTRIBUTING.md ├── ISSUE_TEMPLATE.md └── PULL_REQUEST_TEMPLATE.md ├── Allfiles ├── Demos │ └── 01 │ │ └── azuredeploy.json ├── Labs │ └── 01 │ │ └── Starter │ │ └── azuredeploy.json ├── M02-Project Workbook.xlsx ├── Project Details.docx ├── Project Workbook PL-600 Applied Exercise.xlsx ├── Sample Answers │ └── M02-Project Workbook-Sample Answer.xlsx └── SecuritySystem_1_0_0_0.zip ├── Instructions ├── Exercises │ ├── Exercise01[PL-600]_Become_SA.md │ ├── Exercise02[PL-600]_Conceptualize_Design.md │ ├── Exercise03[PL-600]_Review_work.md │ ├── Exercise04[PL-600]_Model_Data.md │ ├── Exercise05[PL-600]_Power_Apps_architecture.md │ ├── Exercise06[PL-600]_App_Composition.md │ ├── Exercise07[PL-600]_Power_Automate_architecture.md │ ├── Exercise08[PL-600]_Security_model.md │ ├── Exercise09[PL-600]_Evaluate_integration.md │ ├── Exercise10[PL-600]_D365_architecture.md │ └── Exercise11[PL-600]_PVA_architecture.md └── media │ └── mvp_erd.png ├── LICENSE ├── _build.yml ├── _config.yml ├── index.md └── readme.md /.github/CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftLearning/PL-600-Microsoft-Power-Platform-Solution-Architect/HEAD/.github/CONTRIBUTING.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftLearning/PL-600-Microsoft-Power-Platform-Solution-Architect/HEAD/.github/ISSUE_TEMPLATE.md -------------------------------------------------------------------------------- /.github/PULL_REQUEST_TEMPLATE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftLearning/PL-600-Microsoft-Power-Platform-Solution-Architect/HEAD/.github/PULL_REQUEST_TEMPLATE.md -------------------------------------------------------------------------------- /Allfiles/Demos/01/azuredeploy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftLearning/PL-600-Microsoft-Power-Platform-Solution-Architect/HEAD/Allfiles/Demos/01/azuredeploy.json -------------------------------------------------------------------------------- /Allfiles/Labs/01/Starter/azuredeploy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftLearning/PL-600-Microsoft-Power-Platform-Solution-Architect/HEAD/Allfiles/Labs/01/Starter/azuredeploy.json -------------------------------------------------------------------------------- /Allfiles/M02-Project Workbook.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftLearning/PL-600-Microsoft-Power-Platform-Solution-Architect/HEAD/Allfiles/M02-Project Workbook.xlsx -------------------------------------------------------------------------------- /Allfiles/Project Details.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftLearning/PL-600-Microsoft-Power-Platform-Solution-Architect/HEAD/Allfiles/Project Details.docx -------------------------------------------------------------------------------- /Allfiles/Project Workbook PL-600 Applied Exercise.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftLearning/PL-600-Microsoft-Power-Platform-Solution-Architect/HEAD/Allfiles/Project Workbook PL-600 Applied Exercise.xlsx -------------------------------------------------------------------------------- /Allfiles/Sample Answers/M02-Project Workbook-Sample Answer.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftLearning/PL-600-Microsoft-Power-Platform-Solution-Architect/HEAD/Allfiles/Sample Answers/M02-Project Workbook-Sample Answer.xlsx -------------------------------------------------------------------------------- /Allfiles/SecuritySystem_1_0_0_0.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftLearning/PL-600-Microsoft-Power-Platform-Solution-Architect/HEAD/Allfiles/SecuritySystem_1_0_0_0.zip -------------------------------------------------------------------------------- /Instructions/Exercises/Exercise01[PL-600]_Become_SA.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftLearning/PL-600-Microsoft-Power-Platform-Solution-Architect/HEAD/Instructions/Exercises/Exercise01[PL-600]_Become_SA.md -------------------------------------------------------------------------------- /Instructions/Exercises/Exercise02[PL-600]_Conceptualize_Design.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftLearning/PL-600-Microsoft-Power-Platform-Solution-Architect/HEAD/Instructions/Exercises/Exercise02[PL-600]_Conceptualize_Design.md -------------------------------------------------------------------------------- /Instructions/Exercises/Exercise03[PL-600]_Review_work.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftLearning/PL-600-Microsoft-Power-Platform-Solution-Architect/HEAD/Instructions/Exercises/Exercise03[PL-600]_Review_work.md -------------------------------------------------------------------------------- /Instructions/Exercises/Exercise04[PL-600]_Model_Data.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftLearning/PL-600-Microsoft-Power-Platform-Solution-Architect/HEAD/Instructions/Exercises/Exercise04[PL-600]_Model_Data.md -------------------------------------------------------------------------------- /Instructions/Exercises/Exercise05[PL-600]_Power_Apps_architecture.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftLearning/PL-600-Microsoft-Power-Platform-Solution-Architect/HEAD/Instructions/Exercises/Exercise05[PL-600]_Power_Apps_architecture.md -------------------------------------------------------------------------------- /Instructions/Exercises/Exercise06[PL-600]_App_Composition.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftLearning/PL-600-Microsoft-Power-Platform-Solution-Architect/HEAD/Instructions/Exercises/Exercise06[PL-600]_App_Composition.md -------------------------------------------------------------------------------- /Instructions/Exercises/Exercise07[PL-600]_Power_Automate_architecture.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftLearning/PL-600-Microsoft-Power-Platform-Solution-Architect/HEAD/Instructions/Exercises/Exercise07[PL-600]_Power_Automate_architecture.md -------------------------------------------------------------------------------- /Instructions/Exercises/Exercise08[PL-600]_Security_model.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftLearning/PL-600-Microsoft-Power-Platform-Solution-Architect/HEAD/Instructions/Exercises/Exercise08[PL-600]_Security_model.md -------------------------------------------------------------------------------- /Instructions/Exercises/Exercise09[PL-600]_Evaluate_integration.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftLearning/PL-600-Microsoft-Power-Platform-Solution-Architect/HEAD/Instructions/Exercises/Exercise09[PL-600]_Evaluate_integration.md -------------------------------------------------------------------------------- /Instructions/Exercises/Exercise10[PL-600]_D365_architecture.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftLearning/PL-600-Microsoft-Power-Platform-Solution-Architect/HEAD/Instructions/Exercises/Exercise10[PL-600]_D365_architecture.md -------------------------------------------------------------------------------- /Instructions/Exercises/Exercise11[PL-600]_PVA_architecture.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftLearning/PL-600-Microsoft-Power-Platform-Solution-Architect/HEAD/Instructions/Exercises/Exercise11[PL-600]_PVA_architecture.md -------------------------------------------------------------------------------- /Instructions/media/mvp_erd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftLearning/PL-600-Microsoft-Power-Platform-Solution-Architect/HEAD/Instructions/media/mvp_erd.png -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftLearning/PL-600-Microsoft-Power-Platform-Solution-Architect/HEAD/LICENSE -------------------------------------------------------------------------------- /_build.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftLearning/PL-600-Microsoft-Power-Platform-Solution-Architect/HEAD/_build.yml -------------------------------------------------------------------------------- /_config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftLearning/PL-600-Microsoft-Power-Platform-Solution-Architect/HEAD/_config.yml -------------------------------------------------------------------------------- /index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftLearning/PL-600-Microsoft-Power-Platform-Solution-Architect/HEAD/index.md -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftLearning/PL-600-Microsoft-Power-Platform-Solution-Architect/HEAD/readme.md --------------------------------------------------------------------------------