I am trying to boot Keycloak with start-dev on an azure container apps, and it's not working.
My configuration is the following :
I have no application logs in ContainerAppConsoleLogs_CL
I only have the following system logs : Container 'key' was terminated with exit code '' and reason 'ContainerCreateFailure'
I tried with a previous version of key cloak: 16.0 seems to work, but not the latest (24)
Do you any insight on how I can debug further?
I had same issue with v24.0.1. Once I changed the command to: /opt/keycloak/bin/kc.sh, start-dev
The path of kc.sh
is the same as found in the Entrypoint
in the image. The comma is required to separate between argument and command (as I followed the help text in the form field).