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 e30802b commit 8ae7a60Copy full SHA for 8ae7a60
articles/container-apps/sessions-custom-container.md
@@ -63,7 +63,7 @@ az containerapp sessionpool create \
63
--registry-password <PASSWORD> \
64
--container-type CustomContainer \
65
--image myregistry.azurecr.io/my-container-image:1.0 \
66
- --cpu 1.0 --memory 2.0Gi \
+ --cpu 0.25 --memory 0.5Gi \
67
--target-port 80 \
68
--cooldown-period 300 \
69
--network-status EgressDisabled \
0 commit comments