Looking to setup an Express Route relationship with Azure

Corey Peterson 0 Reputation points
2025-04-28T16:39:11.67+00:00

Looking to setup an Express Route relationship with Azure.

Azure ExpressRoute
Azure ExpressRoute
An Azure service that provides private connections between Azure datacenters and infrastructure, either on premises or in a colocation environment.
432 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Andreas Baumgarten 121.1K Reputation points MVP Moderator
    2025-04-28T17:17:12.3766667+00:00

    Hi @Corey Peterson ,

    to get started with Azure ExpressRoute this might be helpful: ExpressRoute documentation

    If your question is more specific please add some details what exactly you are looking for.


    (If the reply was helpful please don't forget to upvote and/or accept as answer, thank you)

    Regards

    Andreas Baumgarten

    0 comments No comments

  2. Praveen Bandaru 3,335 Reputation points Microsoft External Staff Moderator
    2025-04-28T18:01:51.3966667+00:00

    Hello Corey Peterson

    I understand that you are looking to setup an express route setup. Check the below information for more understanding:

    Create an ExpressRoute Circuit in Azure:

    Go to the Azure Portal and search for ExpressRoute.

    Click + Add, then fill in details like name, region, provider, and bandwidth.

    Click Create to provision the circuit.

    Check the document configure ExpressRoute circuit using the Azure portal

    Share the Service Key with Your Provider:

    After the circuit is created, Azure gives you a Service Key.

    Share this key with your connectivity provider so they can activate the circuit.

    Configure Routing (Peering):

    Choose Private Peering to connect to your Azure virtual networks.

    Enter your ASN, IP ranges, and VLAN ID in the Azure portal.

    Set Up a Virtual Network Gateway:

    Create a Virtual Network Gateway in Azure.

    Choose ExpressRoute as the VPN type and link it to your virtual network.

    Check the document Configure a virtual network gateway for ExpressRoute

    Link the Circuit to Your Virtual Network:

    Go to your ExpressRoute circuit and add a connection to the virtual network gateway.

    Document for Connect a virtual network to ExpressRoute circuits

    Configure Your On-Premises Router:

    Set up BGP (Border Gateway Protocol) using the IPs and ASN from Azure.

    Ensure your router supports BGP and VLAN tagging.

    Support for BGP communities

    Key benefits:

    Layer 3 connectivity between your on-premises network and the Microsoft Cloud through a connectivity provider. Connectivity can be from an any-to-any (IPVPN) network, a point-to-point Ethernet connection, or through a virtual cross-connection via an Ethernet exchange.

    • Connectivity to Microsoft cloud services across all regions in the geopolitical region.
    • Global connectivity to Microsoft services across all regions with the ExpressRoute premium add-on.
    • Dynamic routing between your network and Microsoft via BGP.
    • Built-in redundancy in every peering location for higher reliability

    Check the reference document: https://learn.microsoft.com/en-us/azure/expressroute/expressroute-introduction#bandwidth-options


    Hope the above answer helps! Please let us know do you have any further queries.

    Please do consider "Accept the answer" and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.