86 questions with Azure Web PubSub tags

Sort by: Updated
1 answer

401 unauthorised azure web pub sub for socket IO

I am creating a simple chat app using Azure web pub sub for SocketIO and asp.net core api. The client(js) is hitting the api controller and using Azure SDK WebPubSubServiceClient the pub sub access url along with token is generated and returned to…

Azure Web PubSub
Azure Web PubSub
An Azure service that provides real-time messaging for web applications using WebSockets and the publish-subscribe pattern.
86 questions
asked 2025-03-09T08:21:25.37+00:00
Devender Singh 0 Reputation points
commented 2025-03-12T04:41:06.0133333+00:00
Devender Singh 0 Reputation points
1 answer

Azure Web PubSub HTTP header case sensitivity

I have set up an Azure Web PubSub Service that uses event handlers towards a Python FastAPI application hosted as an Azure Container App. When the PubSub service is connecting to the Container App, it first does an OPTIONS request to the…

Azure Web PubSub
Azure Web PubSub
An Azure service that provides real-time messaging for web applications using WebSockets and the publish-subscribe pattern.
86 questions
asked 2025-02-24T13:45:50.3666667+00:00
Dagfinn Nærheim 0 Reputation points
commented 2025-03-11T08:58:02.7266667+00:00
Alekhya Vaddepally 0 Reputation points Microsoft External Staff
1 answer

Web Deploy experienced a connection problem with the server and had to terminate the connection. Contact your server administrator if the problem persists. Learn more at: https://go.microsoft.com/fwlink/?LinkId=221672#ERROR_CONNECTION_TERMINATED. Unexpe

Web Deploy experienced a connection problem with the server and had to terminate the connection. Contact your server administrator if the problem persists. Learn more at:…

Azure Web PubSub
Azure Web PubSub
An Azure service that provides real-time messaging for web applications using WebSockets and the publish-subscribe pattern.
86 questions
asked 2025-02-28T06:50:18.9466667+00:00
Mlungisi Magwenyane 0 Reputation points
edited an answer 2025-03-06T10:06:42.9566667+00:00
Alekhya Vaddepally 0 Reputation points Microsoft External Staff
1 answer

How to Trigger Node Azure Functions WebPubSub Trigger Binding in for messages from Users locally ?

Hi all, I want to create a serverless Client -> Azure Function for bi-directional communication using Azure Functions with the Azure WebPubSub Trigger binding "in" for user messages. I followed everything in the following tutorial…

Azure Web PubSub
Azure Web PubSub
An Azure service that provides real-time messaging for web applications using WebSockets and the publish-subscribe pattern.
86 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,526 questions
asked 2025-02-01T01:39:19.98+00:00
Smith Johnson 0 Reputation points
edited a comment 2025-02-07T13:47:28.7333333+00:00
Ranashekar Guda 815 Reputation points Microsoft External Staff
1 answer

Best practices for implementing Notifications and Streaming (Gen AI-enabled chats) in Blazor Web App

Need some architectural guidance. I am building a B2C solution using Blazor Web App model. The entire stack is C# and runs on Azure. I am just trying to understand some best practices for integrating the following capabilities: Push Notifications…

Azure Web PubSub
Azure Web PubSub
An Azure service that provides real-time messaging for web applications using WebSockets and the publish-subscribe pattern.
86 questions
Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,665 questions
asked 2025-01-11T13:56:34.58+00:00
Manoj Ganapathi 0 Reputation points
commented 2025-02-01T07:08:11.84+00:00
oliver ava 0 Reputation points
1 answer

Developing Cross-Platform MAUI Applications with VB.NET

Is it possible to develop cross-platform MAUI applications using VB.NET? Guidance and resources on this topic have been difficult to find.

Azure Web PubSub
Azure Web PubSub
An Azure service that provides real-time messaging for web applications using WebSockets and the publish-subscribe pattern.
86 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,997 questions
VB
VB
An object-oriented programming language developed by Microsoft that is implemented on the .NET Framework. Previously known as Visual Basic .NET.
2,798 questions
asked 2025-01-17T18:15:22.62+00:00
whvbntsql 0 Reputation points
commented 2025-01-28T12:18:16.6733333+00:00
Harshitha Veeramalla 421 Reputation points Microsoft External Staff
1 answer

In Azure Web PubSub, How to receive messages in backend microservice for processing

Requirement: My clients are using simple WebSocket connection to send messages. I want to receive these messages inside my backend .NET 8 web api and process them further to send fine-tuned data to some distributed cache services. From documentation, I…

Azure Web PubSub
Azure Web PubSub
An Azure service that provides real-time messaging for web applications using WebSockets and the publish-subscribe pattern.
86 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,793 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
11,338 questions
asked 2025-01-10T05:55:02.9966667+00:00
dheeraj awale 21 Reputation points
commented 2025-01-27T03:32:47.8166667+00:00
Laxman Reddy Revuri 3,185 Reputation points Microsoft External Staff
0 answers

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…

