Skip to content

Commit aab6ebf

Browse files
Merge pull request #243917 from mbender-ms/patch-64
load balancer - Update load-balancer-custom-probe-overview.md
2 parents 050aba3 + def8f29 commit aab6ebf

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

articles/load-balancer/load-balancer-custom-probe-overview.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,18 @@ Health probes support multiple protocols. The availability of a specific health
2020
| **[Probe protocol](#probe-protocol)** | TCP, HTTP, HTTPS | TCP, HTTP |
2121
| **[Probe down behavior](#probe-down-behavior)** | All probes down, all TCP flows continue. | All probes down, all TCP flows expire. |
2222

23+
## Probe properties
24+
25+
Health probes have the following properties:
26+
27+
| Health Probe property name | Details|
28+
| --- | --- |
29+
| Name | Name of the health probe. This is a naame you get to define for your health probe |
30+
| Protocol | Protocol of health probe. This is the protocol type you would like the health probe to leverage. Options are: TCP, HTTP, HTTPS |
31+
| Port | Port of the health probe. The destination port you would like the health probe to use when it connects to the virtual machine to check it's health |
32+
| Interval (seconds) | Interval of health probe. The amount of time (in seconds) between different probe two consecutive health check attemps to the virtual machine |
33+
| Used by | The list of load balancer rules using this specific health probe. You should have at least one rule using the health probe for it to be effective |
34+
2335
## Probe configuration
2436

2537
Health probe configuration consists of the following elements:

0 commit comments

Comments
 (0)