Search code examples
azurekeycloakazure-container-apps

Keycloak not booting on Azure container apps


I am trying to boot Keycloak with start-dev on an azure container apps, and it's not working.

My configuration is the following :

aca config

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'

error log

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?


Solution

  • 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).