Hands-on exercise – providing resources for the chapter exercises
To follow along with the exercises in this chapter, we will provide some Azure resources to work with. We have prepared an ARM template in the GitHub repository of this book for this purpose. The template will deploy an Azure virtual network with a public subnet, as shown in Figure 9.2. The subnet will have an Ubuntu Linux VM that can be accessed over SSH. Here are the tasks that we will complete in this exercise:
- Task 1: Initialize the template deployment in GitHub.
- Task 2: Complete the parameters and deploy the template to Azure:
Let's begin deploying our template deployment:
- Open a web browser and browse to http://bit.ly/az500-c9-template. This link will open the GitHub repository that has an ARM template to deploy the resources we need.
- In the GitHub repository that opens, click on...