Challenge 1 - Hello World Template
Home - Next Challenge>
Pre-requisites
Make sure your machine is set up with the proper tooling: IaC ARM-DSC Hack - Prerequisites
Introduction
Your first challenge is to create a simple “Hello World” ARM template. The goals here are to understand:
- Core elements of an ARM Template and the different ways to deploy it.
- How & where to see & troubleshoot deployments in the portal
Description
Develop an ARM template that accepts a generic input value and returns it as an output value.
- Deploy it using the Azure CLI
- Deploy it using the Azure PowerShell Cmdlets
- Observe the deployment in the Azure Portal
Success Criteria
- You can deploy the template using both the CLI and PowerShell
- You can view the deployment in the Azure Portal and view the inputs & outputs