I'm wanting to find a starting point for a .Net 8 isolated SignalR project on Azure. There are 3 projects that are 'close':
AdvancedChatRoom (.Net 8, but not isolated)
DotnetIsolated-BidirectionChat (.Net 6, but isolated)
DotnetIsolated-ClassBased (.Net 8, and isolated, but out of date)
None of these appear to be up to date, including the READMEs. And if they even run, they do not work, including the Docker images. Is there a starting point sample anywhere that does work and has the latest best practices?