Make sure your machine is set up with the proper tooling: IaC ARM-DSC Hack - Prerequisites
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
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
- 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