Commit e209b73
committed
Add Azure-required WebSockets and Session Affinity for Blazor Server dashboard
- Enable webSocketsEnabled: true in dashboard siteConfig
- Enable clientAffinityEnabled: true for sticky sessions
- Required for Blazor Server SignalR communication per Microsoft docs
- Fixes dashboard perpetual loading issue (SignalR couldn't establish connection)
- Reference: https://learn.microsoft.com/en-us/aspnet/core/blazor/host-and-deploy/server/#azure-app-service1 parent f89f18f commit e209b73
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
249 | 249 | | |
250 | 250 | | |
251 | 251 | | |
| 252 | + | |
252 | 253 | | |
253 | 254 | | |
254 | 255 | | |
255 | 256 | | |
256 | 257 | | |
| 258 | + | |
257 | 259 | | |
258 | 260 | | |
259 | 261 | | |
| |||
0 commit comments