Hi @Bruce Shue,
Thank you for reaching out on Microsoft Q&A forum.
We understand that you're attempting to create an ExpressRoute circuit for the first time and are unable to see the Peering Location and Provider Options in the Azure portal, even though your service provider (Lumen) has indicated these should be available. This is a common point of confusion, and it's usually related to the specific configuration steps chosen during the creation process.
As mentioned by @Michele Ariis, when configuring an ExpressRoute circuit, the visibility of the peering location and service provider options depends on the selected resiliency model and how the port is being provisioned.
- If you choose Standard or High resiliency, you will see the options to select both the peering location and service provider. Standard resiliency provisions a single circuit in one location, while High resiliency provisions two circuits in the same peering location for added redundancy.
- If you select Maximum resiliency, the visibility of the peering location depends on how the port is configured. When you choose “Create new” and set the port type to “Provider”, you will be able to select a peering location and provider even with Maximum resiliency. This is required because Azure needs you to specify where the new provider-managed port should be deployed.
However, if you are using existing ports or selecting Direct port type, the peering location will not appear, as Azure automatically provisions the circuits across two diverse peering locations within the same metro area to meet the requirements of maximum resiliency.
You can find further details about this behaviour in the official Microsoft documentation here:
Create an ExpressRoute circuit using the Azure portal
Resiliency models in Azure ExpressRoute
If you’ve selected Standard or High resiliency and still cannot see the provider or peering location options, you can follow the below troubleshooting steps:
Step 1: Verify You're Using the Correct Creation Path
Navigate to the Azure Portal correctly:
- Go to Azure Portal > Create a resource
- Search for "ExpressRoute circuits" (not just "ExpressRoute")
- Select ExpressRoute circuits from Microsoft
- Click Create
- Alternative navigation method:
- From the Azure portal search bar, type "ExpressRoute circuits"
- Select the service directly
- Click + Create
Step 2: Clear Browser Issues
Browser troubleshooting:
- Clear your browser cache and cookies completely
- Try using an incognito/private browsing window
- Test with a different browser (Chrome, Edge, Firefox)
- Disable all browser extensions temporarily
Step 3: Check Prerequisites and Permissions
- Make sure your user account has Contributor role or higher on the subscription and resource group.
Step 4: Configure ExpressRoute Settings in Correct Order
When the creation wizard opens properly, follow this exact sequence:
- Basics Tab: Subscription: [Select your subscription] Resource Group: [Create new or select existing] Region: [Choose region - this should be close to your location] Name: [Provide meaningful name like "CompanyName-ER-Circuit"]
- Configuration Tab (Critical Settings): Port Type: Provider (NOT ExpressRoute Direct) Create new or import from classic: Create new Provider: [This dropdown should populate with providers including Lumen] Peering Location: [Should populate AFTER selecting provider] Bandwidth: [Select appropriate bandwidth - start with what Lumen quoted] SKU: Standard (can upgrade later) Billing Model: Metered (typical choice)
Step 5: Specific Steps for Lumen Provider Selection
Look for these provider names in the dropdown:
- "CenturyLink Cloud Connect" (legacy name)
- "Lumen" (current company name)
- "Level 3 Communications" (older legacy name)
Common Lumen peering locations include:
- Chicago, Dallas, Denver, Los Angeles, New York, Seattle, Silicon Valley, Washington DC
ExpressRoute connectivity partners and peering locations
Step 6: Alternative Creation Methods (If Portal Continues to Fail)
CLI / PowerShell Workaround:
As a workaround, you can provision the ExpressRoute circuit via Azure CLI or Azure PowerShell which offers more control and avoids portal UI limitations.
Create and modify an ExpressRoute circuit: Azure CLI | Microsoft Learn
Create and modify an ExpressRoute circuit: Azure PowerShell | Microsoft Learn
Step 7: Coordinate with Lumen
Contact your Lumen representative to confirm:
- Your service order is active and ready
- The specific peering location they recommend for your setup
- The bandwidth that matches your order
- Any service key requirements from their end
Kindly let us know if the above helps or you need further assistance on this issue.
Please "Accept the answer" if the information helped you. This will help us and others in the community as well.