Requirement
We want that once the request hits the application gateway public IP then as per the path(/abc/*) it should reach out to the particular backend pool but the catch is, that this backend pool has multiple “Azure Function Apps“. Lets say function app1, function app2 and function app3. Now how can i make sure that once the request hits the backend pool then it should reach to one function app lets say function app 3.