Client unable to connect to the streaming via Azure Load Balancer

I’ve deployed OVAS on Azure. I start local client (usd-viewer-streaming-sample) to connect the streaming, but I got the error as follows:
WebSocket connection to ‘ws://51.8.36.40:31000/sign_in?peer_id=peer-7852470860&version=2’ failed: WebSocket is closed before the connection is established.

streaming pod logs:

AKS services:

Thanks!

Daniel,

What is the output of:
kubectl get pods -n omni-streaming

I want to see that the kit-app-XXXX pod is successfully loaded.
Also, what is the output of:
kubectl get ingress -n omni-streaming

Are you using an API gateway in between your web client and your Azure cluster?