Hii @ptj_admin ,
Thank you reaching us regarding the issue to move your Azure app services from Western Europe to the UK, while trying to keep the same IP address. Unfortunately, App Service resources are region-specific and cannot be moved across regions directly while retaining their original IP addresses.
As suggested by community @Marcin Policht ,
Azure App Service resources cannot be moved to another region. You must recreate them in the new region (UK).
- When recreated, both inbound and outbound IPs will change.
- It is impossible to keep the same IP address across regions.
1.Inbound IP addresses change:
App Service’s inbound IP address is not permanently tied to the app. It is tied to the underlying deployment unit (App Service stamp). Because of this, certain operations can force your app onto a different deployment unit > causing a new inbound IP.
2.Outbound IP addresses also change when moving plans
Moving to a new App Service Plan is a change in outbound IP addresses because configuration referencing IPs must be updated (Private DNS, ACLs, routing rules, NSGs, firewall configurations).
Direct resource moves across regions aren't supported for App Services. Alternatives like using Azure Front Door or Traffic Manager can help abstract endpoint changes for clients, but the underlying App Service IPs themselves cannot be retained.
For the relocation process, Please follow the below recommends:
- Back up the source app.
- Create a new App Service plan and app in the target region.
- Restore the backup to the new app.
- Reconfigure settings, domains, and any IP-dependent elements.
- Test and switch over traffic (e.g., update DNS).
Reference:
https://learn.microsoft.com/en-us/azure/azure-resource-manager/management/relocation/relocation-app-service
https://learn.microsoft.com/en-us/azure/app-service/overview-inbound-outbound-ips?tabs=azure-portal
Kindly let us know if the above helps or you need further assistance on this issue.
Please "upvote" and "accept" if the information helped you. This will help us and others in the community as well.