I have below resources in Azure
- Azure Front door with 1 custom domain as https://fdtest.com
- 2 Azure AppService as https://appservice1.com and https://appservice2.com. Both these appservices have different functionalities.
Is it possible to configure front door such that , if the user1 enters front door URL something like https://fdtest.com/app1, then content of https://appservice1.com should come up without disabling the appservice2 backend.
and if user2 enters front door URL as https://fdtest.com/app2, then content of https://appservice2.com should come up without disabling the appservice1 backend.
Both the routings , that is, fdtest.com/app1 and fdtest.com/app2 should be active at same time and redirect user to respective backend.
What I have seen so far is that for above requirement I will need 2 custom domains in frontdoor but I don't want that. I want to achieve this with only 1 custom domain.