Loges Logon, Based on my understanding of your issue description, you are receiving 404 error
I see that you have provided the path option: path: "/clients/socketio/hubs/Hub",
--On the Azure Portal :
- Navigate to the
Keys
Settings blade of Web PubSub for Socket.IO - Under Client Endpoint Generator – Please ensure that the Hub and Client Path – are correct and there are no typos.
You may also check this thread which discusses on a similar thread.
--Further on your requirement , as outlined in the doc - the Azure Web PubSub service is not a replacement for Azure SignalR Service. They're targeting different scenarios.
In that case, Azure SignalR for long polling and server-sent events will be better suited.
--Web PubSub service tiers are differentiated by the number of concurrent connections, messages and maximum units allowed. Per your requirement you may start with Standard tier and then scale to Premium ( but you can always scale down).
https://azure.microsoft.com/pricing/details/web-pubsub/
For more info, checkout: How do I choose between Azure SignalR Service and Azure Web PubSub service?
If you are able to post an image or screenshot now, please share after concealing any private details.
Apologies for the issues that you experienced with Q&A platform, I'll will relay this feedback internally to our platform team.
If the answer helped (pointed, you in the right direction) > please click Accept Answer to benefit the community find answers quickly to similar question.