can you share the azure cli command you used to enable Web Sockets? What errors are you getting?
Web Sockets are supported on Linux apps. however the webSocketsEnabled
ARM setting does not apply to Linux apps since Web Sockets are always enabled for Linux. Keep in mind that Azure support up to five web socket connections on Free App Service plans. Exceeding this limit results in an HTTP 429 (Too Many Requests) response.