Here scenario is , we have app service needs to access the azure container apps hosted as internal, that can be accessesed with the vnet.
The app gateway routing works well if we have one container app and we have achieved using below link- single container solution
if suppose we have 2 container apps , if we have /api1/--> route to container1, if we have /api2/--> route to container2.
we tried to achieve the same but it gives can't able to reach site and the health probe shows success message for both backend pool with 302 cod and as a testing purpose we use http only
Any docx to follow up or expertise on this? if yes can any one suggest best way to test the same