Why I get Azure "Operation returned an invalid status 'Not Found'" when trying to create Identify on Azure Web PubSub
Hi I have been using few simple Python codes to generate Identity in Web Pub Sub, but it has stopped working by raising "Operation returned an invalid status 'Not Found'" error. I have added my codes here and I confirm I run these codes in two…
Azure Web PubSub
Authentication Blocking Frontend Requests in Deployed Python App
I have developed a Python web application with multiple routes and deployed it using a web app service. I also configured authentication by enabling an identity provider. However, after enabling authentication, all routes have become restricted, and I am…
Azure Web PubSub
WebPubSub Managed Identity in Event Handler not recognized
Hey all, does anyone have an idea why my event handler for Web PubSub claims I don't have a Managed Identity if in fact I do have one? Is this a bug? I have tried everything (turn on and off, restart the resource, ...) but to no avail. It seems I…
Azure Web PubSub
can an file of web app in Kudo can be deleted through Azure devops
1. How can I remove the default homepage from my Azure Web App hosting as a PaaS service? 2. If I find the default file (e.g., hostingstart.html) in the site/wwwroot folder via Kudu, how can I delete or replace it through Azure DevOps? 3. Is it possible…
Azure Web PubSub
azure web app error 403 quota exceeded
azure web application quota exceeded this is my first deployment so it may not be configured correctly. error code 403
Azure Web PubSub
Development environment shouldn't be enabled for deployed applications
Error. An error occurred while processing your request. Request ID: 00-d84212a0f0ecfa85b5326f4b940d2d41-8ce5b9e91288d76d-00 Development Mode Swapping to Development environment will display more detailed information about the error that occurred. The…
Azure Web PubSub
Negotiated url is not working while connecting to Azure webpubsub for socketio
I have a client and .net API and an azure webpubsub resource for socketio. I am trying to connect to pubsub via negotiated url. Clinet (js) hits '/negotiate' endpoint of APi which generates negotiated url using _webPubSubServiceClient = new…
Azure Web PubSub
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
Receiving HTTP 401 “invalid token” errors when calling the REST API.
My application is failing to establish a API connection to Azure Web PubSub. The service responds with a 401 (Unauthorized) error. I have verified my connection string and credentials in the Azure Portal, but the issue persists.I'm used third party tool…
Azure Web PubSub
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
how to start editing azure webpage?
I have a web page created in azure: username.azurewebsites.net, by my organization. I would like to edit this page but no idea how to start on this. How to find and get into my root directory and change it. My organization should have username and…
Azure Web PubSub
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
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
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 Functions
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
Developer technologies .NET Blazor

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
Developer technologies .NET .NET MAUI
Developer technologies VB
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
Developer technologies ASP.NET ASP.NET Core
Developer technologies C#
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
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 SignalR Service
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…