I have two web apps hosted via Azure Web Services, with the URL https://example1.azurewebsites.net and https://example2.azurewebsites.net respectively.
What I am looking at is that I'd like to redirect requests for example1 to example2 without any code changes or redeployment. I am not too sure if Azure Web Service supports this kind of configurations out of the box. If so what'd be the best option for this?
Update:
To clarify, the URL needs to change to example2 from example1 for all the requests.