Skip to content

Commit e1200f0

Browse files
Update articles/container-apps/ingress-how-to.md
1 parent e461542 commit e1200f0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

articles/container-apps/ingress-how-to.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ You can set the following ingress template properties:
3636

3737
If your container app has HTTP ingress enabled and you have not set a target port, Azure Container Apps will automatically detect the target port by scanning all listening ports on your container. If there is only one port detected, that port will be set as the target port for your container app. If there is more than 1 port detected, the container app will not automatically set the target port, and you will need to set the target port manually.
3838

39-
Health probes by default are configured to use the same target port as your container. If the application has health endpoints configured to listen on a secondary port on your app, this may lead to issues with the automatic port detection. Sidecars such as Dapr which expose additional ports may also interfere with automatic port detection.
4039
- Automatic port detection only works for HTTP traffic, not TCP traffic.
4140
- If you have HTTP health probes listening on ports 80 or 443, this can interfere with automatic port detection. The default ingress configuration uses TCP health probes. For more information see [health probes](health-probes.md).
4241

0 commit comments

Comments
 (0)