An Azure platform as a service offer that is used to deploy web and cloud applications.
Simultaneous public IP prefix advertisement from both on-premises and Azure is generally not recommended because it creates overlapping BGP paths, leading to routing instability, packet loss, and unpredictable inbound traffic behavior.
Instead, use a planned maintenance window with a sequential cutover.
- Bring your prefix into Azure via the Azure Portal using the Validation and Provision phases of the Custom IP Address Prefix documentation. Derive your public IP prefixes and assign them to your Azure load balancers or resources while keeping them unadvertised.
- During a scheduled maintenance window, withdraw the BGP route advertisement from your on-premises edge routers.
- Execute the Commission command on your Azure custom IP prefix to start Microsoft's global advertisement (ASN 8075).
Note that commissioning or decommissioning an Azure custom IP prefix takes approximately 3 to 4 hours to fully propagate across Microsoft's Wide Area Network and the global internet. It is not an instant switch. In addition, AFAIK, Azure does not allow customers to inject custom BGP AS-path prepending or specific local preferences for BYOIP prefixes to deterministically steer traffic while dual-homed. Microsoft handles global advertisement automatically once commissioned.
You can choose a regional-only commissioning state if you want to limit initial advertisement to a single Azure region before going global, but this does not safely solve simultaneous on-prem/cloud dual-advertisement overlap.
If the above response helps answer your question, remember to "Accept Answer" so that others in the community facing similar issues can easily find the solution. Your contribution is highly appreciated.
hth
Marcin