Can't connect to my WebApp from my local computer using websockets. Nothing shows in the WebApp logs, my local just says "can't connect".

Tyler Suard 0 Reputation points
2025-06-19T05:11:15.4466667+00:00

I have no idea what is going on or how to fix it. I am hitting my web app using the URL given to me in the instructions. Can somebody help me please?

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,933 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Laxman Reddy Revuri 5,395 Reputation points Microsoft External Staff Moderator
    2025-06-23T04:11:40.12+00:00

    Hi Tyler Suard,
    apologize for any inconvenience caused on this.
    Yes, App Service and Web App are generally the same in this context. Azure App Service is a hosting platform, and "Web App" is one of its types.

    It looks like your App Service is currently on the Free or Shared pricing tier. WebSocket support is only available starting from the Basic (B1) App Service Plan or higher.
    Screenshot_23-6-2025_94151_portal.azure.com

    Since you don't see any errors in your logs even with verbose settings, double-check if the correct logging levels are set for your application. Sometimes logs may not appear if the default log level is hiding them. Ensure you to log the WebSocket connection attempts directly in your application for better visibility.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.