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. Is their any way to configure the LB connection timeout
3 Replies
Sort By
- rohanislamBrass ContributorThat 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.
- hspinto
Microsoft