Skip to content

Commit 93f1687

Browse files
Merge pull request #218282 from dem108/patch-6
Reorder some parameters under ProbeSetting
2 parents 6173e97 + 3b449ac commit 93f1687

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/reference-yaml-deployment-managed-online.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ The source JSON schema can be found at https://azuremlschemas.azureedge.net/late
6060

6161
| Key | Type | Description | Default value |
6262
| --- | ---- | ----------- | ------------- |
63-
| `period` | integer | How often (in seconds) to perform the probe. | `10` |
6463
| `initial_delay` | integer | The number of seconds after the container has started before the probe is initiated. Minimum value is `1`. | `10` |
64+
| `period` | integer | How often (in seconds) to perform the probe. | `10` |
6565
| `timeout` | integer | The number of seconds after which the probe times out. Minimum value is `1`. | `2` |
6666
| `success_threshold` | integer | The minimum consecutive successes for the probe to be considered successful after having failed. Minimum value is `1`. | `1` |
6767
| `failure_threshold` | integer | When a probe fails, the system will try `failure_threshold` times before giving up. Giving up in the case of a liveness probe means the container will be restarted. In the case of a readiness probe the container will be marked Unready. Minimum value is `1`. | `30` |

0 commit comments

Comments
 (0)