so i have NPM and i have multi-subnet HA. my SQL DB is Azure hosted SQL db service.
i also have a palo alto firewall.
i want to restrict outbound access in the firewall.
i tried the following:
1. allow TCP port 1433 and UDP 53 outbound.
2. allow the following application outbound.

with this, it works find under steady state but everytime i do failover, services are going crazy and the webage starts giving menu failures.
note: when i access the web console, i use the localhost address on the current active machine (not the virtual hostname). so, its not related to DNS /caching for sure. and it just works find if i dont restrict like below.
is there anything else to be allowed? anyone have this kind of setup working?