Deploying Virtual Edge with ARM Template
This section describes how to deploy a virtual edge with an Azure Resource Manager (ARM) template.
VeloCloud SD-WAN only supports a 2-NIC ARM deployment (i.e. GE1/WAN & GE2/LAN) when deploying a virtual edge. Of these two templates, one supports regions with Availability Zones (AZs) and the other supports regions without Availability Zones (AZs).

In this basic topology example, the Azure Virtual Network (vNET 172.16.0.0/16) is divided into a Public subnet (172.16.0.x/24) and a Private subnet (172.16.1.x/24). The virtual edge routes between the two subnets. The Public User-Defined Routes (UDR) will forward all offnet traffic to the Internet Gateway. The UDR in the Private subnet will forward all traffic to the LAN facing interface on the virtual edge (type Virtual Appliance). In this example, a default route is used to forward “ALL” traffic from the workloads but is not necessary. RFC1918 summarization or specific branch/Hub prefixes can be used to narrow what is sent to the virtual edge. For example, if the workloads in the Private Subnet still need to be accessible via SSH from publicly sourced IPs, then the UDR could be configured to point the default route (0.0.0.0/0) to Internet Gateway and RFC1918 summarization to the virtual edge.
To deploy a virtual edge with an ARM template, perform the following steps:

















