70 questions with Azure Web PubSub tags

Sort by: Updated
1 answer One of the answers was accepted by the question author.

How to generate token for Azure Web Pub Sub service REST call?

I would like to use the Azure Web PubSub Service REST call to send a message to a websocket. [https://learn.microsoft.com/en-us/rest/api/webpubsub/dataplane/web-pub-sub/send-to-group][1] POST…

Azure Web PubSub
Azure Web PubSub
An Azure service that provides real-time messaging for web applications using WebSockets and the publish-subscribe pattern.
70 questions
asked 2022-06-06T18:05:26.587+00:00
Dave Larson 21 Reputation points
edited the question 2023-11-15T05:35:53.5766667+00:00
SnehaAgrawal-MSFT 19,676 Reputation points
1 answer

Do I Need Azure Event Hubs for Azure Web PubSub with Socket.io?

I'm working on integrating Azure Web PubSub with Socket.io for real-time communication in my Node.js application. My question is, do I need to create Azure Event Hubs in my Azure configuration to use Azure Web PubSub with Socket.io in this way? What is…

Azure Web PubSub
Azure Web PubSub
An Azure service that provides real-time messaging for web applications using WebSockets and the publish-subscribe pattern.
70 questions
asked 2023-10-07T08:28:18.34+00:00
Baibhav M 0 Reputation points
commented 2023-10-29T19:14:22.16+00:00
Konstantinos Passadis 17,381 Reputation points MVP
1 answer One of the answers was accepted by the question author.

webPubSubTrigger Disconnected doesn't trigger Azure function

An Azure function is started when the webPubSubTrigger "Disconnected" triggers. This does work when Clients disconnect by using webSocket.Abort(). It does not trigger when using the below within an Azure…

Azure Web PubSub
Azure Web PubSub
An Azure service that provides real-time messaging for web applications using WebSockets and the publish-subscribe pattern.
70 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,542 questions
asked 2023-10-27T10:21:44.7+00:00
RCDev 20 Reputation points
accepted 2023-10-27T14:19:44.0133333+00:00
RCDev 20 Reputation points
2 answers One of the answers was accepted by the question author.

Azure Web PubSub trigger for Azure Functions in JAVA

Hello, I am searching information if Azure Web PubSub supports trigger for Azure Functions in JAVA. Question1: Is this configuration is supported? We have a Web PubSub and Azure Function in JAVA and trying to configure the Web PubSub service Event…

Azure Web PubSub
Azure Web PubSub
An Azure service that provides real-time messaging for web applications using WebSockets and the publish-subscribe pattern.
70 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,542 questions
Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
322 questions
asked 2023-09-21T15:01:44.34+00:00
Martin Body 20 Reputation points
accepted 2023-10-26T13:22:27.27+00:00
Martin Body 20 Reputation points
1 answer

Error while Configuring Socket.io on Microsoft Azure: 400 Bad Request

I'm working on a Node.js application that uses Socket.io for real-time communication and deploying it on Microsoft Azure. However, I'm encountering an error that I can't seem to resolve. Here's my detailed code Client-side code: import { io } from…

Azure Web PubSub
Azure Web PubSub
An Azure service that provides real-time messaging for web applications using WebSockets and the publish-subscribe pattern.
70 questions
asked 2023-10-07T07:35:13.43+00:00
Baibhav M 0 Reputation points
commented 2023-10-13T09:17:52.5766667+00:00
VenkateshDodda-MSFT 19,631 Reputation points Microsoft Employee
1 answer

Azure WebPubSub 404 Error

Hi, i connected my WebPubSub with locally running Azure Functions. My Validation Function is reached via Http Trigger. I want to run this function when a new message appears [Function("message")] [WebPubSubOutput(Hub =…

Azure Web PubSub
Azure Web PubSub
An Azure service that provides real-time messaging for web applications using WebSockets and the publish-subscribe pattern.
70 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,542 questions
asked 2023-08-18T13:16:35.0933333+00:00
Felix Gerdes 0 Reputation points
commented 2023-09-01T01:40:43.55+00:00
brtrach-MSFT 15,701 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

Does Azure Web PubSub with Socket.IO service support HTTP polling as fallback?

In case websocket fails, is there a guarantee that fallback to HTTP polling will work if the socket.io client tries to connect to 'Azure Web PubSub with Socket.IO' service?

Azure Web PubSub
Azure Web PubSub
An Azure service that provides real-time messaging for web applications using WebSockets and the publish-subscribe pattern.
70 questions
asked 2023-08-28T10:35:39.16+00:00
Vinayak Tavildar 20 Reputation points Microsoft Employee
accepted 2023-08-31T09:30:01.9166667+00:00
Vinayak Tavildar 20 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.
70 questions
asked 2023-07-27T15:02:36.8766667+00:00
Stoev Andrey Zahariev 0 Reputation points
commented 2023-07-27T22:50:59.75+00:00
Grmacjon-MSFT 17,286 Reputation points
1 answer One of the answers was accepted by the question author.

JS Client Azure Web PubSub - Messages are getting send after delay of 80-85seconds

I am using the Pub-Sub service to send/receive messages between client and server. using JS version on client as well as server Client "@azure/web-pubsub-client": "^1.0.0-beta.3", Server "@azure/web-pubsub":…

Azure Web PubSub
Azure Web PubSub
An Azure service that provides real-time messaging for web applications using WebSockets and the publish-subscribe pattern.
70 questions
JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
918 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,247 questions
asked 2023-06-15T10:33:06.7933333+00:00
Rajesh Shah 20 Reputation points
commented 2023-07-12T04:36:31.6266667+00:00
Rajesh Shah 20 Reputation points
0 answers

Azure Function coded as a PubSub listener works for about 5 minutes, but then seems to go unconscious after 10

I have a static web app which creates a record and sends it to a Azure Function (http triger) which takes the message, and sends it on to my Azure PubSub instance. I have another function (ListenAndWrite), the one with the problem, that is subscribed 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.
70 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,542 questions
asked 2023-06-10T20:27:30.45+00:00
Kurt Friedrich 20 Reputation points
commented 2023-06-13T09:56:17.1066667+00:00
VenkateshDodda-MSFT 19,631 Reputation points Microsoft Employee
1 answer

Install libreoffice on Azure Web Services

Hi there, Please help me to install the libreoffice on Azure Web Services. Thanks in advance Syed Tousif

Azure Web PubSub
Azure Web PubSub
An Azure service that provides real-time messaging for web applications using WebSockets and the publish-subscribe pattern.
70 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,247 questions
asked 2023-05-16T12:30:53.7333333+00:00
Syed Tousif 0 Reputation points
answered 2023-06-11T21:58:12.58+00:00
brtrach-MSFT 15,701 Reputation points Microsoft Employee
1 answer

Azure Function PubSub Listener works, even though it show errors when starting

This is a follow on to a prior question: https://learn.microsoft.com/en-us/answers/questions/1298419/serverless-function-works-when-run-local-fails-whe The answer to that problem was to not use an HTTP trigger, but to instead use a PubSub trigger. 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.
70 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,542 questions
asked 2023-06-08T20:42:21.0833333+00:00
Kurt Friedrich 20 Reputation points
answered 2023-06-10T00:50:19.3266667+00:00
Kurt Friedrich 20 Reputation points
0 answers

Web hook receiving 400 error from Solarwinds as of 24th April

We have just started receiving Web hook 400 error from Solarwinds SAM server since 24th April, up until this time it has been working OK.

Azure Web PubSub
Azure Web PubSub
An Azure service that provides real-time messaging for web applications using WebSockets and the publish-subscribe pattern.
70 questions
asked 2023-04-27T14:22:18.1666667+00:00
Stephen Devoy 20 Reputation points
commented 2023-05-02T04:45:25.5033333+00:00
VenkateshDodda-MSFT 19,631 Reputation points Microsoft Employee
1 answer

Azure WebPubSub Service missed broadcast messages in group

We have a carline checkout system, where school users: Release coordinators Teachers Parents use app to check-in to app and app sends real-time message on school uniquely created group so that all receive that parent has arrived, now release those…

Azure Web PubSub
Azure Web PubSub
An Azure service that provides real-time messaging for web applications using WebSockets and the publish-subscribe pattern.
70 questions
JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
918 questions
asked 2023-04-07T15:56:31.3133333+00:00
Oz 0 Reputation points
edited a comment 2023-04-19T17:32:09.62+00:00
Grmacjon-MSFT 17,286 Reputation points
1 answer

how to get certificate thumbprint in ARM template?

after executing below arm, how can I get certificate thumbprint? "resources": [ { "apiVersion": "2019-08-01", "location": "[parameters('Location')]", "name":…

Azure Web PubSub
Azure Web PubSub
An Azure service that provides real-time messaging for web applications using WebSockets and the publish-subscribe pattern.
70 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,247 questions
asked 2023-02-03T14:55:51.4466667+00:00
Ernesto 61 Reputation points
answered 2023-02-10T07:54:45.96+00:00
SnehaAgrawal-MSFT 19,676 Reputation points
1 answer

Regarding Pub Sub, Is there a max amount of groups per hub and users per group? Does it vary by tier?

Regarding Pub Sub, Is there a max amount of groups per hub and users per group? Does it vary by tier?

Azure Web PubSub
Azure Web PubSub
An Azure service that provides real-time messaging for web applications using WebSockets and the publish-subscribe pattern.
70 questions
asked 2023-01-31T14:51:06.7266667+00:00
Anonymous
answered 2023-02-01T16:30:58.51+00:00
Grmacjon-MSFT 17,286 Reputation points
1 answer

Given the righ access control, what other configuration issue could cause status code 401 with the Azure Web-PubSub Generate Client Token REST API?

Given access control of an Azure-Web-PubSub resource, a trial of the REST API Generate Client Token in 'focus mode' returned status code 401. If the resource owner is generating the client token, then what configuration issues could cause this response?…

Azure Web PubSub
Azure Web PubSub
An Azure service that provides real-time messaging for web applications using WebSockets and the publish-subscribe pattern.
70 questions
asked 2023-01-04T15:34:43.053+00:00
Otis Smith 1 Reputation point
commented 2023-01-05T05:21:34.607+00:00
VenkateshDodda-MSFT 19,631 Reputation points Microsoft Employee
2 answers

Web Pub Sub messages fail

using azure functions and following any of the tutorials for the azure web pub sub setup does not work. For example: https://learn.microsoft.com/en-us/azure/azure-web-pubsub/quickstart-serverless?tabs=javascript The apps and functions run,…

Azure Web PubSub
Azure Web PubSub
An Azure service that provides real-time messaging for web applications using WebSockets and the publish-subscribe pattern.
70 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,542 questions
asked 2022-11-16T07:46:25.977+00:00
Oli Kasicki 1 Reputation point
answered 2022-11-23T15:08:29.46+00:00
Oli Kasicki 1 Reputation point
1 answer One of the answers was accepted by the question author.

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.
70 questions
asked 2022-11-14T15:20:32.117+00:00
Domagoj Bazina 221 Reputation points
accepted 2022-11-16T07:36:24.24+00:00
Domagoj Bazina 221 Reputation points
1 answer

Cannot get Azure function WebPubSubTrigger to fire with custom events

I have been trying to get a simple function for fire for 3 days now. I am using WebPubSub for messaging in my game (Unity). I can connect using the json.webpubsub.azure.v1 protocol and WebSocketSharp. I can join/leave group and send messages to groups no…

Azure Web PubSub
Azure Web PubSub
An Azure service that provides real-time messaging for web applications using WebSockets and the publish-subscribe pattern.
70 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,542 questions
asked 2022-11-10T15:23:23.603+00:00
Longtooth 6 Reputation points
commented 2022-11-11T21:28:07.65+00:00
MuthuKumaranMurugaachari-MSFT 22,261 Reputation points