Azure Gateway - shivpun/az-900 GitHub Wiki
- send encrypted traffic between an Azure virtual network and an on-premises location over the public Internet.
- Each
virtual network
can only have onevirtual network gateway
of each type.
The available values for -GatewayType are:
- Vpn
- ExpressRoute
- A virtual network gateway is composed of two or more VMs that are deployed to a specific subnet you create called the
Gateway Subnet
. It is used for routing the traffic from one network to another network. - Gateway SKUs by feature set:
Basic
- Route-based VPN or (Dynamic Routing): 10 tunnels for S2S/connections;
- Policy-based VPN or (Static Routing): (IKEv1): 1 S2S/connection tunnel;
In the following tables:
-
SA = Security Association
-
IKE Phase 1 is also called "Main Mode"
-
IKE Phase 2 is also called "Quick Mode"
- VPN Gateway can be used to connect different Azure Subscriptions.
- VPN Gateway as Active-Active without additional cost.