In the previous chapter, we covered Virtual Machines (VMs) in Azure and how to create and configure them from the Azure portal and PowerShell. We also looked at how to automate these steps using ARM templates.
This chapter continues with the second part of Deploying and Managing Virtual Machines objective. In this chapter, we are going to focus on the different ways you can manage your VMs after creation. You will learn how to resize and deploy your VMs using the Azure portal, PowerShell, and CLI. You will also learn how to add additional data disks and network interfaces to your VMs. We are going to cover how you can automate the configuration management of your virtual machines, and you will learn how to configure backup and restore operations for your VMs.
The following topics will be covered in this chapter:
- Managing VM sizes
- Redeploying...