Chapter 10: Configuring Virtual Machines
In the previous chapter, we covered how to automate VM deployments using ARM templates, which are a good way to standardize and simplify deployments.
In this chapter, we are going to explore Azure virtual machines in more depth: networking, high-availability configurations, and changing the virtual machine (VM) host. As part of this topic, we uncover the various types of Azure disks that exist, how they can be added to a VM, and how we can encrypt the disks. VM infrastructure is the base of most common infrastructure platforms these days and a crucial part of your learning. VMs are the cornerstone of running applications and subsequent application offerings such as web apps stem from these. Each section has its own instructions and guidance on how to apply the skills you have learned.
In this chapter, we are going to cover the following main topics:
- Understanding Azure disks
- Understanding Azure VMs
- Deploying a VM in Azure...