Skip to content

Commit e7570cd

Browse files
authored
Merge pull request #108709 from Ahirrea/patch-4
Update ingress-how-to.md
2 parents 749419a + a56f00e commit e7570cd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,7 @@ az containerapp ingress enable \
5858

5959
| Option | Property | Description | Values | Required |
6060
| --- | --- | --- | --- | --- |
61-
| `--type` | external | Allow ingress to your app from anywhere, or limit ingress to its internal
62-
Container Apps environment. | `external` or `internal` | Yes |
61+
| `--type` | external | Allow ingress to your app from anywhere, or limit ingress to its internal Container Apps environment. | `external` or `internal` | Yes |
6362
|`--allow-insecure` | allowInsecure | Allow HTTP connections to your app. | | No |
6463
| `--target-port` | 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 |
6564
|`--exposed-port` | exposedPort | (TCP ingress only) An port for TCP ingress. If `external` is `true`, the value must be unique in the Container Apps environment if ingress is external. | A port number from `1` to `65535`. (can't be `80` or `443`) | No |

0 commit comments

Comments
 (0)