├── .github ├── CONTRIBUTING.md ├── ISSUE_TEMPLATE.md └── PULL_REQUEST_TEMPLATE.md ├── Instructions ├── Walkthroughs │ ├── 01-Create a virtual machine.md │ ├── 02-Deploy Azure Container Instances.md │ ├── 03-Create a virtual network.md │ ├── 04-Create Blob storage.md │ ├── 05-Create a SQL database.md │ ├── 06-Implement the Azure IoT Hub.md │ ├── 07-Implement Azure Functions.md │ ├── 08-Create a Web App.md │ ├── 09-Create a VM with a Template.md │ ├── 10-Create a VM with PowerShell.md │ ├── 11-Create a VM with the CLI.md │ ├── 12-Secure network traffic.md │ ├── 13-Implement Azure Key Vault.md │ ├── 14-Create an Azure Policy.md │ ├── 15-Manage access with RBAC.md │ ├── 16-Manage resource locks.md │ ├── 17-Implement resource tagging.md │ ├── 18-Explore the Trust Center.md │ ├── 19-Use the Azure Pricing Calculator.md │ ├── 20-Use the Azure TCO Calculator.md │ ├── 21-Open a Support Request.md │ ├── 22-Calculate Composite SLAs.md │ └── 23-Access Azure Preview features.md └── images │ ├── 0101.png │ ├── 0102.png │ ├── 0103.png │ ├── 0104.png │ ├── 0105.png │ ├── 0106.png │ ├── 0107.png │ ├── 0108.png │ ├── 0201.png │ ├── 0202.png │ ├── 0203.png │ ├── 0301.png │ ├── 0302.png │ ├── 0303.png │ ├── 0401.png │ ├── 0402.png │ ├── 0403.png │ ├── 0501.png │ ├── 0502.png │ ├── 0503.png │ ├── 0504.png │ ├── 0506.png │ ├── 0507.png │ ├── 0508.png │ ├── 0595.png │ ├── 0601.png │ ├── 0602.png │ ├── 0603.png │ ├── 0604.png │ ├── 0605.png │ ├── 0606.png │ ├── 0701.png │ ├── 0702.png │ ├── 0703.png │ ├── 0704.png │ ├── 0705.png │ ├── 0706.png │ ├── 0707.png │ ├── 0709.png │ ├── 0801.png │ ├── 0802.png │ ├── 0901.png │ ├── 0902.png │ ├── 0903.png │ ├── 0904.png │ ├── 1001.png │ ├── 1002.png │ ├── 1003.png │ ├── 1004.png │ ├── 1101.png │ ├── 1102.png │ ├── 1103.png │ ├── 1104.png │ ├── 1201.png │ ├── 1202.png │ ├── 1203.png │ ├── 1401.png │ ├── 1402.png │ ├── 1403.png │ ├── 1404.png │ ├── 1405.png │ ├── 1406.png │ ├── 1407.png │ ├── 1501.png │ ├── 1502.png │ ├── 1503.png │ ├── 1601.png │ ├── 1602.png │ ├── 1603.png │ ├── 1604.png │ ├── 1701.png │ ├── 1702.png │ ├── 1703.png │ ├── 1704.png │ ├── 1705.png │ ├── 1706.png │ ├── 1901.png │ ├── 1902.png │ ├── 1903.png │ ├── 1904.png │ ├── 1905.png │ ├── 1906.png │ ├── 1907.png │ ├── 1908.png │ ├── 1909.png │ ├── 1910.png │ ├── 1911.png │ ├── 2001.png │ ├── 2301.png │ └── 2302.png ├── LICENSE ├── _build.yml ├── _config.yml ├── index.md └── readme.md /.github/CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftLearningKoreanLab/AZ-900TKR-MicrosoftAzureFundamentals/HEAD/.github/CONTRIBUTING.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftLearningKoreanLab/AZ-900TKR-MicrosoftAzureFundamentals/HEAD/.github/ISSUE_TEMPLATE.md -------------------------------------------------------------------------------- /.github/PULL_REQUEST_TEMPLATE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftLearningKoreanLab/AZ-900TKR-MicrosoftAzureFundamentals/HEAD/.github/PULL_REQUEST_TEMPLATE.md -------------------------------------------------------------------------------- /Instructions/Walkthroughs/01-Create a virtual machine.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftLearningKoreanLab/AZ-900TKR-MicrosoftAzureFundamentals/HEAD/Instructions/Walkthroughs/01-Create a virtual machine.md -------------------------------------------------------------------------------- /Instructions/Walkthroughs/02-Deploy Azure Container Instances.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftLearningKoreanLab/AZ-900TKR-MicrosoftAzureFundamentals/HEAD/Instructions/Walkthroughs/02-Deploy Azure Container Instances.md -------------------------------------------------------------------------------- /Instructions/Walkthroughs/03-Create a virtual network.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftLearningKoreanLab/AZ-900TKR-MicrosoftAzureFundamentals/HEAD/Instructions/Walkthroughs/03-Create a virtual network.md -------------------------------------------------------------------------------- /Instructions/Walkthroughs/04-Create Blob storage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftLearningKoreanLab/AZ-900TKR-MicrosoftAzureFundamentals/HEAD/Instructions/Walkthroughs/04-Create Blob storage.md -------------------------------------------------------------------------------- /Instructions/Walkthroughs/05-Create a SQL database.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftLearningKoreanLab/AZ-900TKR-MicrosoftAzureFundamentals/HEAD/Instructions/Walkthroughs/05-Create a SQL database.md -------------------------------------------------------------------------------- /Instructions/Walkthroughs/06-Implement the Azure IoT Hub.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftLearningKoreanLab/AZ-900TKR-MicrosoftAzureFundamentals/HEAD/Instructions/Walkthroughs/06-Implement the Azure IoT Hub.md -------------------------------------------------------------------------------- /Instructions/Walkthroughs/07-Implement Azure Functions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftLearningKoreanLab/AZ-900TKR-MicrosoftAzureFundamentals/HEAD/Instructions/Walkthroughs/07-Implement Azure Functions.md -------------------------------------------------------------------------------- /Instructions/Walkthroughs/08-Create a Web App.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftLearningKoreanLab/AZ-900TKR-MicrosoftAzureFundamentals/HEAD/Instructions/Walkthroughs/08-Create a Web App.md -------------------------------------------------------------------------------- /Instructions/Walkthroughs/09-Create a VM with a Template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftLearningKoreanLab/AZ-900TKR-MicrosoftAzureFundamentals/HEAD/Instructions/Walkthroughs/09-Create a VM with a Template.md -------------------------------------------------------------------------------- /Instructions/Walkthroughs/10-Create a VM with PowerShell.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftLearningKoreanLab/AZ-900TKR-MicrosoftAzureFundamentals/HEAD/Instructions/Walkthroughs/10-Create a VM with PowerShell.md -------------------------------------------------------------------------------- /Instructions/Walkthroughs/11-Create a VM with the CLI.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftLearningKoreanLab/AZ-900TKR-MicrosoftAzureFundamentals/HEAD/Instructions/Walkthroughs/11-Create a VM with the CLI.md -------------------------------------------------------------------------------- /Instructions/Walkthroughs/12-Secure network traffic.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftLearningKoreanLab/AZ-900TKR-MicrosoftAzureFundamentals/HEAD/Instructions/Walkthroughs/12-Secure network traffic.md -------------------------------------------------------------------------------- /Instructions/Walkthroughs/13-Implement Azure Key Vault.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftLearningKoreanLab/AZ-900TKR-MicrosoftAzureFundamentals/HEAD/Instructions/Walkthroughs/13-Implement Azure Key Vault.md -------------------------------------------------------------------------------- /Instructions/Walkthroughs/14-Create an Azure Policy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftLearningKoreanLab/AZ-900TKR-MicrosoftAzureFundamentals/HEAD/Instructions/Walkthroughs/14-Create an Azure Policy.md -------------------------------------------------------------------------------- /Instructions/Walkthroughs/15-Manage access with RBAC.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftLearningKoreanLab/AZ-900TKR-MicrosoftAzureFundamentals/HEAD/Instructions/Walkthroughs/15-Manage access with RBAC.md -------------------------------------------------------------------------------- /Instructions/Walkthroughs/16-Manage resource locks.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftLearningKoreanLab/AZ-900TKR-MicrosoftAzureFundamentals/HEAD/Instructions/Walkthroughs/16-Manage resource locks.md -------------------------------------------------------------------------------- /Instructions/Walkthroughs/17-Implement resource tagging.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftLearningKoreanLab/AZ-900TKR-MicrosoftAzureFundamentals/HEAD/Instructions/Walkthroughs/17-Implement resource tagging.md -------------------------------------------------------------------------------- /Instructions/Walkthroughs/18-Explore the Trust Center.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftLearningKoreanLab/AZ-900TKR-MicrosoftAzureFundamentals/HEAD/Instructions/Walkthroughs/18-Explore the Trust Center.md -------------------------------------------------------------------------------- /Instructions/Walkthroughs/19-Use the Azure Pricing Calculator.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftLearningKoreanLab/AZ-900TKR-MicrosoftAzureFundamentals/HEAD/Instructions/Walkthroughs/19-Use the Azure Pricing Calculator.md -------------------------------------------------------------------------------- /Instructions/Walkthroughs/20-Use the Azure TCO Calculator.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftLearningKoreanLab/AZ-900TKR-MicrosoftAzureFundamentals/HEAD/Instructions/Walkthroughs/20-Use the Azure TCO Calculator.md -------------------------------------------------------------------------------- /Instructions/Walkthroughs/21-Open a Support Request.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftLearningKoreanLab/AZ-900TKR-MicrosoftAzureFundamentals/HEAD/Instructions/Walkthroughs/21-Open a Support Request.md -------------------------------------------------------------------------------- /Instructions/Walkthroughs/22-Calculate Composite SLAs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftLearningKoreanLab/AZ-900TKR-MicrosoftAzureFundamentals/HEAD/Instructions/Walkthroughs/22-Calculate Composite SLAs.md -------------------------------------------------------------------------------- /Instructions/Walkthroughs/23-Access Azure Preview features.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftLearningKoreanLab/AZ-900TKR-MicrosoftAzureFundamentals/HEAD/Instructions/Walkthroughs/23-Access Azure Preview features.md -------------------------------------------------------------------------------- /Instructions/images/0101.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftLearningKoreanLab/AZ-900TKR-MicrosoftAzureFundamentals/HEAD/Instructions/images/0101.png -------------------------------------------------------------------------------- /Instructions/images/0102.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftLearningKoreanLab/AZ-900TKR-MicrosoftAzureFundamentals/HEAD/Instructions/images/0102.png -------------------------------------------------------------------------------- /Instructions/images/0103.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftLearningKoreanLab/AZ-900TKR-MicrosoftAzureFundamentals/HEAD/Instructions/images/0103.png -------------------------------------------------------------------------------- /Instructions/images/0104.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftLearningKoreanLab/AZ-900TKR-MicrosoftAzureFundamentals/HEAD/Instructions/images/0104.png -------------------------------------------------------------------------------- /Instructions/images/0105.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftLearningKoreanLab/AZ-900TKR-MicrosoftAzureFundamentals/HEAD/Instructions/images/0105.png -------------------------------------------------------------------------------- /Instructions/images/0106.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftLearningKoreanLab/AZ-900TKR-MicrosoftAzureFundamentals/HEAD/Instructions/images/0106.png -------------------------------------------------------------------------------- /Instructions/images/0107.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftLearningKoreanLab/AZ-900TKR-MicrosoftAzureFundamentals/HEAD/Instructions/images/0107.png -------------------------------------------------------------------------------- /Instructions/images/0108.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftLearningKoreanLab/AZ-900TKR-MicrosoftAzureFundamentals/HEAD/Instructions/images/0108.png -------------------------------------------------------------------------------- /Instructions/images/0201.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftLearningKoreanLab/AZ-900TKR-MicrosoftAzureFundamentals/HEAD/Instructions/images/0201.png -------------------------------------------------------------------------------- /Instructions/images/0202.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftLearningKoreanLab/AZ-900TKR-MicrosoftAzureFundamentals/HEAD/Instructions/images/0202.png -------------------------------------------------------------------------------- /Instructions/images/0203.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftLearningKoreanLab/AZ-900TKR-MicrosoftAzureFundamentals/HEAD/Instructions/images/0203.png -------------------------------------------------------------------------------- /Instructions/images/0301.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftLearningKoreanLab/AZ-900TKR-MicrosoftAzureFundamentals/HEAD/Instructions/images/0301.png -------------------------------------------------------------------------------- /Instructions/images/0302.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftLearningKoreanLab/AZ-900TKR-MicrosoftAzureFundamentals/HEAD/Instructions/images/0302.png -------------------------------------------------------------------------------- /Instructions/images/0303.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftLearningKoreanLab/AZ-900TKR-MicrosoftAzureFundamentals/HEAD/Instructions/images/0303.png -------------------------------------------------------------------------------- /Instructions/images/0401.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftLearningKoreanLab/AZ-900TKR-MicrosoftAzureFundamentals/HEAD/Instructions/images/0401.png -------------------------------------------------------------------------------- /Instructions/images/0402.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftLearningKoreanLab/AZ-900TKR-MicrosoftAzureFundamentals/HEAD/Instructions/images/0402.png -------------------------------------------------------------------------------- /Instructions/images/0403.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftLearningKoreanLab/AZ-900TKR-MicrosoftAzureFundamentals/HEAD/Instructions/images/0403.png -------------------------------------------------------------------------------- /Instructions/images/0501.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftLearningKoreanLab/AZ-900TKR-MicrosoftAzureFundamentals/HEAD/Instructions/images/0501.png -------------------------------------------------------------------------------- /Instructions/images/0502.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftLearningKoreanLab/AZ-900TKR-MicrosoftAzureFundamentals/HEAD/Instructions/images/0502.png -------------------------------------------------------------------------------- /Instructions/images/0503.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftLearningKoreanLab/AZ-900TKR-MicrosoftAzureFundamentals/HEAD/Instructions/images/0503.png -------------------------------------------------------------------------------- /Instructions/images/0504.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftLearningKoreanLab/AZ-900TKR-MicrosoftAzureFundamentals/HEAD/Instructions/images/0504.png -------------------------------------------------------------------------------- /Instructions/images/0506.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftLearningKoreanLab/AZ-900TKR-MicrosoftAzureFundamentals/HEAD/Instructions/images/0506.png -------------------------------------------------------------------------------- /Instructions/images/0507.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftLearningKoreanLab/AZ-900TKR-MicrosoftAzureFundamentals/HEAD/Instructions/images/0507.png -------------------------------------------------------------------------------- /Instructions/images/0508.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftLearningKoreanLab/AZ-900TKR-MicrosoftAzureFundamentals/HEAD/Instructions/images/0508.png -------------------------------------------------------------------------------- /Instructions/images/0595.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftLearningKoreanLab/AZ-900TKR-MicrosoftAzureFundamentals/HEAD/Instructions/images/0595.png -------------------------------------------------------------------------------- /Instructions/images/0601.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftLearningKoreanLab/AZ-900TKR-MicrosoftAzureFundamentals/HEAD/Instructions/images/0601.png -------------------------------------------------------------------------------- /Instructions/images/0602.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftLearningKoreanLab/AZ-900TKR-MicrosoftAzureFundamentals/HEAD/Instructions/images/0602.png -------------------------------------------------------------------------------- /Instructions/images/0603.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftLearningKoreanLab/AZ-900TKR-MicrosoftAzureFundamentals/HEAD/Instructions/images/0603.png -------------------------------------------------------------------------------- /Instructions/images/0604.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftLearningKoreanLab/AZ-900TKR-MicrosoftAzureFundamentals/HEAD/Instructions/images/0604.png -------------------------------------------------------------------------------- /Instructions/images/0605.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftLearningKoreanLab/AZ-900TKR-MicrosoftAzureFundamentals/HEAD/Instructions/images/0605.png -------------------------------------------------------------------------------- /Instructions/images/0606.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftLearningKoreanLab/AZ-900TKR-MicrosoftAzureFundamentals/HEAD/Instructions/images/0606.png -------------------------------------------------------------------------------- /Instructions/images/0701.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftLearningKoreanLab/AZ-900TKR-MicrosoftAzureFundamentals/HEAD/Instructions/images/0701.png -------------------------------------------------------------------------------- /Instructions/images/0702.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftLearningKoreanLab/AZ-900TKR-MicrosoftAzureFundamentals/HEAD/Instructions/images/0702.png -------------------------------------------------------------------------------- /Instructions/images/0703.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftLearningKoreanLab/AZ-900TKR-MicrosoftAzureFundamentals/HEAD/Instructions/images/0703.png -------------------------------------------------------------------------------- /Instructions/images/0704.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftLearningKoreanLab/AZ-900TKR-MicrosoftAzureFundamentals/HEAD/Instructions/images/0704.png -------------------------------------------------------------------------------- /Instructions/images/0705.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftLearningKoreanLab/AZ-900TKR-MicrosoftAzureFundamentals/HEAD/Instructions/images/0705.png -------------------------------------------------------------------------------- /Instructions/images/0706.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftLearningKoreanLab/AZ-900TKR-MicrosoftAzureFundamentals/HEAD/Instructions/images/0706.png -------------------------------------------------------------------------------- /Instructions/images/0707.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftLearningKoreanLab/AZ-900TKR-MicrosoftAzureFundamentals/HEAD/Instructions/images/0707.png -------------------------------------------------------------------------------- /Instructions/images/0709.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftLearningKoreanLab/AZ-900TKR-MicrosoftAzureFundamentals/HEAD/Instructions/images/0709.png -------------------------------------------------------------------------------- /Instructions/images/0801.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftLearningKoreanLab/AZ-900TKR-MicrosoftAzureFundamentals/HEAD/Instructions/images/0801.png -------------------------------------------------------------------------------- /Instructions/images/0802.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftLearningKoreanLab/AZ-900TKR-MicrosoftAzureFundamentals/HEAD/Instructions/images/0802.png -------------------------------------------------------------------------------- /Instructions/images/0901.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftLearningKoreanLab/AZ-900TKR-MicrosoftAzureFundamentals/HEAD/Instructions/images/0901.png -------------------------------------------------------------------------------- /Instructions/images/0902.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftLearningKoreanLab/AZ-900TKR-MicrosoftAzureFundamentals/HEAD/Instructions/images/0902.png -------------------------------------------------------------------------------- /Instructions/images/0903.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftLearningKoreanLab/AZ-900TKR-MicrosoftAzureFundamentals/HEAD/Instructions/images/0903.png -------------------------------------------------------------------------------- /Instructions/images/0904.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftLearningKoreanLab/AZ-900TKR-MicrosoftAzureFundamentals/HEAD/Instructions/images/0904.png -------------------------------------------------------------------------------- /Instructions/images/1001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftLearningKoreanLab/AZ-900TKR-MicrosoftAzureFundamentals/HEAD/Instructions/images/1001.png -------------------------------------------------------------------------------- /Instructions/images/1002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftLearningKoreanLab/AZ-900TKR-MicrosoftAzureFundamentals/HEAD/Instructions/images/1002.png -------------------------------------------------------------------------------- /Instructions/images/1003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftLearningKoreanLab/AZ-900TKR-MicrosoftAzureFundamentals/HEAD/Instructions/images/1003.png -------------------------------------------------------------------------------- /Instructions/images/1004.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftLearningKoreanLab/AZ-900TKR-MicrosoftAzureFundamentals/HEAD/Instructions/images/1004.png -------------------------------------------------------------------------------- /Instructions/images/1101.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftLearningKoreanLab/AZ-900TKR-MicrosoftAzureFundamentals/HEAD/Instructions/images/1101.png -------------------------------------------------------------------------------- /Instructions/images/1102.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftLearningKoreanLab/AZ-900TKR-MicrosoftAzureFundamentals/HEAD/Instructions/images/1102.png -------------------------------------------------------------------------------- /Instructions/images/1103.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftLearningKoreanLab/AZ-900TKR-MicrosoftAzureFundamentals/HEAD/Instructions/images/1103.png -------------------------------------------------------------------------------- /Instructions/images/1104.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftLearningKoreanLab/AZ-900TKR-MicrosoftAzureFundamentals/HEAD/Instructions/images/1104.png -------------------------------------------------------------------------------- /Instructions/images/1201.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftLearningKoreanLab/AZ-900TKR-MicrosoftAzureFundamentals/HEAD/Instructions/images/1201.png -------------------------------------------------------------------------------- /Instructions/images/1202.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftLearningKoreanLab/AZ-900TKR-MicrosoftAzureFundamentals/HEAD/Instructions/images/1202.png -------------------------------------------------------------------------------- /Instructions/images/1203.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftLearningKoreanLab/AZ-900TKR-MicrosoftAzureFundamentals/HEAD/Instructions/images/1203.png -------------------------------------------------------------------------------- /Instructions/images/1401.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftLearningKoreanLab/AZ-900TKR-MicrosoftAzureFundamentals/HEAD/Instructions/images/1401.png -------------------------------------------------------------------------------- /Instructions/images/1402.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftLearningKoreanLab/AZ-900TKR-MicrosoftAzureFundamentals/HEAD/Instructions/images/1402.png -------------------------------------------------------------------------------- /Instructions/images/1403.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftLearningKoreanLab/AZ-900TKR-MicrosoftAzureFundamentals/HEAD/Instructions/images/1403.png -------------------------------------------------------------------------------- /Instructions/images/1404.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftLearningKoreanLab/AZ-900TKR-MicrosoftAzureFundamentals/HEAD/Instructions/images/1404.png -------------------------------------------------------------------------------- /Instructions/images/1405.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftLearningKoreanLab/AZ-900TKR-MicrosoftAzureFundamentals/HEAD/Instructions/images/1405.png -------------------------------------------------------------------------------- /Instructions/images/1406.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftLearningKoreanLab/AZ-900TKR-MicrosoftAzureFundamentals/HEAD/Instructions/images/1406.png -------------------------------------------------------------------------------- /Instructions/images/1407.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftLearningKoreanLab/AZ-900TKR-MicrosoftAzureFundamentals/HEAD/Instructions/images/1407.png -------------------------------------------------------------------------------- /Instructions/images/1501.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftLearningKoreanLab/AZ-900TKR-MicrosoftAzureFundamentals/HEAD/Instructions/images/1501.png -------------------------------------------------------------------------------- /Instructions/images/1502.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftLearningKoreanLab/AZ-900TKR-MicrosoftAzureFundamentals/HEAD/Instructions/images/1502.png -------------------------------------------------------------------------------- /Instructions/images/1503.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftLearningKoreanLab/AZ-900TKR-MicrosoftAzureFundamentals/HEAD/Instructions/images/1503.png -------------------------------------------------------------------------------- /Instructions/images/1601.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftLearningKoreanLab/AZ-900TKR-MicrosoftAzureFundamentals/HEAD/Instructions/images/1601.png -------------------------------------------------------------------------------- /Instructions/images/1602.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftLearningKoreanLab/AZ-900TKR-MicrosoftAzureFundamentals/HEAD/Instructions/images/1602.png -------------------------------------------------------------------------------- /Instructions/images/1603.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftLearningKoreanLab/AZ-900TKR-MicrosoftAzureFundamentals/HEAD/Instructions/images/1603.png -------------------------------------------------------------------------------- /Instructions/images/1604.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftLearningKoreanLab/AZ-900TKR-MicrosoftAzureFundamentals/HEAD/Instructions/images/1604.png -------------------------------------------------------------------------------- /Instructions/images/1701.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftLearningKoreanLab/AZ-900TKR-MicrosoftAzureFundamentals/HEAD/Instructions/images/1701.png -------------------------------------------------------------------------------- /Instructions/images/1702.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftLearningKoreanLab/AZ-900TKR-MicrosoftAzureFundamentals/HEAD/Instructions/images/1702.png -------------------------------------------------------------------------------- /Instructions/images/1703.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftLearningKoreanLab/AZ-900TKR-MicrosoftAzureFundamentals/HEAD/Instructions/images/1703.png -------------------------------------------------------------------------------- /Instructions/images/1704.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftLearningKoreanLab/AZ-900TKR-MicrosoftAzureFundamentals/HEAD/Instructions/images/1704.png -------------------------------------------------------------------------------- /Instructions/images/1705.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftLearningKoreanLab/AZ-900TKR-MicrosoftAzureFundamentals/HEAD/Instructions/images/1705.png -------------------------------------------------------------------------------- /Instructions/images/1706.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftLearningKoreanLab/AZ-900TKR-MicrosoftAzureFundamentals/HEAD/Instructions/images/1706.png -------------------------------------------------------------------------------- /Instructions/images/1901.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftLearningKoreanLab/AZ-900TKR-MicrosoftAzureFundamentals/HEAD/Instructions/images/1901.png -------------------------------------------------------------------------------- /Instructions/images/1902.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftLearningKoreanLab/AZ-900TKR-MicrosoftAzureFundamentals/HEAD/Instructions/images/1902.png -------------------------------------------------------------------------------- /Instructions/images/1903.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftLearningKoreanLab/AZ-900TKR-MicrosoftAzureFundamentals/HEAD/Instructions/images/1903.png -------------------------------------------------------------------------------- /Instructions/images/1904.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftLearningKoreanLab/AZ-900TKR-MicrosoftAzureFundamentals/HEAD/Instructions/images/1904.png -------------------------------------------------------------------------------- /Instructions/images/1905.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftLearningKoreanLab/AZ-900TKR-MicrosoftAzureFundamentals/HEAD/Instructions/images/1905.png -------------------------------------------------------------------------------- /Instructions/images/1906.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftLearningKoreanLab/AZ-900TKR-MicrosoftAzureFundamentals/HEAD/Instructions/images/1906.png -------------------------------------------------------------------------------- /Instructions/images/1907.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftLearningKoreanLab/AZ-900TKR-MicrosoftAzureFundamentals/HEAD/Instructions/images/1907.png -------------------------------------------------------------------------------- /Instructions/images/1908.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftLearningKoreanLab/AZ-900TKR-MicrosoftAzureFundamentals/HEAD/Instructions/images/1908.png -------------------------------------------------------------------------------- /Instructions/images/1909.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftLearningKoreanLab/AZ-900TKR-MicrosoftAzureFundamentals/HEAD/Instructions/images/1909.png -------------------------------------------------------------------------------- /Instructions/images/1910.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftLearningKoreanLab/AZ-900TKR-MicrosoftAzureFundamentals/HEAD/Instructions/images/1910.png -------------------------------------------------------------------------------- /Instructions/images/1911.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftLearningKoreanLab/AZ-900TKR-MicrosoftAzureFundamentals/HEAD/Instructions/images/1911.png -------------------------------------------------------------------------------- /Instructions/images/2001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftLearningKoreanLab/AZ-900TKR-MicrosoftAzureFundamentals/HEAD/Instructions/images/2001.png -------------------------------------------------------------------------------- /Instructions/images/2301.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftLearningKoreanLab/AZ-900TKR-MicrosoftAzureFundamentals/HEAD/Instructions/images/2301.png -------------------------------------------------------------------------------- /Instructions/images/2302.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftLearningKoreanLab/AZ-900TKR-MicrosoftAzureFundamentals/HEAD/Instructions/images/2302.png -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftLearningKoreanLab/AZ-900TKR-MicrosoftAzureFundamentals/HEAD/LICENSE -------------------------------------------------------------------------------- /_build.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftLearningKoreanLab/AZ-900TKR-MicrosoftAzureFundamentals/HEAD/_build.yml -------------------------------------------------------------------------------- /_config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftLearningKoreanLab/AZ-900TKR-MicrosoftAzureFundamentals/HEAD/_config.yml -------------------------------------------------------------------------------- /index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftLearningKoreanLab/AZ-900TKR-MicrosoftAzureFundamentals/HEAD/index.md -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftLearningKoreanLab/AZ-900TKR-MicrosoftAzureFundamentals/HEAD/readme.md --------------------------------------------------------------------------------