An Azure service that delivers high availability and network performance to applications.
Hi Danny, Standard Load Balancer is Layer 4 and does not terminate TLS, so an EOF normally means the 443 flow is being reset or sent to a backend that cannot complete the handshake. Verify the load-balancing rule is TCP frontend 443 to backend 443, attach a TCP 443 health probe, and confirm the NSG permits both client traffic and the AzureLoadBalancer probe service tag. While testing the frontend IP, run tcpdump on both VMs and check the Nginx error log; that quickly separates an Azure data-path issue from an Nginx/SNI/default-server problem. Also confirm both backends present the same certificate/configuration and that no host firewall is rejecting one node. If no SYN reaches either VM, use Network Watcher connection troubleshoot and capture the rule, probe, flow-log, and correlation details for support.