70 questions with Azure Web PubSub tags

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

APIM throttles only web socket requests, not REST Apis.

Hello, I am using API Management service to route Rest and web socket request to AKS and Pubsub service respectively. APIM is used to authenticate all incoming requests and it is standard tier of APIM. In last couple of months, I have observed…

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
1,896 questions
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-10-20T12:25:47.867+00:00
pratik 46 Reputation points
accepted 2022-10-21T06:15:22.747+00:00
pratik 46 Reputation points
2 answers

.NET - Azure Web PubSub - Real time message sent from server to a group, does not get received by clients in that group without protocol ( json.webpubsub.azure.v1 )

Trying to use Azure Web PubSub to send real time data from server and to receive the same in clients. Created a WebsocketClient ( Client1 ) which does not uses protocol ( json.webpubsub.azure.v1 ). Created another WebsocketClient ( Client2 )…

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-10-04T11:21:10.587+00:00
G, Prasad 1 Reputation point
answered 2022-10-13T15:16:27.47+00:00
Liangying Wei 756 Reputation points Microsoft Employee
0 answers

.NET - Azure Web PubSub - Real time message sent from server to a group, does not get received by clients in that group without protocol ( json.webpubsub.azure.v1 )

Trying to use Azure Web PubSub to send real time data from server and to receive the same in clients. Created a WebsocketClient ( Client1 ) which does not uses protocol ( json.webpubsub.azure.v1 ). Created another WebsocketClient ( Client2 )…

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-10-04T11:23:42.823+00:00
Gopinathan, Prasad 1 Reputation point
commented 2022-10-06T21:29:51.607+00:00
Grmacjon-MSFT 17,286 Reputation points
1 answer

GCP pub/sub push subscription frombody and fromquery issue

Hi - I have created the images for gcp pubsub push subscriptions with this below code and created the end point through cloud run. I have pointed the endpoint push subscription. Here having the issue is end point not send the "[FromBody] PushBody…

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-08-02T14:15:32.947+00:00
Mani kanta 1 Reputation point
answered 2022-08-09T04:21:03.293+00:00
Grmacjon-MSFT 17,286 Reputation points
1 answer

Azure service cancellation and refund

Hello To try Benb Azure services, I opened a free account and entered my credit card information. But I forgot to cancel afterwards. A subscription fee has been charged to my card. How can I get a refund by canceling these services? Thank you.

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-07-12T20:46:14.203+00:00
fatih Uyanık 6 Reputation points
answered 2022-07-12T21:25:24.323+00:00
Dillon Silzer 54,931 Reputation points
1 answer One of the answers was accepted by the question author.

What Azure resources do I need to be able to serve a static website?

Hi, I'm new to Azure. So, please pardon me for probably asking a stupid question. I'd like to publish a static website (using Azure DevOps/Bicep). The website is supposed to be served via HTTPS using my custom domain name and contain/serve HTML,…

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 Static Web Apps
Azure Static Web Apps
An Azure service that provides streamlined full-stack web app development.
824 questions
asked 2022-07-08T09:48:57.567+00:00
AxD 661 Reputation points
commented 2022-07-12T13:06:03.953+00:00
Ryan Hill 26,866 Reputation points Microsoft Employee
1 answer

Sending notification to everyone except user X (the initiator)

Scenario: User A, B & C joined a group (group is modifying a common resource/document). User A makes a change to the document which needs to be notified to the group (except User A). Question: How can the developer avoid sending 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.
70 questions
asked 2022-06-13T11:25:17.303+00:00
abimsft 1 Reputation point Microsoft Employee
answered 2022-06-15T01:33:55.87+00:00
brtrach-MSFT 15,701 Reputation points Microsoft Employee
1 answer

Connecting Azure Web PubSub Client Disconnects others

Reposting from here https://stackoverflow.com/questions/72281176/connecting-azure-web-pubsub-client-disconnects-others I have a scenario where I have 2 c# ClientWebSocket connected to an azure Web PubSub. They can communicate fine. I then disconnect…

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
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.
10,555 questions
asked 2022-05-17T23:04:37.05+00:00
Phil Wardlaw 1 Reputation point
commented 2022-05-25T22:39:43.173+00:00
Grmacjon-MSFT 17,286 Reputation points
1 answer

How to get group membership of connection in WebPubSubTrigger

