I've an azure application gateway-WAF. I would like to have a web app and a function app as the backend pools.
I need to have the requests reaching the corresponding applications.
The functions are called by the web app only.
I did try from my side - based on my understanding.
I created a backend pool for the function app - web app was already a backend pool and has the listener with port 443 and associated a rule.
For function app, I've created a Multi-site listener - Function app URL as the host name with HTTPS protocol and created a path-based rule (as the basic one is for the web app). The path is defined as /*path*/*
When I hit the URL - https://<*gatewayDNSname*>/apiroot/<*function*>
I'm getting the resource has been removed or temporarily down