Skip to main content

VirtualNetworkGateway



Resource Icon

Resource Overview

The Azure Virtual Network Gateway is a Microsoft Azure service that allows for secure cross-premises connections between an Azure virtual network and on-premises infrastructure or other Azure virtual networks. It acts as a bridge between on-premises infrastructure and Azure virtual networks, enabling the extension of data centers to the cloud and creating hybrid solutions. Azure Virtual Network Gateway provides two types of VPN connections: site-to-site VPN and point-to-site VPN. Site-to-site VPN is used to connect on-premises networks to an Azure virtual network, while point-to-site VPN is used to connect individual computers to an Azure virtual network. Azure Virtual Network Gateway also supports various routing types, including BGP (Border Gateway Protocol), static routing, and dynamic routing. Additionally, it offers features such as high availability, active-active configuration, and support for multiple virtual network gateways.

Associated Resources

Parent Resource

Resource Setting Values

  • included_subnet_name : The name of Subnet that sends and receives traffic
  • gateway_type : The type of the Virtual network gateway - Vpn, ExpressRoute.
  • vpn_type : The routing type of the Virtual Network Gateway - RouteBased, PolicyBased.
  • sku : The SKU of Virtual network gateway
  • generation : The generation of Virtual network gateway - Generation1, Generation2, None.
  • enable_active_active_mode : true, false.
  • enable_configure_bgp : true, false.
  • ip_configuration : The name of IP configuration
  • tag : Tag to categorize resources - up to 512 characters, key:value

Reference Materials