We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7ba2b4 commit 959e666Copy full SHA for 959e666
articles/container-apps/java-admin-for-spring-usage.md
@@ -37,8 +37,8 @@ az containerapp env java-component admin-for-spring update \
37
--environment <ENVIRONMENT_NAME> \
38
--resource-group <RESOURCE_GROUP> \
39
--name <JAVA_COMPONENT_NAME> \
40
- --min-replicas 2 \
41
- --max-replicas 2 \
+ --min-replicas <REPLICA_COUNT> \
+ --max-replicas <REPLICA_COUNT> \
42
--configuration <CONFIGURATION_KEY>="<CONFIGURATION_VALUE>"
43
```
44
0 commit comments