59 questions with Azure Web PubSub tags

Sort by: Updated
0 answers

How to fix CORS issue

Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://api.eveda.com.au/VerifyBusinessName?BusinessName=eveda. (Reason: CORS header ‘Access-Control-Allow-Origin’ missing). Status code: 400.

Azure Web PubSub
Azure Web PubSub
An Azure service that provides real-time messaging for web applications using WebSockets and the publish-subscribe pattern.
59 questions
asked 2024-04-04T05:32:08.1866667+00:00
Ramesh Konsam 0 Reputation points
edited a comment 2024-04-08T03:55:38.4933333+00:00
VenkateshDodda-MSFT 17,911 Reputation points Microsoft Employee
0 answers

Initiate a websocket connection when running Azure function

I have a requirement where i want to notify users if a process is completed or not. I want to use Azure function that initiates a websocket connection but it is not working as expected. Can anyone please help me in this scenario. SIgnal R and 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.
59 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,211 questions
asked 2024-03-13T18:48:11.9066667+00:00
Singh, Neha 0 Reputation points
commented 2024-03-13T20:08:53.39+00:00
Bruce (SqlWork.com) 54,866 Reputation points
1 answer One of the answers was accepted by the question author.

user authentication for web pubsub

Azure Web App has authentication of users under settings as a means of app access without effecting code. Where is this in Web pubsub? Also, there is no publish profile under Web pubsub, so how is publishing done from Visual Studio?

Azure Web PubSub
Azure Web PubSub
An Azure service that provides real-time messaging for web applications using WebSockets and the publish-subscribe pattern.
59 questions
Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
928 questions
Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,574 questions
asked 2024-03-01T15:03:30.9633333+00:00
Peter Daniels 40 Reputation points
accepted 2024-03-02T17:24:58.6966667+00:00
Peter Daniels 40 Reputation points
1 answer

How to add custom certificate in Azure Web PubSub for adding custom domain?

I am trying to add custom certificate to my Azure Web PubSub for creating custom domain. However, I am getting the error: "The operation "List" is not enabled in this Key Vault's policy". I have enabled both GET and LIST permission on…

Azure Key Vault
Azure Key Vault
An Azure service that is used to manage and protect cryptographic keys and other secrets used by cloud apps and services.
1,100 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.
59 questions
asked 2024-02-09T03:03:36.5666667+00:00
Vinayak Tavildar 20 Reputation points Microsoft Employee
commented 2024-02-23T19:30:52.7433333+00:00
JamesTran-MSFT 36,361 Reputation points Microsoft Employee
2 answers

I have been stuck on Could not build wheels for pycairo, for a week now on Azure Web services

I am getting an error that has been hard to solve with packages , pip-cache/wheels/63/be/8a/04843287552b727babbb0e6de7d646d0e0728536f4a5f7ca1c\n[08:32:01+0000] Successfully built django-tenants PyPika svglib\n[08:32:01+0000] Failed to build…

Azure Web PubSub
Azure Web PubSub
An Azure service that provides real-time messaging for web applications using WebSockets and the publish-subscribe pattern.
59 questions
asked 2024-01-26T08:42:33.16+00:00
DERBY TENDAI MATOMA 0 Reputation points
answered 2024-01-28T04:39:03.2+00:00
DERBY TENDAI MATOMA 0 Reputation points
2 answers

Why does the Connection close after the message has been sent?

I have written code in Python to send a response to the client after receiving a message. But I get the following error. import asyncio import sys import websockets from azure.messaging.webpubsubservice import WebPubSubServiceClient async def…

Azure Web PubSub
Azure Web PubSub
An Azure service that provides real-time messaging for web applications using WebSockets and the publish-subscribe pattern.
59 questions
asked 2023-12-28T07:09:48.3933333+00:00
test29998411 281 Reputation points
answered 2024-01-02T23:56:03.4133333+00:00
brtrach-MSFT 15,171 Reputation points Microsoft Employee
1 answer

How to communicate with Websockets in Azure.

Which services are appropriate for Websocket communication in Azure? From the documentation, we are aware that there are two services that support Websocket communication, Web PubSub and Application Gateway. Azure API Management only provides 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.
59 questions
Azure Application Gateway
Azure Application Gateway
An Azure service that provides a platform-managed, scalable, and highly available application delivery controller as a service.
954 questions
asked 2023-12-25T16:44:23.8033333+00:00
test29998411 281 Reputation points
answered 2023-12-26T09:22:04.7533333+00:00
VenkateshDodda-MSFT 17,911 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

What does the 'Failed to send message: Upstream invocation error: Error while copying content to a stream..' error message mean in Azure Pubsub live trace?

After working without issue for a few months, we are now receiving the following error messages on all messages in the azure PubSub live trace tool. Failed to send message: Send event to event handler failed... Failed to send message: Upstream invocation…

Azure Web PubSub
Azure Web PubSub
An Azure service that provides real-time messaging for web applications using WebSockets and the publish-subscribe pattern.
59 questions
asked 2023-11-01T10:37:53.7466667+00:00
Courtney Henderson 55 Reputation points
accepted 2023-11-27T11:44:54.6333333+00:00
Courtney Henderson 55 Reputation points
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.
59 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 18,191 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.
59 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,276 Reputation points
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.
59 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,211 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.
59 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,211 questions
Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
256 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.
59 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 17,911 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.
59 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,211 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,171 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.
59 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.
59 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 15,441 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.
59 questions
JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
863 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,831 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.
59 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,211 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 17,911 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.
59 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,831 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,171 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.
59 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,211 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