-
Using the SignalR 2.4.0 Nuget package along with Microsoft.Azure.SignalR.AspNet 1.0.0-preview1-10259, the keep alive message time does not change when set on GlobalHost.Configuration.KeepAlive. It app…
-
```
HeadlessChrome 0.0.0 (Windows 10 0.0.0): Executed 164 of 168 (skipped 4) SUCCESS (56.813 secs / 56.649 secs)
Firefox 64.0.0 (Windows 10 0.0.0): Executed 1 of 168 SUCCESS (0 secs &…
-
### Can I add a strongly typed SignalR Hub when using [Management](https://github.com/Azure/azure-signalr/blob/dev/docs/management-sdk-guide.md) on a serverless configuration?
I want to add a stron…
-
### Description
As mentioned in [MS Document](https://learn.microsoft.com/en-us/azure/azure-signalr/concept-connection-string#configure-a-connection-string-in-your-application) using the code in `Pr…
-
The ASP server-sent events stopped working on Azure both the dashing demo http://dashingdotnet.azurewebsites.net/ and the original HTML5 push sample http://techbrij.com/real-time-chart-html5-push-sse-…
-
### Describe the bug
Running the following command
```
az aks get-credentials --resource-group XXX --name XXX --overwrite-existing
```
returns the error
```
User 'xxx@xxxxx.xxx' does no…
-
I have setup an upstream connection targeting my JavaScript Azure Function app. The problem is between the library and the Azure SignalR logs, all it's telling me is that I have a 404, but I'm not sur…
-
### Describe the bug
Using `az synapse linked-service create` I'm not able to create Synapse linked service of type **AzureSqlDW**. Though the json code of linked service is the same as the one I see…
-
I recently added the Azure Signal R service to my .NET 6 blazor server application. My application is connecting to the service successfully in azure and that part looks good. My application communica…
-
C# examples on this page are missing the `ConnectionStringSetting = parameter that should be passed alongside HubName. Other language examples show that the connection string reference is required b…