Skip to content

Commit fe9ad9a

Browse files
authored
'target-port' value is different between the sample command and the parameters table
1 parent 940c192 commit fe9ad9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/container-apps/tutorial-deploy-from-code.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -544,7 +544,7 @@ The following table describes the parameters used by this command.
544544
| `resource-group` | `$RESOURCE_GROUP` | The resource group in which your container app is deployed. |
545545
| `environment` | `$ENVIRONMENT` | The environment in which your container app runs. |
546546
| `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. |
548548
| `ingress` | `external` | Makes your container app accessible from the public internet. |
549549
| `user-assigned` | `$IDENTITY_ID` | The user-assigned managed identity for your container app. |
550550
| `registry-identity` | `registry-identity` | The identity used to access the container registry. |

0 commit comments

Comments
 (0)