'Azure Front Door with Azure Signal R
Does anyone has any experience with Azure front door used with an app service that uses azure signal r service (managed azure signal r service) Based on my reading so far I understand that AFD doesn’t support web sockets, which looks like if you are using signal r within your app then probably that’s not yet supported. In our case we are using signal r Azure service which is external to our app service, is this supported with Azure front door?
Any answers on this are appreciated.
Thank you.
Solution 1:[1]
Yes, this is supported using the Azure SignalR managed service. The WebSocket connections will go to it instead of your backend pool.
Solution 2:[2]
At this moment (feb/2022) it seems that it's not supported. The recomendation is to use Application Gateway instead.
Source:
https://github.com/MicrosoftDocs/architecture-center/issues/1891
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | MaxT |
Solution 2 | Thiago Custodio |