You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| `--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 |
63
62
|`--allow-insecure`| allowInsecure | Allow HTTP connections to your app. || No |
64
63
|`--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 |
65
64
|`--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