Hi @John Hixson , I understand you seek clarity whether your VMs behind a public load balancer will lose outbound access to internet if you don't have any outbound rule on the load balancer.
Answer is no. Your VMs behind a public load balancer without any outbound rule continue to have outbound access to internet using the public IP address assigned to the load balancer. Please note that this setup is not recommended for production workload, because:
- Outbound via load balancer is done implicitly without rules that specify which frontend would be used.
- Not using outbound rules decreases scalability of outbound, as implicit outbound connectivity has a fixed number of SNAT ports per frontend IP address, which could lead to port exhaustion in high-traffic scenarios.
If it's a production workload, I suggest you add load balancer outbound rules to prevent potential issues such as port exhaustion.
Please accept an answer if correct. Original posters help the community find answers faster by identifying the correct answer. Here is how.