Chapter 4: Implementing and Managing Virtual Networking
In the previous chapter, we covered the third part of the Implement and Monitor Azure Infrastructure objective. We covered virtual machines (VMs) in Azure, as well as the different VM sizes that are available for both Azure and Linux. We also learned how to provision VMs and how to create and deploy Azure Resource Manager (ARM) templates.
This chapter introduces the fourth part of this objective. In this chapter, we are going to focus on implementing and managing virtual networking in Azure. You will learn about the basics of Azure virtual networking, including private and public IP addresses, and learn how to configure subnets, Virtual Networks (VNets), and public and private IP addresses.
Many Infrastructure as a Service (IaaS) components in Azure, such as virtual machines, use VNets, and many Platform as a Service (PaaS) components enable VNet integration to provide more secure communications. It is therefore important...