Azure Network Services
Azure provides a range of network services you can use to communicate with Azure resources. You must know about the following Azure network services since they are outlined in the exam:
- Virtual Network (VNet)
- VNet peering
- Virtual Private Network (VPN) gateway
- ExpressRoute
- Azure DNS
Azure networking provides the following capabilities:
- Communication between Azure resources: Communication paths between Azure resources, such as VMs, are provided through VNets. Communication between VNets is enabled using VNet peering (within the same region and across regions). Additionally, service endpoints are used to connect PaaS resources such as storage services and database services.
- Communication with on-premises resources: You can extend your local on-premises networks into Azure through VPNs, which provide encrypted connections over the internet, or ExpressRoute, which allows private, low-latency connections that bypass the internet...