You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Microsoft.Azure.SignalR.AspNet | The package to use when you are using **ASP.NET SignalR** | **.NETFramework 4.6.1** | [](https://www.nuget.org/packages/Microsoft.Azure.SignalR.AspNet) <br/> [](https://www.myget.org/feed/azure-signalr-dev/package/nuget/Microsoft.Azure.SignalR.AspNet)
22
-
Microsoft.Azure.SignalR | The package to use when you are using **ASP.NET Core SignalR** | **.NET Standard 2.0**<br/> **.NET Core App 3.0**<br/> **.NET 5.0** | [](https://www.nuget.org/packages/Microsoft.Azure.SignalR/) <br/> [](https://www.myget.org/feed/azure-signalr-dev/package/nuget/Microsoft.Azure.SignalR)
23
-
Microsoft.Azure.SignalR.Management | You can use the package to manage **ASP.NET Core SignalR** clients through Azure SignalR Service directly | **.NET Standard 2.0**<br/> **.NET Core App 3.0**<br/> **.NET 5.0** | [](https://www.nuget.org/packages/Microsoft.Azure.SignalR.Management) <br/> [](https://www.myget.org/feed/azure-signalr-dev/package/nuget/Microsoft.Azure.SignalR.Management)
22
+
Microsoft.Azure.SignalR | The package to use when you are using **ASP.NET Core SignalR** | **.NET Standard 2.0**<br/> **.NET Core App 3.1**<br/> **.NET 5.0**<br/> **.NET 6.0**<br/> **.NET 7.0** | [](https://www.nuget.org/packages/Microsoft.Azure.SignalR/) <br/> [](https://www.myget.org/feed/azure-signalr-dev/package/nuget/Microsoft.Azure.SignalR)
23
+
Microsoft.Azure.SignalR.Management | You can use the package to manage **ASP.NET Core SignalR** clients through Azure SignalR Service directly | **.NET Standard 2.0**<br/> **.NET Core App 3.1**<br/> **.NET 5.0**<br/> **.NET 6.0**<br/> **.NET 7.0** | [](https://www.nuget.org/packages/Microsoft.Azure.SignalR.Management) <br/> [](https://www.myget.org/feed/azure-signalr-dev/package/nuget/Microsoft.Azure.SignalR.Management)
24
24
| Microsoft.Azure.SignalR.Protocols | The package contains the data protocol between the SDK and the Azure SignalR Service | **.NET Standard 2.0** | [](https://www.nuget.org/packages/Microsoft.Azure.SignalR.Protocols) <br/> [](https://www.myget.org/feed/azure-signalr-dev/package/nuget/Microsoft.Azure.SignalR.Protocols)
25
-
| Microsoft.Azure.SignalR.Emulator | The emulator tool for serverless scenarios | **.NET Standard 2.0** | [](https://www.nuget.org/packages/Microsoft.Azure.SignalR.Emulator) <br/> [](https://www.myget.org/feed/azure-signalr-dev/package/nuget/Microsoft.Azure.SignalR.Emulator)
25
+
| Microsoft.Azure.SignalR.Emulator | The emulator tool for serverless scenarios | **.NET 6.0** | [](https://www.nuget.org/packages/Microsoft.Azure.SignalR.Emulator) <br/> [](https://www.myget.org/feed/azure-signalr-dev/package/nuget/Microsoft.Azure.SignalR.Emulator)
26
26
</div>
27
27
28
28
## Getting Started
@@ -59,20 +59,20 @@ Samples on how to use Azure SignalR Service can be found [here](https://github.c
59
59
60
60
Package [Microsoft.Azure.SignalR.Management](https://www.nuget.org/packages/Microsoft.Azure.SignalR.Management) is the one to use when you want to manage SignalR clients through Azure SignalR Service directly such as broadcast messages. This SDK can be but not limited to be used in [serverless](https://azure.microsoft.com/solutions/serverless/) environments. You can use this SDK to manage SignalR clients connected to your Azure SignalR Service in any environment, such as in a console app, in an Azure function or in an App Server.
61
61
62
-
More details can be found [here](./docs/management-sdk-guide.md).
62
+
More details can be found [here](https://learn.microsoft.com/azure/azure-signalr/signalr-howto-use-management-sdk).
63
63
64
64
The sample on how to use Management SDK to redirect SignalR clients to Azure SignalR Service can be found [here](https://github.com/aspnet/AzureSignalR-samples/tree/master/samples/Management).
65
65
66
66
## Next Steps
67
67
68
68
The following documents describe more details about Azure SignalR Service.
0 commit comments