1

Within my App Service property in Azure I normally have an option to enable Web sockets. It seems that this option has been very recently removed. Is anyone able to advise if this is no longer supported or if I am doing something wrong?

enter image description here

Additional Information:

  • Azure App Plan is a B1 enter image description here
Tom Dickson
  • 540
  • 6
  • 19

2 Answers2

2

As MS said, you don't need to enable it because it's always enabled faqs-app-service-linux

foto de origen

Anton Menshov
  • 2,266
  • 14
  • 34
  • 55
0

Enabling Web Socket has disappeared from App Service configuration

  • If you have hosted your Web App using Linux OS,

enter image description here

then as per this MS Doc)

Web Sockets are not currently supported for Linux apps on Free App Service Plans.

I have created another App Service with Windows OS with B1 Plan , I am able to see the option of Web Sockets in Configuration section

enter image description here

Harshitha Veeramalla
  • 1,515
  • 2
  • 10
  • 11
  • 1
    Have you read that wrong? The link you provided says "Web Sockets are now supported for Linux apps on Free App Service plans. "... Maybe it has changed since you answered. It also says Web sockets are always enabled for Linux, which is why there is no option to turn them on or off: "The webSocketsEnabled ARM setting does not apply to Linux apps since Web Sockets are always enabled for Linux." – Brian Pursley Nov 08 '22 at 15:36