Skip to content

Commit abf694e

Browse files
updates
1 parent 11be3fb commit abf694e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/container-apps/health-probes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.author: cshoe
1111

1212
# Health probes in Azure Container Apps
1313

14-
Health probes in Azure Container Apps are based on [Kubernetes health probes](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/). You can set up probes using either TCP or HTTP(S) exclusively. Probe results are available as events in Kubernetes.
14+
Health probes in Azure Container Apps are based on [Kubernetes health probes](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/). You can set up probes using either TCP or HTTP(S) exclusively.
1515

1616
Container Apps support the following probes:
1717

@@ -48,7 +48,7 @@ app.get('/liveness', (req, res) => {
4848

4949
## TCP probes
5050

51-
TCP probes listen for a response from the server. If no response is recognized, then the probe returns a failure.
51+
TCP probes wait for a connection to be established with the server to indicate success. A probe failure is registered if no connection is made.
5252

5353
## Restrictions
5454

0 commit comments

Comments
 (0)