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