Hands-on exercise 1 – provision resources for chapter exercises
To follow along with the exercises in this chapter, we will provision some Azure resources to work with. We have prepared an Azure ARM template in the GitHub repository of this book for this purpose. The template will deploy two virtual networks in two Azure regions, as shown in Figure 7.21.
Figure 7.21 – Resources deployed via the provided ARM template
The first VNet (CoreServicesVNet) will have two subnets with a virtual machine in each subnet. The second VNet (EngineeringVNet) will have two subnets with a virtual machine in one subnet. One of the virtual machines (WebVM) will be assigned a public IP address so you can connect to it from your PC over the internet. Here is the task that we will complete in this exercise:
- Task 1 – initialize template deployment in GitHub
Let’s get into this!