File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -544,7 +544,7 @@ The following table describes the parameters used by this command.
544
544
| ` resource-group ` | ` $RESOURCE_GROUP ` | The resource group in which your container app is deployed. |
545
545
| ` environment ` | ` $ENVIRONMENT ` | The environment in which your container app runs. |
546
546
| ` image ` | ` $REGISTRY_NAME".azurecr.io/"$CONTAINER_APP_NAME":helloworld" ` | The container image to deploy, including the registry name and tag. |
547
- | ` target-port ` | ` 80 ` | Matches the port that your app is listening to for requests. |
547
+ | ` target-port ` | ` 8080 ` | Matches the port that your app is listening to for requests. |
548
548
| ` ingress ` | ` external ` | Makes your container app accessible from the public internet. |
549
549
| ` user-assigned ` | ` $IDENTITY_ID ` | The user-assigned managed identity for your container app. |
550
550
| ` registry-identity ` | ` registry-identity ` | The identity used to access the container registry. |
You can’t perform that action at this time.
0 commit comments