Skip to content

Commit 959e666

Browse files
author
Wenhao Zhang
committed
update
1 parent b7ba2b4 commit 959e666

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/container-apps/java-admin-for-spring-usage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ az containerapp env java-component admin-for-spring update \
3737
--environment <ENVIRONMENT_NAME> \
3838
--resource-group <RESOURCE_GROUP> \
3939
--name <JAVA_COMPONENT_NAME> \
40-
--min-replicas 2 \
41-
--max-replicas 2 \
40+
--min-replicas <REPLICA_COUNT> \
41+
--max-replicas <REPLICA_COUNT> \
4242
--configuration <CONFIGURATION_KEY>="<CONFIGURATION_VALUE>"
4343
```
4444

0 commit comments

Comments
 (0)