Skip to content

Commit a8d8b69

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ 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-
- Automatic port detection only works for HTTP traffic, not TCP traffic.
40-
- 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).
39+
- Automatic port detection only works for HTTP traffic, not TCP traffic.
40+
- 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).
4141

4242
## Enable ingress
4343

0 commit comments

Comments
 (0)