1. Define it on your translated destination.
2. I do not know regarding HTTPS inspection in Azure maybe someone else can chime in..
Somethings to add that also can be done in addition to using IPS and the web server protection.
- Use an inline layer rule and with the second rule restrict access using FQDN only. If the Load Balancer can do it, then do it there instead.
- Create rules to restrict content that can be uploaded and downloaded to and from the web server.
- Use Geo-Protection
- Enable AV and Anti-bot but you may have to disable archive scanning because it can have a huge performance. impact.
- Restrict the webservers/applications outbound access.
- Also, you may have to create a rule above the FQDN rule for the load balancer health check or the health check may fail if it uses IP for the health check. I did this by creating a custom application signature. This is only if you cannot restrict the FQDN via the LB or anything else upstream.