I have deployed a docker image to an azure container instance. i am attempting to access the container console via settings>containers>connect.
I receive the following error:
The following web socket error occurred: error: Web socket is closed or could not be opened... Please validate your network connection and retry the attempt.
I can successfully connect to my container via
az container exec --resource-group myRG --name myContainer --exec-command "/bin/bash"