Azure SignalR Service
An Azure service that is used for adding real-time communications to web applications.
147 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
We are planning to use Azure SignalR service for a mobile app to get real-time updates.
We have a requirement that all traffic on Azure go through a Web Application Firewall (Imperva WAF). Will SignalR Service work if the traffic goes through a WAF?
Greetings,
Application Gateway does support WebSocket out of the box. But WAF doesn't inspect WebSocket packets here as WAF is only for HTTP and HTTP(S) based traffic. You don't need any exclusions either in the WAF.
Please do not forget to "Accept the answer" wherever the information provided helps you to help others in the community.