I apologize if this is totally obvious but Im wracking my brain and missing something.
We have multiple webapps in Azure, and want to implement WAF for IPS. Ive got everything set up, and my subdomain will resolve to the AG and then to the web app. It seems like it works (except that the url is the internal FQDN of the Azure Web App which is somehow a problem with my DNS).
I cannot seem to determine if traffic is continuing to go through the AG, or is now somehow handing off the connection and now not going through the AG. I see an inital request, but how do I see that the traffic back and forth is actually being inspected according to the Owasp 3.0 rules the WAF is supposed to provide.
Im certain Im going to feel like an idiot when the answer comes but Ive spent hours and hours and hours trying to figure out if this actually works, or Im misunderstanding the solution.