Skip to content

Commit 13f3765

Browse files
authored
Merge pull request #122282 from Greedygre/xinyu/20240507_fix_doc
[Containerapp] Fix example for Tcp scale rule
2 parents b34825b + 1c26873 commit 13f3765

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

articles/container-apps/scale-app.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,9 @@ az containerapp create \
214214
--image <CONTAINER_IMAGE_LOCATION>
215215
--min-replicas 0 \
216216
--max-replicas 5 \
217+
--transport tcp \
218+
--ingress <external/internal> \
219+
--target-port <CONTAINER_TARGET_PORT> \
217220
--scale-rule-name azure-tcp-rule \
218221
--scale-rule-type tcp \
219222
--scale-rule-tcp-concurrency 100

0 commit comments

Comments
 (0)