Implementing network connectivity in Azure
This section will look at network connectivity in Azure between VNets as well as cross-premises/hybrid options available in Azure.
While there are many third-party vendor solutions, we will look to introduce only the first-party Microsoft services available in Azure and for the exam skills objectives.
VPNs are the first skills area we will look at in this section.
VPNs
The Microsoft VPN Gateway is a network connectivity service that provides traffic encryption through private and secure tunnels across the internet. These tunnels can connect on-premises networks to Azure VNets or connect VNets in the same region or across different regions.
When a VPN gateway is implemented, it can be created as two types:
- VPN connection type
- ExpressRoute connection
Only one VNet gateway can be created per VNet, with a high availability (HA) option; VNets can’t share a gateway.
The gateway type must be deleted and...