An Azure service that provides private connections between Azure datacenters and infrastructure, either on premises or in a colocation environment.
Hello Htin Aung
It appears your ExpressRoute circuit lost BGP connectivity when the new gateway took over. You can perform a SKU migration without disrupting your on-premises connectivity by using the “seamless gateway migration” workflow instead of resizing the current gateway. Here’s an overview:
During migration, when you use the Prepare option to create a new virtual network gateway, a Public IP will be assigned automatically. This process takes around 45 minutes and does not cause any traffic disruptions.
Additionally, after migrating traffic from the old gateway to the new one, you may experience network drops for a few minutes (up to 15 minutes). You can plan for this accordingly. See the screenshot below:
Check the below reference document for more understanding:
Steps to migrate to a new gateway
Check prerequisites:
- Your ExpressRoute circuit should be at least Standard SKU (Basic circuits can’t cross regions).
- If your gateway’s public IP is Basic SKU, upgrade it to Standard (ExpressRoute doesn’t support Basic-IP gateway migration).
- Confirm all gateway connections and BGP peers are in “Succeeded” state.
Validate → Prepare → Migrate → Commit process.
Validate: In Azure portal, go to Virtual Network Gateway > Gateway SKU migration > Validate. Resolve any issues (such as circuit SKUs or regions)
Prepare: A second gateway with your target SKU is created alongside the existing one. The old gateway remains active and locked.
Migrate traffic: Select the new gateway and click Migrate traffic. Azure transfers BGP sessions, routes, and ExpressRoute peering to the new gateway. Expect a short BGP flap, but no downtime. Wait until this process finishes (about 5–15 minutes).
Commit: After verifying your on-prem routers receive Azure prefixes via the new gateway, select Commit migration to remove the old gateway
While
Post-migration checks: Confirm that BGP neighbors are active on the new gateway. Use ping or iPerf to test connectivity from your VMs to on-premises. Review your ExpressRoute metrics (bytes in and out) to ensure traffic is flowing correctly.
I hope the above answer helps you! Please let us know if you have any further questions.
Please don't forget to "accept the answer" and "upvote" where the information provided will help you, this can be beneficial to other members of the community.