Azure Web PubSub
Azure Web PubSub
An Azure service that provides real-time messaging for web applications using WebSockets and the publish-subscribe pattern.
86 questions
asked 2024-05-08T08:53:04.9666667+00:00
Shree 10 Reputation points
commented 2025-01-17T20:05:37.2366667+00:00
Cory Brown 0 Reputation points
1 answer One of the answers was accepted by the question author.

Path parameters in Web PubSub Service

Hello, I am trying to setup event handlers in Azure PubSub which reads and forwards path parameters, but I didn't find a way how to do it. Does it support such a scenario? pubsub wss: wss://mysite.webpubsub.azure.com/client/hubs/hubname/{pathParam} …

Azure Web PubSub
Azure Web PubSub
An Azure service that provides real-time messaging for web applications using WebSockets and the publish-subscribe pattern.
86 questions
asked 2024-12-09T08:38:50.2233333+00:00
Martin Body 20 Reputation points
accepted 2024-12-23T06:54:24.3+00:00
Martin Body 20 Reputation points
1 answer

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
Azure Web PubSub
An Azure service that provides real-time messaging for web applications using WebSockets and the publish-subscribe pattern.
86 questions
Azure SignalR Service
Azure SignalR Service
An Azure service that is used for adding real-time communications to web applications.
157 questions
asked 2024-11-04T15:12:46.6366667+00:00
Loges Logon 5 Reputation points
commented 2024-11-11T11:25:50.91+00:00
ajkuma 28,041 Reputation points Microsoft Employee
0 answers

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…

Azure Web PubSub
Azure Web PubSub
An Azure service that provides real-time messaging for web applications using WebSockets and the publish-subscribe pattern.
86 questions
asked 2023-07-27T15:02:36.8766667+00:00
Stoev Andrey Zahariev 10 Reputation points
commented 2024-11-08T01:54:55.85+00:00
Stewart Armbrecht (BBB) 0 Reputation points
1 answer One of the answers was accepted by the question author.

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 Web PubSub
Azure Web PubSub
An Azure service that provides real-time messaging for web applications using WebSockets and the publish-subscribe pattern.
86 questions
asked 2024-10-27T15:13:44.73+00:00
George Sebastain 20 Reputation points
commented 2024-11-05T08:11:03.19+00:00
ajkuma 28,041 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

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?

Azure Web PubSub
Azure Web PubSub
An Azure service that provides real-time messaging for web applications using WebSockets and the publish-subscribe pattern.
86 questions
asked 2024-10-24T01:48:23.3566667+00:00
Robson Kretzmann 20 Reputation points
accepted 2024-10-25T15:16:38.9233333+00:00
Robson Kretzmann 20 Reputation points
0 answers

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…

Azure Web PubSub
Azure Web PubSub
An Azure service that provides real-time messaging for web applications using WebSockets and the publish-subscribe pattern.
86 questions
asked 2024-09-20T10:36:55.1433333+00:00
JeffersonIMHANZENOBE-2389 0 Reputation points
commented 2024-09-26T02:53:04.76+00:00
brtrach-MSFT 17,476 Reputation points Microsoft Employee
1 answer

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…

Azure Web PubSub
Azure Web PubSub
An Azure service that provides real-time messaging for web applications using WebSockets and the publish-subscribe pattern.
86 questions
asked 2024-08-13T13:56:07.89+00:00
Vivek Purohit 0 Reputation points
commented 2024-08-27T21:20:49.22+00:00
Grmacjon-MSFT 18,741 Reputation points
0 answers

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 PubSub
Azure Web PubSub
An Azure service that provides real-time messaging for web applications using WebSockets and the publish-subscribe pattern.
86 questions
asked 2024-08-21T10:08:47.6466667+00:00
Dimitris Thanos 0 Reputation points
2 answers

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…

Azure Web PubSub
Azure Web PubSub
An Azure service that provides real-time messaging for web applications using WebSockets and the publish-subscribe pattern.
86 questions
asked 2022-11-14T15:20:32.117+00:00
Domagoj Bazina 201 Reputation points
accepted 2024-08-21T08:02:14.9266667+00:00
Domagoj Bazina 201 Reputation points
1 answer

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…

Azure Web PubSub
Azure Web PubSub
An Azure service that provides real-time messaging for web applications using WebSockets and the publish-subscribe pattern.
86 questions
asked 2024-07-22T11:41:20.34+00:00
Rafael Miranda 0 Reputation points
commented 2024-08-19T18:20:26.1066667+00:00
Rafael Miranda 0 Reputation points
3 answers One of the answers was accepted by the question author.

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
Azure Web PubSub
An Azure service that provides real-time messaging for web applications using WebSockets and the publish-subscribe pattern.
86 questions
C++
C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
3,877 questions
asked 2024-05-01T10:49:20.29+00:00
Williams Celis 30 Reputation points
edited a comment 2024-08-14T12:57:40.1166667+00:00
Zitong Yang 10 Reputation points Microsoft Employee
0 answers

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…

Azure Web PubSub
Azure Web PubSub
An Azure service that provides real-time messaging for web applications using WebSockets and the publish-subscribe pattern.
86 questions
asked 2024-07-25T00:54:40.8466667+00:00
Junjie Guan 0 Reputation points