Keycloak quarkus distro in Azure web app not starting

Hi, I have tried for a while getting Keycloak 20.0.1 to run in an Azure web app with backend and custom federation for a while now, but no luck so far. Works in dev mode locally towards same servers.

Tried using the Keycloak quarkus distribution instead, this works perfectly locally in production mode with both postgres backend and custom federation, but when uploaded to Azure Web app it will not start. Hopefully someone here is able to help me get this working.

I have set same app settings locally as in Azure

KEYCLOAK_ADMIN 
KEYCLOAK_ADMIN_PASSWORD
KC_DB
KC_DB_PASSWORD
KC_DB_URL
KC_DB_USERNAME
KC_HOSTNAME_URL
KC_HTTPS_CERTIFICATE_FILE
KC_HTTPS_CERTIFICATE_KEY_FILE
PORT

Startup command, have tried several variant here.
[/site/wwwroot/bin/kc.sh, start]

But it fails

Hi,

I am also getting issue while trying to deploy quarkus keycloak in app service. I have tried older jboss also , but its also getting issue in app service. Then I successfully made the jboss working in azure container instance. but quarkus in azure container instance is still failed.

Any workaround have you achieved ?

Thanks.