From the course: Azure Administration: Load Balancers and Application Gateways

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Configure a load balancer health probe

Configure a load balancer health probe - Azure Tutorial

From the course: Azure Administration: Load Balancers and Application Gateways

Start my 1-month free trial

Configure a load balancer health probe

- [Instructor] Great. Now that we have created our front end and back end for our load balancer, let's go and create a health probe. Health probes are used to check if the back end pools are working correctly. We can test different ports or even http. Let's click on the load balancer and then health probes. We can see that we have no health probes configured in the load balancer yet. So we will click on add. We will name the health probe HTTPProbe because we are going to be checking the http protocol. So in protocol, we will select HTTP. We could also select TCP and then select a port for that protocol. This case we selected HTTP, port 80. And because we don't have a specific path, we'll just leave the backslash there. The interval is five seconds which means that we will be checking every five seconds if our backend pool is delivering http requests on port 80. And our unhealthy threshold is two consecutive…

Contents