'Make Azure App Service forward proxy after moving

I have an Azure App service say appInIndia.azurewebsites.net. Now I need to move this application to another region because some data residency issues, so URL become appInUae.azurewebsites.net.

Now, both apps are working fine. But I wanna redirect all traffic from appInIndia.azurewebsites.net to appInUae.azurewebsites.net using forward proxy. Is it possible in Azure or I need to create a new app that make appInIndia.azurewebsites.net as a forward proxy?



Solution 1:[1]

I have created a new application using YARP which act as a reverse proxy and deployed this app in appInIndia.azurewebsites.net which route all traffic to appInUae.azurewebsites.net

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Imran Qadir Baksh - Baloch