Skip to content

Commit a4e369e

Browse files
GreedygreGreedygre
authored andcommitted
fix example for tcp scale rule
1 parent 3040f95 commit a4e369e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

articles/container-apps/scale-app.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,7 @@ az containerapp create \
214214
--image <CONTAINER_IMAGE_LOCATION>
215215
--min-replicas 0 \
216216
--max-replicas 5 \
217+
--transport tcp \
217218
--scale-rule-name azure-tcp-rule \
218219
--scale-rule-type tcp \
219220
--scale-rule-tcp-concurrency 100

0 commit comments

Comments
 (0)