Skip to content

Commit a55bd95

Browse files
committed
Add min replicas so that console can be opened.
1 parent 24db762 commit a55bd95

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

create_resources.sh

+1
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ az containerapp create \
103103
--environment $CONTAINER_ENV_NAME \
104104
--ingress external \
105105
--target-port $TARGET_PORT \
106+
--min-replicas 1 \
106107
--registry-server $REGISTRY_NAME.azurecr.io \
107108
--registry-username $ACR_USERNAME \
108109
--registry-password $ACR_PASSWORD \

0 commit comments

Comments
 (0)