diff --git a/aspnetcore/host-and-deploy/blazor/server-side.md b/aspnetcore/host-and-deploy/blazor/server-side.md index 64797517ff..eb42f992f9 100644 --- a/aspnetcore/host-and-deploy/blazor/server-side.md +++ b/aspnetcore/host-and-deploy/blazor/server-side.md @@ -1,11 +1,11 @@ --- -title: Host and deploy Blazor server-side +title: Host and deploy ASP.NET Core Blazor server-side author: guardrex description: Learn how to host and deploy a Blazor server-side app using ASP.NET Core. monikerRange: '>= aspnetcore-3.0' ms.author: riande ms.custom: mvc -ms.date: 04/26/2019 +ms.date: 06/11/2019 uid: host-and-deploy/blazor/server-side --- # Host and deploy Blazor server-side @@ -22,19 +22,19 @@ With the [server-side hosting model](xref:blazor/hosting-models#server-side), Bl A web server capable of hosting an ASP.NET Core app is required. Visual Studio includes the **Blazor (server-side)** project template (`blazorserverside` template when using the [dotnet new](/dotnet/core/tools/dotnet-new) command). - +SignalR is configured by ASP.NET Core for the most common Blazor server-side scenarios. For custom and advanced scenarios, consult the SignalR articles in the [Additional resources](#additional-resources) section. ## Additional resources * +* [Azure SignalR Service Documentation](/azure/azure-signalr/) +* [Quickstart: Create a chat room by using SignalR Service](/azure/azure-signalr/signalr-quickstart-dotnet-core) * * * [Deploy ASP.NET Core preview release to Azure App Service](xref:host-and-deploy/azure-apps/index#deploy-aspnet-core-preview-release-to-azure-app-service)