az container create -g mygroup --name myname --image quay.io/keycloak/keycloak --environment-variables 'KEYCLOAK_ADMIN'='admin' 'KEYCLOAK_ADMIN_PASSWORD'='admin' 'KEYCLOAK_PASSWORD'='password' 'PROXY_ADDRESS_FORWARDING'='true'
and the instance is running. But how do i start it (run start-dev command) ? When i try to click on connect it takes some seconds and then says connection closed. no errors or events show up.