Azure Web PubSub
An Azure service that provides real-time messaging for web applications using WebSockets and the publish-subscribe pattern.
81 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I am using Azure PubSub
The clients are 'anonymous' web-pages that display the information received over the web-sockets
How can I create a listening web-socket that its token does not expire?
If I create an authentication token from the portal, it requires an expiration time.
TIA