Does Azure app proxy service support websocket

M Kohli 5 Reputation points
2023-06-22T14:23:28.13+00:00

HI

Is the current Azure Application Proxy service support websocket flow ( ws:// or wss:// URLS).We have an application that has it's content (HTML, JavaScript, images ...) hosted by weblogic and a standalone service that provides data through websockets. I created an app proxy for that one and https is working ok but the app is making a websocket call internally and those are failing. Any help you can provide.

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

1 answer

Sort by: Most helpful
  1. Andriy Bilous 11,821 Reputation points MVP Volunteer Moderator
    2023-06-23T04:25:09.6333333+00:00

    Hello @M Kohli

    Applications that use the WebSocket protocol, for example QlikSense and Remote Desktop Web Client (HTML5), are supported. The following are known limitations:

    • Application proxy discards the cookie that is set on the server response while opening the WebSocket connection.
    • There is no SSO applied to the WebSocket request.
    • Features (Eventlogs, PowerShell and Remote Desktop Services) in the Windows Admin Center (WAC) do not work through Azure AD Application Proxy.

    The WebSocket application doesn't have any unique publishing requirements, and can be published the same way as all your other Application Proxy applications.
    https://learn.microsoft.com/en-us/azure/active-directory/app-proxy/application-proxy-faq#websocket

    Full WebSocket support is under development
    https://feedback.azure.com/d365community/idea/8fc692de-bb25-ec11-b6e6-000d3a4f0789


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.