Closed
Description
This will make it more seamless to wire up scale out providers and other potential SignalR options. Today to wire up the service in preview 4 it looks like this:
services.AddServerSideBlazor().AddSignalR().AddAzureSignalR();
Alternatively, if we don't want to expose the ISignalRBuilder then a more targeted builder might be useful if we want to add support for an AddAzureSignalR
extension method anyways.
cc @rynowak @javiercn @SteveSandersonMS @danroth27 @bradygaster