0

I have a custom load balancer probe endpoint for an Azure Service that hosts an ASP.NET application. I'm wondering whether Keep-Alive response header would have any effect on behavior of the Azure Load Balancer and Traffic Manager caused by persisted connections.

Kuzey
  • 839
  • 2
  • 7
  • 9

1 Answers1

1

No, that header will not impact either the Azure LB or Azure Traffic Manager. The Keep-Alive header is a suggestion to the client that it should keep the connection alive, but there is no requirement on the client side to do so. Azure LB and ATM will ignore that header.

kwill
  • 10,867
  • 1
  • 28
  • 26