ONLINE LAB: Deploying Azure VM Using ARM Templates: Your Challenge
ONLINE LAB: Deploying Azure VM Using ARM Templates: Your Challenge
Solution
1. In the list of Resource groups, click the new newvmrg resource group.
2. Click Add to open the Azure Marketplace.
3. Enter “template” in the search box and choose Template deployment (deploy
using custom templates) as a result.
4. Click Create.
5. Scroll to the “Common Templates” section.
6. Choose “Create a Linux Virtual Machine”.
7. Click the Edit Template button to edit the template.
8. Change the VM size from Standard_A1 to Standard_F1.
9. Click Save.
10. Select a subscription and a location that matches the resource group above.
11. Enter “newadmin” as Admin Username.
12. Choose Authentication Type of password.
13. Enter “NeWPass@129*” as the Admin password.
14. Enter a unique DNS Label prefix that is unique to you across all of Azure.
15. Accept the default version of Ubuntu.
16. Ensure the location is [resourceGroup().location]
17. Check the box next to “I agree to the terms and conditions stated above”.
18. Click “Purchase”.
19. Wait for the deployment to complete. It should take 45 seconds or so.
Lab Assignment
Students: Take a screenshot of the MyUbuntuVM > Overview screen after completing the
last step. Follow the submission instructions outlined in the course.
Step 4 Clean up