Is there a way to disable connections draining on Azure LB. Basically the behaviour I have seen is that, active connection on a backend VM is not closed after azure health probe fails on that VMs but new connection lands to another VM. I want to close all the active connections on a backend VM when the health probe fails.
Thanks,
Ram