Skip to content

Commit 7c09bf9

Browse files
Merge branch 'aca/scale-app' of https://github.com/craigshoemaker/azure-docs-pr into aca/scale-app
2 parents 76e6cdd + 11440a6 commit 7c09bf9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/container-apps/scale-app.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ The `tcp` section defines a TCP scale rule.
160160

161161
| Scale property | Description | Default value | Min value | Max value |
162162
|---|---|---|---|---|
163-
| `concurrentRequests`| When the number of concurrent TCP connections exceeds this value, then another replica is added. Replicas will continue to be added up to the `maxReplicas` amount as the number of concurrent connections increase. | 10 | 1 | n/a |
163+
| `concurrentConnections`| When the number of concurrent TCP connections exceeds this value, then another replica is added. Replicas will continue to be added up to the `maxReplicas` amount as the number of concurrent connections increase. | 10 | 1 | n/a |
164164

165165
```json
166166
{
@@ -178,7 +178,7 @@ The `tcp` section defines a TCP scale rule.
178178
"name": "tcp-rule",
179179
"tcp": {
180180
"metadata": {
181-
"concurrentRequests": "100"
181+
"concurrentConnections": "100"
182182
}
183183
}
184184
}]

0 commit comments

Comments
 (0)