Is it possible to get the group(s) a user is a member of from a WebPubSubTrigger. Example: [FunctionName("Test")] public static async Task Test( [WebPubSubTrigger("simplechat", WebPubSubEventType.System,…

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-05-19T20:19:54.717+00:00
Phil Wardlaw 1 Reputation point
commented 2022-05-24T15:17:29.007+00:00
Phil Wardlaw 1 Reputation point
1 answer

Issue in building chatapp using azure pubsub

Hi, I have followed below link to build chat app, https://learn.microsoft.com/en-ca/azure/azure-web-pubsub/tutorial-build-chat?tabs=java Git code:(exactly same in my local) …

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-02-16T20:07:14.297+00:00
Radha Rajendran 61 Reputation points
commented 2022-03-09T19:58:16.393+00:00
Ryan Hill 26,866 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

How to install PubSub along with Microsoft.Azure.Functions.ExtensionBundle

I am looking to implement PubSub in an existing project that is already using the Microsoft.Azure.Functions.ExtensionBundle, which currently does not contain PubSub. What is the easiest way to get PubSub implemented my serverless implementation in this…

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-02-28T19:12:27.98+00:00
Aaron Manill 86 Reputation points
commented 2022-03-09T04:02:26.893+00:00
AnuragSingh-MSFT 21,076 Reputation points
1 answer

Azure PubSub group implmentation

I am having issues with my PubSub implementation when attempting to send messages using groups, from what I can tell from the live trace messages are coming in, but not being sent out to clients after. I feel as if my server just doesn't know what to do…

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-02-23T18:46:31.17+00:00
Aaron Manill 86 Reputation points
answered 2022-02-25T11:44:15.05+00:00
SnehaAgrawal-MSFT 19,676 Reputation points
2 answers

How i can use Azure Web PubSub multiple instances to work together as one service?

For Azure Web PubSub the Concurrent Connections per Unit is 1,000 and the Max Units is 100 that means the instance max number of Concurrent Connections per Unit is (100*1000=100000). If my app has 200000 Concurrent Connections then, we need tow…

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-02-17T11:52:11.797+00:00
Ebrahim Naef 1 Reputation point
commented 2022-02-25T07:10:46.727+00:00
Liangying Wei 756 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

How to resolve: Microsoft.Azure.WebJobs.Host: Exception binding parameter 'data'. Microsoft.Azure.WebJobs.Host: Object reference not set to an instance of an object

I am attempting to locally run my subpub code while testing during development and am running into this error "System.Private.CoreLib: Exception while executing function: Functions.subpub-trigger-message. Microsoft.Azure.WebJobs.Host: Exception…

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-02-16T23:27:53.193+00:00
Aaron Manill 86 Reputation points
accepted 2022-02-21T18:31:36.663+00:00
Aaron Manill 86 Reputation points
1 answer One of the answers was accepted by the question author.

Can node JS recieve signalR messages without a frontend?

I am looking to implement an automated printing service where a system running nodeJS can be notified from serverless SignalR that a file can now be retrieved for printing. Is this something that is achievable? From the documentation I've been able 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 SignalR Service
Azure SignalR Service
An Azure service that is used for adding real-time communications to web applications.
131 questions
asked 2022-02-07T17:34:11.43+00:00
Aaron Manill 86 Reputation points
accepted 2022-02-14T16:19:52.257+00:00
Aaron Manill 86 Reputation points
2 answers

Azure function WebPubSubTrigger never fired

I am learning WebPubSub, and tried an azure function as following [FunctionName("Function1")] public static async Task Run( [WebPubSubTrigger("NewsHub2", WebPubSubEventType.User, "message")] …

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-01-06T16:14:35.553+00:00
Ning Zhu 66 Reputation points
answered 2022-02-09T12:15:04.577+00:00
Ning Zhu 66 Reputation points
1 answer One of the answers was accepted by the question author.

Pubsub message size limit issue

When we are trying to send a large pubsub json message to a group, the pubsub rest api is throwing 500 Internal Error. We are using azure messaging python sdk to send message to a pubsub group. We checked the request content length of the api call and…

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 2021-07-26T10:41:20.067+00:00
Nayan Das 71 Reputation points
accepted 2022-01-21T07:38:50.273+00:00
Nayan Das 71 Reputation points
2 answers

Azure Function Binding Types - The binding type(s) 'webPubSubTrigger' were not found in the configured extension bundle

I'm trying to trigger an Azure Function when a Web PubSub message is published. According to the example in this article, I should be able to use the following to trigger a function when a new message is sent to a specific 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 2021-12-22T23:32:15.763+00:00
Adam Jeffery 1 Reputation point
commented 2022-01-13T06:01:06.113+00:00
MughundhanRaveendran-MSFT 12,446 Reputation points
1 answer One of the answers was accepted by the question author.

Azure Speech to Text Recognition Integration with Web PubSub

Hi, I have a use case of taking an incoming stream of audio data through a websocket, passing it through Azure Speech-To-Text, getting the text results back and saving them in a database. This part is trivial, however I would like to accomplish this…

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 AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,499 questions
asked 2021-11-30T23:16:56.32+00:00
Francisco Ramos 21 Reputation points
accepted 2021-12-05T04:30:56.09+00:00
Francisco Ramos 21 Reputation points
2 answers

Can Web PubSub server by any Webhook server (not only stateless function)

I have recently integrated the Azure Web PubSub service into our application. Per PubSub examples, I captured the PubSub client connect/disconnect, etc system events with an Azure Function App WebPubSubTriggers provided by…

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 2021-11-15T08:10:34.93+00:00
Greg Tinney 121 Reputation points
answered 2021-11-30T20:05:30.027+00:00
Greg Tinney 121 Reputation points