Skip to content

Commit 0e4f104

Browse files
authored
Merge pull request #95823 from MarcosMMartinez/main
Updating external property description and values.
2 parents 26dcc7f + 52f4d91 commit 0e4f104

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/container-apps/ingress.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ The following settings are available when configuring ingress:
4747

4848
| Property | Description | Values | Required |
4949
|---|---|---|---|
50-
| `external` | Your ingress IP and fully qualified domain name can either be visible externally to the internet, or internally within a VNET. |`true` for external visibility, `false` for internal visibility (default) | Yes |
50+
| `external` | The ingress IP and fully qualified domain name (FQDN) can either be accessible externally from the internet or a VNET, or internally within the app environment only. | `true` for external visibility from the internet or a VNET, `false` for internal visibility within app environment only (default) | Yes |
5151
| `targetPort` | The port your container listens to for incoming requests. | Set this value to the port number that your container uses. Your application ingress endpoint is always exposed on port `443`. | Yes |
5252
| `transport` | You can use either HTTP/1.1 or HTTP/2, or you can set it to automatically detect the transport type. | `http` for HTTP/1, `http2` for HTTP/2, `auto` to automatically detect the transport type (default) | No |
5353
| `allowInsecure` | Allows insecure traffic to your container app. | `false` (default), `true`<br><br>If set to `true`, HTTP requests to port 80 are not automatically redirected to port 443 using HTTPS, allowing insecure connections. | No |

0 commit comments

Comments
 (0)