From 6d08825d6137dde5020e86d2a2ada449cac0ed5a Mon Sep 17 00:00:00 2001 From: Benjamin Kane Date: Wed, 8 Dec 2021 09:52:03 -0800 Subject: [PATCH] markdown table formatting --- docs/dynamic_records.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/dynamic_records.md b/docs/dynamic_records.md index f3bdca3..a7627db 100644 --- a/docs/dynamic_records.md +++ b/docs/dynamic_records.md @@ -224,8 +224,8 @@ Sonar check regions (sonar_regions) possible values: #### [Azure Health Check Options](https://docs.microsoft.com/en-us/azure/traffic-manager/traffic-manager-monitoring#configure-endpoint-monitoring) -| Key | Description | Default | -| ---------------------------- | ------------------------------------------------------------ | ------- | +| Key | Description | Default | +|--|--|--| | interval_in_seconds | This value specifies how often an endpoint is checked for its health from a Traffic Manager probing agent. You can specify two values here: 30 seconds (normal probing) and 10 seconds (fast probing). If no values are provided, the profile sets to a default value of 30 seconds. Visit the [Traffic Manager Pricing](https://azure.microsoft.com/pricing/details/traffic-manager) page to learn more about fast probing pricing. | 30 | | timeout_in_seconds | This property specifies the amount of time the Traffic Manager probing agent should wait before considering a health probe check to an endpoint a failure. If the Probing Interval is set to 30 seconds, then you can set the Timeout value between 5 and 10 seconds. If no value is specified, it uses a default value of 10 seconds. If the Probing Interval is set to 10 seconds, then you can set the Timeout value between 5 and 9 seconds. If no Timeout value is specified, it uses a default value of 9 seconds. | 10 or 9 | | tolerated_number_of_failures | This value specifies how many failures a Traffic Manager probing agent tolerates before marking that endpoint as unhealthy. Its value can range between 0 and 9. A value of 0 means a single monitoring failure can cause that endpoint to be marked as unhealthy. If no value is specified, it uses the default value of 3. | 3 |