Skip to content

Commit 8c258b8

Browse files
authored
PR review: Update manage-probes-how-to.md
Acrolinx fix
1 parent 960e03a commit 8c258b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/load-balancer/manage-probes-how-to.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Health probes have the following properties:
2727
| Name | Name of the health probe. This is a name you get to define for your health probe |
2828
| Protocol | Protocol of health probe. This is the protocol type you would like the health probe to leverage. Available options are: TCP, HTTP, HTTPS |
2929
| 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 the virtual machine's health status. You must ensure that the virtual machine is also listening on this port (that is, the port is open). |
30-
| Interval (seconds) | Interval of health probe. The amount of time (in seconds) between consecutive health check attemps to the virtual machine |
30+
| Interval (seconds) | Interval of health probe. The amount of time (in seconds) between consecutive health check attempts to the virtual machine |
3131
| 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 |
3232
| Path | The URI used for requesting health status from the virtual machine instance by the health probe (only applicable for HTTP(s) probes).
3333

0 commit comments

Comments
 (0)