Does azure standard load balancer support websockets.
Background:
I have an app that runs in a AKS cluster and I have exposed the service using loadbalancer with annotation
service.beta.kubernetes.io/azure-load-balancer-internal: "true
The HTTPS UI works but does not support websockets.
Thank you,
Desmond