Process Flow - Azure Load Balancer (Layer 4)
Client sends request
Azure Load Balancer receives request
Check load balancing rules
Select backend VM based on health and distribution
Forward request to selected VM
VM processes request and sends response
Load Balancer forwards response back to client
The Azure Load Balancer receives client requests, selects a healthy backend VM using Layer 4 rules, forwards the request, and returns the response.