Skip to content

Commit d13ddc2

Browse files
committed
Added Anthony's review comment.
1 parent 988013d commit d13ddc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/container-apps/containerapp-up.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ az containerapp up \
9292
--target-port <PORT_NUMBER>
9393
```
9494

95-
You can use the `up` command to redeploy a container app. If you want to redeploy with a new image, you can use the `--image` option to specify a new image.
95+
You can use the `up` command to redeploy a container app. If you want to redeploy with a new image, use the `--image` option to specify a new image. Ensure that the `--resource-group` and `environment` options are set to the same values as the original deployment.
9696

9797
```azurecli
9898
az containerapp up \

0 commit comments

Comments
 (0)