We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e2078b1 + 0d83008 commit b01e74aCopy full SHA for b01e74a
articles/container-apps/health-probes.md
@@ -164,9 +164,6 @@ The optional `failureThreshold` setting defines the number of attempts Container
164
165
If ingress is enabled, the following default probes are automatically added to the main app container if none is defined for each type.
166
167
-> [!NOTE]
168
-> Default probes are currently not applied on workload profile environments when using the Consumption plan. This behavior may change in the future.
169
-
170
| Probe type | Default values |
171
| -- | -- |
172
| Startup | Protocol: TCP<br>Port: ingress target port<br>Timeout: 3 seconds<br>Period: 1 second<br>Initial delay: 1 second<br>Success threshold: 1<br>Failure threshold: 240 |
0 commit comments