It seems like your browser didn't download the required fonts. Please revise your security settings and try again.
Barracuda SecureEdge

How to Create an ExpressRoute in Microsoft Azure

  • Last updated on

You can configure ExpressRoutes in the WAN Connections. Follow the guide below to create an ExpressRoute in Microsoft Azure.

Before You Begin

It is highly recommended to start with the configuration only when you have all the necessary information from your provider and the necessary equipment to establish the connection.

  • Allocate two /30 subnets that are not used anywhere else in your network topology. One subnet will be used for the primary link; the other will be used for the secondary link. From each of these subnets, you will assign the first usable IP address to your router because Microsoft uses the second usable IP for its router.
  • A valid VLAN ID is required to establish this peering on. Ensure that no other peering in the circuit uses the same VLAN ID. For both primary and secondary links you must use the same VLAN ID. This information is provided from your provider. 
  • AS number for peering. You can use both 2-byte and 4-byte AS numbers. You can use a private AS number for this peering except for any number from 65515 to 65520.
  • You must advertise the routes from your on-premises Edge router to Azure via BGP when you configure the private peering.

Step 1. Create an ExpressRoute in Microsoft Azure

  1. Log into the Azure portal: https://portal.azure.com
  2. In the left menu, click Create a resource and search for ExpressRoute circuits.
  3. Click +Create.
  4. The Create ExpressRoute window opens. In the Basics tab, specify values for the following:
    • Subscription – Select your subscription.
    • Resource group – Select an existing resource group or click Create new to deploy the ExpressRoute in an new resource group.
    • Region – Select a region.
    • Name – Enter a name for the ExpressRoute.
      er_1.png
  5. Click Next:Configuration>.
  6. The Configuration blade opens. Specify values for the following:
    • Port type – Select Provider
    • Create new or import from classic – Select Create new.
    • Provider – Select your provider.
    • Peering location – Select your peering location. This information is provided from your provider. 
    • Bandwidth – Select your bandwidth. This information is provided from your provider. 
    • SKU – Select your SKU.
    • Billing model – Select a billing model.
    • Allow classic operations – Select No.
      create_er2.png
  7. Click Review + create
  8. The Review + create blade opens. 
    er_3.png
  9. Verify your settings and click Create.

Step 2. Create a Private Peering

Verify that the Provider status of the circuit is provisioned before continuing. You can check that in the Overview blade of your ExpressRoute created in Step 1.
  1. Log into the Azure portal: https://portal.azure.com.
  2. Go to the Express Route created in Step 1. Verify that the Provider status is Provisioned.
    er_provisioned.png
  3. In the Overview blade, click Azure private.
    private_peering1.png
  4. The Private peering blade opens. Specify values for the following:
    • Peer ASN – Enter your ASN number. It must be the same as configured in Barracuda SecureEdge. For more information, see How to Configure an ExpressRoute.
    • Subnets – Select Both.
    • IPv4 Primary subnet – Enter the primary subnet.
    • IPv4 Secondary subnet – Enter the secondary subnet.
    • VLAN ID – Enter the VLAN ID. This information is provided from your provider. 
      private_peering3.png
  5. Click SAVE.

Step 4. Create Express Route Gateway in Your Virtual WAN

  1. Log into the Azure portal: https://portal.azure.com.
  2. Go to the virtual WAN hub used for Barracuda SecureEdge. For more information, see How to Create a Microsoft Azure Virtual WAN.
  3. Click Hubs.
  4. Select the hub used for Barracuda SecureEdge.
  5. In the hubs menu click ... .
    edit_hub.png
  6. Select Edit virtual hub.
    edit_hub2.png
  7. The Edit virtual hub window opens. Specify values for the following:
    • Include ExpressRoute gateway – Click to enable.
    • Gateway scale units – Select the scale units. 
      edit_hub3.png
  8. Click Confirm. It takes about 30 minutes for the hub and hub resources to fully create.

Step 5. Connect the ExpressRoute and Virtual WAN

Continue with this step when the hub has finished deploying.

  1. Log into the Azure portal: https://portal.azure.com.
  2. Go to the virtual WAN edited in Step 4.
  3. Click Hubs.
  4. Select the hub edited in Step 4.
  5. In the hubs menu, click ExpressRoute.
    hub2.png
  6. The ExpressRoute blade opens. 
  7. Select your ExpressRoute circuit and click Connect circuit(s).
    er_connect.png
  8. Wait until the connection is established.

The ExpressRoute circuit can be used now.

Further Information