@Stefan Moore
Greetings!
Welcome to the Microsoft Q&A Platform. Thank you for reaching out & I hope you are doing well.
- Connect an on-premises network to Azure by using ExpressRoute
This reference architecture shows how to connect an on-premises network to an Azure virtual network by using Azure ExpressRoute.
Prerequisites
- Create an ExpressRoute circuit
- Enable private peering
- Create a virtual network gateway
Create an ExpressRoute Circuit:
- Sign in to the Azure portal.
- Search for “ExpressRoute” and select it.
- Click on “+ Create” to create a new ExpressRoute circuit.
- Fill in the required details such as subscription, resource group, region, and name.
- Choose your preferred service provider, peering location, bandwidth, SKU, and billing model.
- Click “Create” to provision the circuit1.
- Provision the Circuit:
- Once the circuit is created, note the Service Key.
- Contact your chosen service provider and provide them with the Service Key to complete the provisioning2.
- Create a Virtual Network Gateway:
- In the Azure portal, create a virtual network and a gateway subnet.
- Create a virtual network gateway and select “ExpressRoute” as the gateway type1.
- Enable Private Peering:
- Navigate to the ExpressRoute circuit in the Azure portal.
- Select “Peerings” and then “Azure private” to create a private peering connection2.
- Link the Virtual Network Gateway to the ExpressRoute Circuit:
- Navigate to the virtual network gateway you created.
- Link it to the ExpressRoute circuit by providing the necessary details2.
- Verify the Connection:
Check the status of the ExpressRoute circuit and the virtual network gateway to ensure the connection is established and functioning correctly2.
Please refer to the documents below for further understanding.
Refer: https://learn.microsoft.com/en-us/azure/expressroute/expressroute-introduction
Refer: https://learn.microsoft.com/en-us/azure/expressroute/configure-expressroute-private-peering
Hope this clarifies!
If above is unclear and/or you are unsure about something add a comment below.
Please don’t forget to close the thread by clicking "Accept the answer" wherever the information provided helps you, as this can be beneficial to other community members.
Regards,
Ganesh