bpmct / code-server-azure

Running code-server on Azure

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

websockets don't work on Free F1 plan

bpmct opened this issue · comments

$PASSWORD must be left blank to use code-server --link instead of directly using Azure's domain+TLS. I believe this is due to the web socket limit on the free tier: https://docs.microsoft.com/en-us/azure/app-service/faq-app-service-linux#web-sockets

Does code-server exceed the current (Jan 2024) limits?

"Web Sockets are now supported for Linux apps on Free App Service plans. We support up to five web socket connections on Free App Service plans. Exceeding this limit results in an HTTP 429 (Too Many Requests) response."