Skip to content

Commit 8ae7a60

Browse files
authored
Minor update to match ARM template
1 parent e30802b commit 8ae7a60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/container-apps/sessions-custom-container.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ az containerapp sessionpool create \
6363
--registry-password <PASSWORD> \
6464
--container-type CustomContainer \
6565
--image myregistry.azurecr.io/my-container-image:1.0 \
66-
--cpu 1.0 --memory 2.0Gi \
66+
--cpu 0.25 --memory 0.5Gi \
6767
--target-port 80 \
6868
--cooldown-period 300 \
6969
--network-status EgressDisabled \

0 commit comments

Comments
 (0)