Skip to main content

RouteTable



Resource Icon

Resource Overview

Route Table is an Azure network resource applied to Subnets within a Virtual Network to control network traffic routing using user-defined rules.
In addition to default system routing, traffic flows to virtual appliances, the internet, or gateways can be explicitly defined.

Associated Resources

Parent Resources

Connected Resources


Resource Configuration

  • enable_bgp_route_propagation : Whether to enable gateway route propagation - true, false
  • linked_subnet_names : List of Subnet names to associate with the Route Table
  • tag : Tags used to categorize resources - maximum 512 characters, key:value

Route Settings (route)

  • route.route_address_prefix : IP address prefix representing the route (CIDR)
  • route.next_hop_type : Next hop type
    • VirtualNetworkGateway
    • VnetLocal
    • Internet
    • VirtualAppliance
    • None

References