Forum Discussion
bkislay
Jun 19, 2020Copper Contributor
Azure Load Balancer configuration - getting connection timeout
We are using Az Loadbalancer for our application, Our application has a batch job that is failing because LB connection time out is set to 30 min. and the process takes more then that to acknowledge...
rohanislam
Jul 21, 2020Brass Contributor
That means the session between your batch job and the lb is getting idle. Try to modify your job to talk to the lb within 30 mins to keep the session live.