Task 01 - Create lab resources
Description
In this task, you will leverage a custom Azure Resource Manager (ARM) template to deploy the Azure resources and create a simulated on-premises environment for Terra Firm Laboratories.
Success Criteria
- You have deployed all necessary services.
Solution
Expand this section to view the solution
-
Sign in to the Azure Portal.
-
Open another browser tab, and navigate to the ARM template: ARM Template on GitHub.
-
Select Deploy to Azure. This will open a new browser tab to the Azure Portal for custom deployments.
-
If prompted, sign in with an account that is an owner of the Azure Subscription.
- Fill in the required ARM template parameters.
- Create a new Resource group.
- Select a Region
- Specify a Resource Name Base (specify a base value that includes your initials to keep unique to prevent naming conflicts, for example,
terrafirmhw
). - Specify a User Defined Password (this will be a password that you will use to log into the provisioned VM - replace the
************
with your own password).-
Important For your password use at least 12 characters, combine uppercase and lowercase letters, numbers, and special characters. Avoid common words and personal information.
-
- Select Review + create
-
Agree to the Terms and conditions and select Create.
The deployment is now underway. On average, this process can take 30 minutes to complete. It is important that you monitor the deployment progress to ensure there are no problems. You can monitor progress by selecting the notification bell in the upper right corner and selecting Deployment in progress…
Note: While automation can make things simpler and repeatable, sometimes it can fail. If at any time during the ARM template deployment there is a failure, review the failure, delete the Resource Group, and try the ARM template again. Review the failures and adjust for errors as appropriate.
Once the ARM template is deployed, the status will change to complete.
Note: Verify deployment success of each resource. Transient errors are possible and can cause problems later in the hands on lab.