Issues with WebPubSub and SignalR Integration
I am working on a sample demo to make WebPubSub functional. I tried using the SignalR service, but WebPubSub seems to work for my case via API client with the following GET request: <web-pubsub-endpoint>/socket.io/?EIO=4&transport= However, it…
Azure Web Pubsub migrate to mqtt
I am new to Azure migration and using a sample application to test before we migrate and I want ask some questions. Sampling with the example for first experience of…
Azure WebPubSub Private Endpoint Configuration for WebSocket Client
Hi Azure Community, I'm encountering an issue with my WebSocket client code when trying to connect to an Azure WebPubSub service using a private endpoint. The code works perfectly fine with a public endpoint but fails to receive messages when using a…
Error endpoit request
Hello, I created a node API with nest but I'm having problems accessing the endpoints after publishing it on the webapp via code, it always returns Cannot GET /swagger Does anyone know what settings I need to make for it to work?
How to resolve AbuseProtectionResponseFailed in Azure Web PubSub - event handler?
I am trying to configure an event handler for an Azure Web PubSub service. The event handler is behind an Azure Application Gateway. I get an error "The SSL connection could not be established, see inner exception." There are no logs in the…
How to solve AbuseProtectionResponseFailed in Azure Web PubSub - server protocol - event handler?
I am trying to configure my Server (hosted by Azure AKS and proxied by API management service, using Azure-AD Oauth-Flow authentication) to receive cloud events like "connected" and "disconnected" by Azure Web PubSub. Either if I…
Reconnection on multiple node instance while using azure web pubsub socket.io instance
While client connect to Node server instance1 via azure web pubsub socketio instance , here node server instance1 listening to port 3000 and due to internet loss or wifi change from client side, now its reconnect to Node server instance2 that listen to…
In Azure PubSub, how can I create a listenning web-socket that does not expire
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…
Azure Web Pub Sub service as MQTT broker?
Hello, is it possible to use Web Pub Sub services as MQTT broker server? I've found some indications that it could be used but I'm not sure how to do it. Reference: https://learn.microsoft.com/en-us/azure/azure-web-pubsub/resource-faq Thanks…
Does Azure Web PubSub have a fixed public IP for outbound traffic?
I have a public load balancer handling the inbound traffic of an AKS cluster. This LB have an IP filter to external resources like API Management. I was under the impression that Web PubSub would work in a similar way, the outbound requests would have…
Any sample code in C/C++ to Publish and Subscribe to Azure Web PubSub?
I am looking for sample C/C++ code to Publish and Subscribe to Azure Web PubSub. Specifically, I want to send data from a microcontroller programmed in C/C++ to a server with Azure Web PubSub. Are there any resources available that could help me achieve…
Azure Web PubSub is not sending user event to my HTTP endpoint
I am not able to setup eventhandler that forward user event to my web api. Maybe I made some dumb mistake. Here is the way to reproduce it. step 1 Create an azure function with http_trigger1 template This can be easily done in the UI. Step 2 Create a…
Connection lost azure webpubsub socketio / nodejs
After some inactivity (e.g. computer goes into sleep modus) the connection to azure socket io hub gets lost. My express server functions normally so http requests are served but clients can't connect to the hub anymore as they get the message there is no…
azure it give a 500 error
My azure web app will not login it gives me a 500 server error.
Azure web pub sub CheckPermissionsAsync call throws 404
Before granting a permission to group, I am checking if the user connection already has that permission. The CheckPermissionAsync method returns 404 (Head).
Subscribing to Messages from a Specific Group in Azure Web PubSub
Hello Azure Support Team, I am using the Azure Web PubSub service and have encountered a question regarding message subscriptions. Context: I have successfully created an access token with a specified group. My current implementation subscribes to…
How do I use Azure Web PubSub for Socket.io in python backend?
How do I use Azure Web PubSub for Socket.io in python backend? I am using FastAPI for my backend. I could only find javascript sdk & code samples in the documentation. Eg:…
WebPubSubServiceClient.AddConnectionToGroup Method asking connection Id
I'm using a chat application on Azure Web PubSub. Creating a group so that numerous users can message is what I need.Therefore, I'm using addConnectionToGroup to connect to the group, but it asks for the connection ID and group, so what is the connection…
Adding Entra ID authentication to a web app that utilizes Web PubSub in Azure
I'm trying to simply add Microsoft Entra ID for authentication to an Azure web app. I have a javascript chat-app using Web PubSub that worked perfectly using this…
Azure web pubsub Throttling limit
As per this thread, There is a limit of 1000 requests per second per unit. 1) Is there any provision to increase this limit 2) Once the limit is reached, are the requests throttled or are they responded with error code? Can you also highlight if there…